Title: [124016] trunk/Source/WebCore
Revision
124016
Author
apav...@chromium.org
Date
2012-07-30 05:51:04 -0700 (Mon, 30 Jul 2012)

Log Message

Web Inspector: [Styles] No color swatch for the SVG "fill" and "stroke" property values
https://bugs.webkit.org/show_bug.cgi?id=92638

Reviewed by Vsevolod Vlasov.

Added the "fill" and "stroke" properties to the list of color-aware properties.

* inspector/front-end/CSSKeywordCompletions.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (124015 => 124016)


--- trunk/Source/WebCore/ChangeLog	2012-07-30 12:21:00 UTC (rev 124015)
+++ trunk/Source/WebCore/ChangeLog	2012-07-30 12:51:04 UTC (rev 124016)
@@ -1,3 +1,14 @@
+2012-07-30  Alexander Pavlov  <apav...@chromium.org>
+
+        Web Inspector: [Styles] No color swatch for the SVG "fill" and "stroke" property values
+        https://bugs.webkit.org/show_bug.cgi?id=92638
+
+        Reviewed by Vsevolod Vlasov.
+
+        Added the "fill" and "stroke" properties to the list of color-aware properties.
+
+        * inspector/front-end/CSSKeywordCompletions.js:
+
 2012-07-30  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r124000.

Modified: trunk/Source/WebCore/inspector/front-end/CSSKeywordCompletions.js (124015 => 124016)


--- trunk/Source/WebCore/inspector/front-end/CSSKeywordCompletions.js	2012-07-30 12:21:00 UTC (rev 124015)
+++ trunk/Source/WebCore/inspector/front-end/CSSKeywordCompletions.js	2012-07-30 12:51:04 UTC (rev 124016)
@@ -87,7 +87,7 @@
 WebInspector.CSSKeywordCompletions._colorAwareProperties = [
     "background", "background-color", "background-image", "border", "border-color", "border-top", "border-right", "border-bottom",
     "border-left", "border-top-color", "border-right-color", "border-bottom-color", "border-left-color", "box-shadow", "color",
-    "outline", "outline-color", "text-line-through", "text-line-through-color", "text-overline", "text-overline-color",
+    "fill", "outline", "outline-color", "stroke", "text-line-through", "text-line-through-color", "text-overline", "text-overline-color",
     "text-shadow", "text-underline", "text-underline-color", "-webkit-box-shadow", "-webkit-text-emphasis", "-webkit-text-emphasis-color"
 ].keySet();
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to