Web Inspector: [Styles] box-shadow and -webkit-box-shadow properties are not consider...
authorapavlov@chromium.org <apavlov@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 20 Feb 2012 10:50:55 +0000 (10:50 +0000)
committerapavlov@chromium.org <apavlov@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 20 Feb 2012 10:50:55 +0000 (10:50 +0000)
https://bugs.webkit.org/show_bug.cgi?id=78988

Reviewed by Yury Semikhatsky.

* inspector/front-end/CSSKeywordCompletions.js:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108229 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/inspector/front-end/CSSKeywordCompletions.js

index 605d6fd..844d594 100644 (file)
@@ -1,3 +1,12 @@
+2012-02-20  Alexander Pavlov  <apavlov@chromium.org>
+
+        Web Inspector: [Styles] box-shadow and -webkit-box-shadow properties are not considered color-aware
+        https://bugs.webkit.org/show_bug.cgi?id=78988
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/front-end/CSSKeywordCompletions.js:
+
 2012-02-20  Yosifumi Inoue  <yosin@chromium.org>
 
         [Forms] Spin buttons of number input type should fire both input and change event
index 52ab70e..b2b934d 100644 (file)
@@ -86,9 +86,9 @@ WebInspector.CSSKeywordCompletions._colors = [
 
 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", "color",
+    "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",
-    "text-shadow", "text-underline", "text-underline-color", "-webkit-text-emphasis", "-webkit-text-emphasis-color"
+    "text-shadow", "text-underline", "text-underline-color", "-webkit-box-shadow", "-webkit-text-emphasis", "-webkit-text-emphasis-color"
 ].keySet();
 
 WebInspector.CSSKeywordCompletions._propertyKeywordMap = {