Changeset 99957 in webkit
- Timestamp:
- Nov 11, 2011, 6:22:42 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r99953 r99957 1 2011-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 1 12 2011-11-11 Yury Semikhatsky <yurys@chromium.org> 2 13 -
trunk/Source/WebCore/inspector/front-end/CSSKeywordCompletions.js
r96817 r99957 79 79 80 80 WebInspector.CSSKeywordCompletions._colorAwareProperties = [ 81 "background", "background-color", "b order", "border-color", "border-top", "border-right", "border-bottom",81 "background", "background-color", "background-image", "border", "border-color", "border-top", "border-right", "border-bottom", 82 82 "border-left", "border-top-color", "border-right-color", "border-bottom-color", "border-left-color", "color", 83 83 "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.