Title: [92140] trunk/Source/WebCore
- Revision
- 92140
- Author
- [email protected]
- Date
- 2011-08-01 14:10:56 -0700 (Mon, 01 Aug 2011)
Log Message
Update comment added in r92139 per Darin's suggestion.
* css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::styleForElement):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (92139 => 92140)
--- trunk/Source/WebCore/ChangeLog 2011-08-01 21:08:17 UTC (rev 92139)
+++ trunk/Source/WebCore/ChangeLog 2011-08-01 21:10:56 UTC (rev 92140)
@@ -1,5 +1,12 @@
2011-08-01 Ryosuke Niwa <[email protected]>
+ Update comment added in r92139 per Darin's suggestion.
+
+ * css/CSSStyleSelector.cpp:
+ (WebCore::CSSStyleSelector::styleForElement):
+
+2011-08-01 Ryosuke Niwa <[email protected]>
+
Search field in designMode causes a crash
https://bugs.webkit.org/show_bug.cgi?id=65362
Modified: trunk/Source/WebCore/css/CSSStyleSelector.cpp (92139 => 92140)
--- trunk/Source/WebCore/css/CSSStyleSelector.cpp 2011-08-01 21:08:17 UTC (rev 92139)
+++ trunk/Source/WebCore/css/CSSStyleSelector.cpp 2011-08-01 21:10:56 UTC (rev 92140)
@@ -1362,7 +1362,7 @@
m_style->font().update(0);
}
- // Don't propagate user-modify into shadow DOM
+ // Even if surrounding content is user-editable, shadow DOM should act as a single unit, and not necessarily be editable
if (isAtShadowBoundary(e))
m_style->setUserModify(RenderStyle::initialUserModify());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes