Changeset 99957 in webkit


Ignore:
Timestamp:
Nov 11, 2011, 6:22:42 AM (14 years ago)
Author:
apavlov@chromium.org
Message:

Web Inspector: Interactive color box for gradients in CSS property values
https://bugs.webkit.org/show_bug.cgi?id=72112

Reviewed by Yury Semikhatsky.

Add "background-image" to the list of color-aware properties (may contain gradient definition).

  • inspector/front-end/CSSKeywordCompletions.js:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r99953 r99957  
     12011-11-11  Alexander Pavlov  <apavlov@chromium.org>
     2
     3        Web Inspector: Interactive color box for gradients in CSS property values
     4        https://bugs.webkit.org/show_bug.cgi?id=72112
     5
     6        Reviewed by Yury Semikhatsky.
     7
     8        Add "background-image" to the list of color-aware properties (may contain gradient definition).
     9
     10        * inspector/front-end/CSSKeywordCompletions.js:
     11
    1122011-11-11  Yury Semikhatsky  <yurys@chromium.org>
    213
  • trunk/Source/WebCore/inspector/front-end/CSSKeywordCompletions.js

    r96817 r99957  
    7979
    8080WebInspector.CSSKeywordCompletions._colorAwareProperties = [
    81     "background", "background-color", "border", "border-color", "border-top", "border-right", "border-bottom",
     81    "background", "background-color", "background-image", "border", "border-color", "border-top", "border-right", "border-bottom",
    8282    "border-left", "border-top-color", "border-right-color", "border-bottom-color", "border-left-color", "color",
    8383    "outline", "outline-color", "text-line-through", "text-line-through-color", "text-overline", "text-overline-color",
Note: See TracChangeset for help on using the changeset viewer.