Title: [202830] trunk/Source/WebInspectorUI
Revision
202830
Author
timo...@apple.com
Date
2016-07-05 13:30:00 -0700 (Tue, 05 Jul 2016)

Log Message

Web Inspector: Drop the prefix from -webkit-image-set()
https://bugs.webkit.org/show_bug.cgi?id=159433
rdar://problem/27178887

Reviewed by Dean Jackson.

* UserInterface/Models/CSSKeywordCompletions.js:
* UserInterface/Views/ApplicationCacheIcons.css:
(.application-cache-manifest .icon):
(.application-cache-frame .icon):
* UserInterface/Views/CookieIcon.css:
(.cookie-icon .icon):
* UserInterface/Views/DOMStorageIcons.css:
(.local-storage-icon .icon):
(.session-storage-icon .icon):
* UserInterface/Views/DatabaseIcon.css:
(.database-icon .icon):
* UserInterface/Views/DatabaseTableIcon.css:
(.database-table-icon .icon):
* UserInterface/Views/FolderIcon.css:
(.folder-icon .icon):
* UserInterface/Views/GradientSlider.css:
(.gradient-slider-knob):
(.gradient-slider-knob.selected):
* UserInterface/Views/HoverMenu.css:
(.hover-menu > img):
* UserInterface/Views/ResourceIcons.css:
(.resource-icon .icon):
(.resource-icon.resource-type-document .icon):
(.resource-icon.resource-type-image .icon):
(.resource-icon.resource-type-font .icon):
(.resource-icon.resource-type-stylesheet .icon):
(.resource-icon.resource-type-script .icon):
(.anonymous-script-icon .icon):
(.source-map-resource.resource-icon .icon):
(.source-map-resource.resource-icon.resource-type-stylesheet .icon):
(.source-map-resource.resource-icon.resource-type-script .icon):
(.large .resource-icon .icon):
(.large .resource-icon.resource-type-document .icon):
(.large .resource-icon.resource-type-image .icon):
(.large .resource-icon.resource-type-font .icon):
(.large .resource-icon.resource-type-stylesheet .icon):
(.large .resource-icon.resource-type-script .icon):
(.large .anonymous-script-icon .icon):
(.large .source-map-resource.resource-icon .icon):
(.large .source-map-resource.resource-icon.resource-type-stylesheet .icon):
(.large .source-map-resource.resource-icon.resource-type-script .icon):
* UserInterface/Views/Slider.css:
(.slider > img):
(.slider > img.dragging):
* UserInterface/Views/SourceCodeTextEditor.css:
(.hover-menu.color > img):
* UserInterface/Views/TextEditor.css:
(.text-editor > .CodeMirror .has-breakpoint .CodeMirror-linenumber::before):
(.text-editor > .CodeMirror .breakpoint-resolved .CodeMirror-linenumber::before):
(.text-editor > .CodeMirror .execution-line .CodeMirror-linenumber::after):
* UserInterface/Views/TimelineIcons.css:
(body:not(.mac-platform, .windows-platform) .network-icon .icon):
(body:not(.mac-platform, .windows-platform) .network-icon.large .icon):
(body:not(.mac-platform, .windows-platform) .layout-icon .icon):
(body:not(.mac-platform, .windows-platform) .layout-icon.large .icon):
(body:not(.mac-platform, .windows-platform) .script-icon .icon):
(body:not(.mac-platform, .windows-platform) .script-icon.large .icon):
(body:not(.mac-platform, .windows-platform) .rendering-frame-icon .icon):
(body:not(.mac-platform, .windows-platform) .memory-icon .icon):
(body:not(.mac-platform, .windows-platform) .heap-allocations-icon .icon):
(body:not(.mac-platform, .windows-platform) .stopwatch-icon .icon):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (202829 => 202830)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-07-05 20:30:00 UTC (rev 202830)
@@ -1,3 +1,73 @@
+2016-07-05  Timothy Hatcher  <timo...@apple.com>
+
+        Web Inspector: Drop the prefix from -webkit-image-set()
+        https://bugs.webkit.org/show_bug.cgi?id=159433
+        rdar://problem/27178887
+
+        Reviewed by Dean Jackson.
+
+        * UserInterface/Models/CSSKeywordCompletions.js:
+        * UserInterface/Views/ApplicationCacheIcons.css:
+        (.application-cache-manifest .icon):
+        (.application-cache-frame .icon):
+        * UserInterface/Views/CookieIcon.css:
+        (.cookie-icon .icon):
+        * UserInterface/Views/DOMStorageIcons.css:
+        (.local-storage-icon .icon):
+        (.session-storage-icon .icon):
+        * UserInterface/Views/DatabaseIcon.css:
+        (.database-icon .icon):
+        * UserInterface/Views/DatabaseTableIcon.css:
+        (.database-table-icon .icon):
+        * UserInterface/Views/FolderIcon.css:
+        (.folder-icon .icon):
+        * UserInterface/Views/GradientSlider.css:
+        (.gradient-slider-knob):
+        (.gradient-slider-knob.selected):
+        * UserInterface/Views/HoverMenu.css:
+        (.hover-menu > img):
+        * UserInterface/Views/ResourceIcons.css:
+        (.resource-icon .icon):
+        (.resource-icon.resource-type-document .icon):
+        (.resource-icon.resource-type-image .icon):
+        (.resource-icon.resource-type-font .icon):
+        (.resource-icon.resource-type-stylesheet .icon):
+        (.resource-icon.resource-type-script .icon):
+        (.anonymous-script-icon .icon):
+        (.source-map-resource.resource-icon .icon):
+        (.source-map-resource.resource-icon.resource-type-stylesheet .icon):
+        (.source-map-resource.resource-icon.resource-type-script .icon):
+        (.large .resource-icon .icon):
+        (.large .resource-icon.resource-type-document .icon):
+        (.large .resource-icon.resource-type-image .icon):
+        (.large .resource-icon.resource-type-font .icon):
+        (.large .resource-icon.resource-type-stylesheet .icon):
+        (.large .resource-icon.resource-type-script .icon):
+        (.large .anonymous-script-icon .icon):
+        (.large .source-map-resource.resource-icon .icon):
+        (.large .source-map-resource.resource-icon.resource-type-stylesheet .icon):
+        (.large .source-map-resource.resource-icon.resource-type-script .icon):
+        * UserInterface/Views/Slider.css:
+        (.slider > img):
+        (.slider > img.dragging):
+        * UserInterface/Views/SourceCodeTextEditor.css:
+        (.hover-menu.color > img):
+        * UserInterface/Views/TextEditor.css:
+        (.text-editor > .CodeMirror .has-breakpoint .CodeMirror-linenumber::before):
+        (.text-editor > .CodeMirror .breakpoint-resolved .CodeMirror-linenumber::before):
+        (.text-editor > .CodeMirror .execution-line .CodeMirror-linenumber::after):
+        * UserInterface/Views/TimelineIcons.css:
+        (body:not(.mac-platform, .windows-platform) .network-icon .icon):
+        (body:not(.mac-platform, .windows-platform) .network-icon.large .icon):
+        (body:not(.mac-platform, .windows-platform) .layout-icon .icon):
+        (body:not(.mac-platform, .windows-platform) .layout-icon.large .icon):
+        (body:not(.mac-platform, .windows-platform) .script-icon .icon):
+        (body:not(.mac-platform, .windows-platform) .script-icon.large .icon):
+        (body:not(.mac-platform, .windows-platform) .rendering-frame-icon .icon):
+        (body:not(.mac-platform, .windows-platform) .memory-icon .icon):
+        (body:not(.mac-platform, .windows-platform) .heap-allocations-icon .icon):
+        (body:not(.mac-platform, .windows-platform) .stopwatch-icon .icon):
+
 2016-07-02  Joseph Pecoraro  <pecor...@apple.com>
 
         Web Inspector: CallFrame console.assert seen in tests (sourceCodeLocation instanceof SourceCodeLocation)

Modified: trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js	2016-07-05 20:30:00 UTC (rev 202830)
@@ -162,10 +162,10 @@
         "none", "dotted", "dashed", "solid", "double", "dot-dash", "dot-dot-dash", "wave"
     ],
     "content": [
-        "list-item", "close-quote", "no-close-quote", "no-open-quote", "open-quote", "attr()", "counter()", "counters()", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "-webkit-image-set()"
+        "list-item", "close-quote", "no-close-quote", "no-open-quote", "open-quote", "attr()", "counter()", "counters()", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "image-set()"
     ],
     "list-style-image": [
-        "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "-webkit-image-set()"
+        "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "image-set()"
     ],
     "clear": [
         "none", "left", "right", "both"
@@ -234,7 +234,7 @@
         "nw-resize", "n-resize", "se-resize", "sw-resize", "s-resize", "w-resize", "ew-resize", "ns-resize",
         "nesw-resize", "nwse-resize", "col-resize", "row-resize", "text", "wait", "help", "all-scroll", "-webkit-grab",
         "-webkit-zoom-in", "-webkit-zoom-out",
-        "-webkit-grabbing", "url()", "-webkit-image-set()"
+        "-webkit-grabbing", "url()", "image-set()"
     ],
     "border-width": [
         "medium", "thick", "thin", "calc()", "-webkit-calc()"
@@ -243,7 +243,7 @@
         "a3", "a4", "a5", "b4", "b5", "landscape", "ledger", "legal", "letter", "portrait"
     ],
     "background": [
-        "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "-webkit-image-set()",
+        "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "image-set()",
         "repeat", "repeat-x", "repeat-y", "no-repeat", "space", "round",
         "scroll", "fixed", "local",
         "auto", "contain", "cover",
@@ -251,7 +251,7 @@
         "border-box", "padding-box", "content-box"
     ],
     "background-image": [
-        "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "-webkit-image-set()"
+        "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "image-set()"
     ],
     "background-size": [
         "auto", "contain", "cover"
@@ -474,7 +474,7 @@
         "none", "auto", "manual"
     ],
     "border-image": [
-        "repeat", "stretch", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "-webkit-image-set()"
+        "repeat", "stretch", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "image-set()"
     ],
     "border-image-repeat": [
         "repeat", "stretch", "space", "round"

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ApplicationCacheIcons.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/ApplicationCacheIcons.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ApplicationCacheIcons.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -24,9 +24,9 @@
  */
 
 .application-cache-manifest .icon {
-    content: -webkit-image-set(url(../Images/ApplicationCacheManifest.png) 1x, url(../Images/applicationcachemanif...@2x.png) 2x);
+    content: image-set(url(../Images/ApplicationCacheManifest.png) 1x, url(../Images/applicationcachemanif...@2x.png) 2x);
 }
 
 .application-cache-frame .icon {
-    content: -webkit-image-set(url(../Images/ApplicationCache.png) 1x, url(../Images/applicationca...@2x.png) 2x);
+    content: image-set(url(../Images/ApplicationCache.png) 1x, url(../Images/applicationca...@2x.png) 2x);
 }

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CookieIcon.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/CookieIcon.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CookieIcon.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -24,5 +24,5 @@
  */
 
 .cookie-icon .icon {
-    content: -webkit-image-set(url(../Images/Cookie.png) 1x, url(../Images/coo...@2x.png) 2x);
+    content: image-set(url(../Images/Cookie.png) 1x, url(../Images/coo...@2x.png) 2x);
 }

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DOMStorageIcons.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DOMStorageIcons.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DOMStorageIcons.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -24,9 +24,9 @@
  */
 
 .local-storage-icon .icon {
-    content: -webkit-image-set(url(../Images/LocalStorage.png) 1x, url(../Images/localstor...@2x.png) 2x);
+    content: image-set(url(../Images/LocalStorage.png) 1x, url(../Images/localstor...@2x.png) 2x);
 }
 
 .session-storage-icon .icon {
-    content: -webkit-image-set(url(../Images/SessionStorage.png) 1x, url(../Images/sessionstor...@2x.png) 2x);
+    content: image-set(url(../Images/SessionStorage.png) 1x, url(../Images/sessionstor...@2x.png) 2x);
 }

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseIcon.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseIcon.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseIcon.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -24,5 +24,5 @@
  */
 
 .database-icon .icon {
-    content: -webkit-image-set(url(../Images/Database.png) 1x, url(../Images/datab...@2x.png) 2x);
+    content: image-set(url(../Images/Database.png) 1x, url(../Images/datab...@2x.png) 2x);
 }

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseTableIcon.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseTableIcon.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseTableIcon.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -24,5 +24,5 @@
  */
 
 .database-table-icon .icon {
-    content: -webkit-image-set(url(../Images/DatabaseTable.png) 1x, url(../Images/databaseta...@2x.png) 2x);
+    content: image-set(url(../Images/DatabaseTable.png) 1x, url(../Images/databaseta...@2x.png) 2x);
 }

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/FolderIcon.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/FolderIcon.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/FolderIcon.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -24,5 +24,5 @@
  */
 
 .folder-icon .icon {
-    content: -webkit-image-set(url(../Images/FolderGeneric.png) 1x, url(../Images/foldergene...@2x.png) 2x);
+    content: image-set(url(../Images/FolderGeneric.png) 1x, url(../Images/foldergene...@2x.png) 2x);
 }

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/GradientSlider.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/GradientSlider.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/GradientSlider.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -62,7 +62,7 @@
     width: 20px;
     height: 26px;
 
-    background-image: -webkit-image-set(url(../Images/GradientStop.png) 1x, url(../Images/gradients...@2x.png) 2x);
+    background-image: image-set(url(../Images/GradientStop.png) 1x, url(../Images/gradients...@2x.png) 2x);
 
     transition: opacity 350ms;
 }
@@ -73,7 +73,7 @@
 }
 
 .gradient-slider-knob.selected {
-    background-image: -webkit-image-set(url(../Images/GradientStopSelected.png) 1x, url(../Images/gradientstopselec...@2x.png) 2x);
+    background-image: image-set(url(../Images/GradientStopSelected.png) 1x, url(../Images/gradientstopselec...@2x.png) 2x);
 }
 
 .gradient-slider-knob.detaching {

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/HoverMenu.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/HoverMenu.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/HoverMenu.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -58,7 +58,7 @@
     width: 15px;
     height: 13px;
 
-    content: -webkit-image-set(url(../Images/HoverMenuButton.png) 1x, url(../Images/hovermenubut...@2x.png) 2x);
+    content: image-set(url(../Images/HoverMenuButton.png) 1x, url(../Images/hovermenubut...@2x.png) 2x);
     transform: translateY(-1px);
 }
 

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -24,81 +24,81 @@
  */
 
 .resource-icon .icon {
-    content: -webkit-image-set(url(../Images/DocumentGeneric.png) 1x, url(../Images/documentgene...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentGeneric.png) 1x, url(../Images/documentgene...@2x.png) 2x);
 }
 
 .resource-icon.resource-type-document .icon {
-    content: -webkit-image-set(url(../Images/DocumentMarkup.png) 1x, url(../Images/documentmar...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentMarkup.png) 1x, url(../Images/documentmar...@2x.png) 2x);
 }
 
 .resource-icon.resource-type-image .icon {
-    content: -webkit-image-set(url(../Images/DocumentImage.png) 1x, url(../Images/documentim...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentImage.png) 1x, url(../Images/documentim...@2x.png) 2x);
 }
 
 .resource-icon.resource-type-font .icon {
-    content: -webkit-image-set(url(../Images/DocumentFont.png) 1x, url(../Images/documentf...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentFont.png) 1x, url(../Images/documentf...@2x.png) 2x);
 }
 
 .resource-icon.resource-type-stylesheet .icon {
-    content: -webkit-image-set(url(../Images/DocumentCSS.png) 1x, url(../Images/document...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentCSS.png) 1x, url(../Images/document...@2x.png) 2x);
 }
 
 .resource-icon.resource-type-script .icon {
-    content: -webkit-image-set(url(../Images/DocumentJS.png) 1x, url(../Images/documen...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentJS.png) 1x, url(../Images/documen...@2x.png) 2x);
 }
 
 .anonymous-script-icon .icon {
-    content: -webkit-image-set(url(../Images/ClippingJS.png) 1x, url(../Images/clippin...@2x.png) 2x);
+    content: image-set(url(../Images/ClippingJS.png) 1x, url(../Images/clippin...@2x.png) 2x);
 }
 
 .source-map-resource.resource-icon .icon {
-    content: -webkit-image-set(url(../Images/ClippingGeneric.png) 1x, url(../Images/clippinggene...@2x.png) 2x);
+    content: image-set(url(../Images/ClippingGeneric.png) 1x, url(../Images/clippinggene...@2x.png) 2x);
 }
 
 .source-map-resource.resource-icon.resource-type-stylesheet .icon {
-    content: -webkit-image-set(url(../Images/ClippingCSS.png) 1x, url(../Images/clipping...@2x.png) 2x);
+    content: image-set(url(../Images/ClippingCSS.png) 1x, url(../Images/clipping...@2x.png) 2x);
 }
 
 .source-map-resource.resource-icon.resource-type-script .icon {
-    content: -webkit-image-set(url(../Images/ClippingJS.png) 1x, url(../Images/clippin...@2x.png) 2x);
+    content: image-set(url(../Images/ClippingJS.png) 1x, url(../Images/clippin...@2x.png) 2x);
 }
 
 .large .resource-icon .icon {
-    content: -webkit-image-set(url(../Images/DocumentGenericLarge.png) 1x, url(../Images/documentgenericla...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentGenericLarge.png) 1x, url(../Images/documentgenericla...@2x.png) 2x);
 }
 
 .large .resource-icon.resource-type-document .icon {
-    content: -webkit-image-set(url(../Images/DocumentMarkupLarge.png) 1x, url(../Images/documentmarkupla...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentMarkupLarge.png) 1x, url(../Images/documentmarkupla...@2x.png) 2x);
 }
 
 .large .resource-icon.resource-type-image .icon {
-    content: -webkit-image-set(url(../Images/DocumentImageLarge.png) 1x, url(../Images/documentimagela...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentImageLarge.png) 1x, url(../Images/documentimagela...@2x.png) 2x);
 }
 
 .large .resource-icon.resource-type-font .icon {
-    content: -webkit-image-set(url(../Images/DocumentFontLarge.png) 1x, url(../Images/documentfontla...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentFontLarge.png) 1x, url(../Images/documentfontla...@2x.png) 2x);
 }
 
 .large .resource-icon.resource-type-stylesheet .icon {
-    content: -webkit-image-set(url(../Images/DocumentCSSLarge.png) 1x, url(../Images/documentcssla...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentCSSLarge.png) 1x, url(../Images/documentcssla...@2x.png) 2x);
 }
 
 .large .resource-icon.resource-type-script .icon {
-    content: -webkit-image-set(url(../Images/DocumentJSLarge.png) 1x, url(../Images/documentjsla...@2x.png) 2x);
+    content: image-set(url(../Images/DocumentJSLarge.png) 1x, url(../Images/documentjsla...@2x.png) 2x);
 }
 
 .large .anonymous-script-icon .icon {
-    content: -webkit-image-set(url(../Images/ClippingJSLarge.png) 1x, url(../Images/clippingjsla...@2x.png) 2x);
+    content: image-set(url(../Images/ClippingJSLarge.png) 1x, url(../Images/clippingjsla...@2x.png) 2x);
 }
 
 .large .source-map-resource.resource-icon .icon {
-    content: -webkit-image-set(url(../Images/ClippingGenericLarge.png) 1x, url(../Images/clippinggenericla...@2x.png) 2x);
+    content: image-set(url(../Images/ClippingGenericLarge.png) 1x, url(../Images/clippinggenericla...@2x.png) 2x);
 }
 
 .large .source-map-resource.resource-icon.resource-type-stylesheet .icon {
-    content: -webkit-image-set(url(../Images/ClippingCSSLarge.png) 1x, url(../Images/clippingcssla...@2x.png) 2x);
+    content: image-set(url(../Images/ClippingCSSLarge.png) 1x, url(../Images/clippingcssla...@2x.png) 2x);
 }
 
 .large .source-map-resource.resource-icon.resource-type-script .icon {
-    content: -webkit-image-set(url(../Images/ClippingJSLarge.png) 1x, url(../Images/clippingjsla...@2x.png) 2x);
+    content: image-set(url(../Images/ClippingJSLarge.png) 1x, url(../Images/clippingjsla...@2x.png) 2x);
 }

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Slider.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/Slider.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Slider.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -35,11 +35,11 @@
     top: -5px;
     width: 14px;
     height: 17px;
-    content: -webkit-image-set(url(../Images/SliderThumb.png) 1x, url(../Images/sliderth...@2x.png) 2x);
+    content: image-set(url(../Images/SliderThumb.png) 1x, url(../Images/sliderth...@2x.png) 2x);
 }
 
 .slider > img.dragging {
-    content: -webkit-image-set(url(../Images/SliderThumbPressed.png) 1x, url(../Images/sliderthumbpres...@2x.png) 2x);
+    content: image-set(url(../Images/SliderThumbPressed.png) 1x, url(../Images/sliderthumbpres...@2x.png) 2x);
 }
 
 @media (-webkit-min-device-pixel-ratio: 2) {

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -181,7 +181,7 @@
 .hover-menu.color > img {
     width: 16px;
     height: 16px;
-    content: -webkit-image-set(url(../Images/ColorIcon.png) 1x, url(../Images/colori...@2x.png) 2x);
+    content: image-set(url(../Images/ColorIcon.png) 1x, url(../Images/colori...@2x.png) 2x);
     transform: translateY(0.5px);
 }
 

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TextEditor.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TextEditor.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TextEditor.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -57,13 +57,13 @@
 
     z-index: -2;
 
-    border-image-source: -webkit-image-set(url(../Images/BreakpointInactive.png) 1x, url(../Images/breakpointinact...@2x.png) 2x);
+    border-image-source: image-set(url(../Images/BreakpointInactive.png) 1x, url(../Images/breakpointinact...@2x.png) 2x);
     border-image-slice: 3 7 3 3 fill;
     border-width: 3px 7px 3px 3px;
 }
 
 .text-editor > .CodeMirror .breakpoint-resolved .CodeMirror-linenumber::before {
-    border-image-source: -webkit-image-set(url(../Images/Breakpoint.png) 1x, url(../Images/breakpo...@2x.png) 2x);
+    border-image-source: image-set(url(../Images/Breakpoint.png) 1x, url(../Images/breakpo...@2x.png) 2x);
 }
 
 .text-editor > .CodeMirror .breakpoint-auto-continue:not(.breakpoint-disabled) .CodeMirror-linenumber::before {
@@ -93,7 +93,7 @@
 
     z-index: -1;
 
-    background-image: -webkit-image-set(url(../Images/InstructionPointer.png) 1x, url(../Images/instructionpoin...@2x.png) 2x);
+    background-image: image-set(url(../Images/InstructionPointer.png) 1x, url(../Images/instructionpoin...@2x.png) 2x);
     background-size: 9px 100%;
     background-repeat: no-repeat;
 }

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css (202829 => 202830)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css	2016-07-05 20:22:58 UTC (rev 202829)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css	2016-07-05 20:30:00 UTC (rev 202830)
@@ -49,39 +49,39 @@
 
 /* FIXME: <https://webkit.org/b/153892> [GTK] Web Inspector: Add new GTK+ icons for instrument icons */
 body:not(.mac-platform, .windows-platform) .network-icon .icon {
-    content: -webkit-image-set(url(../Images/Network.png) 1x, url(../Images/netw...@2x.png) 2x);
+    content: image-set(url(../Images/Network.png) 1x, url(../Images/netw...@2x.png) 2x);
 }
 
 body:not(.mac-platform, .windows-platform) .network-icon.large .icon {
-    content: -webkit-image-set(url(../Images/NetworkLarge.png) 1x, url(../Images/networkla...@2x.png) 2x);
+    content: image-set(url(../Images/NetworkLarge.png) 1x, url(../Images/networkla...@2x.png) 2x);
 }
 
 body:not(.mac-platform, .windows-platform) .layout-icon .icon {
-    content: -webkit-image-set(url(../Images/Colors.png) 1x, url(../Images/col...@2x.png) 2x);
+    content: image-set(url(../Images/Colors.png) 1x, url(../Images/col...@2x.png) 2x);
 }
 
 body:not(.mac-platform, .windows-platform) .layout-icon.large .icon {
-    content: -webkit-image-set(url(../Images/ColorsLarge.png) 1x, url(../Images/colorsla...@2x.png) 2x);
+    content: image-set(url(../Images/ColorsLarge.png) 1x, url(../Images/colorsla...@2x.png) 2x);
 }
  
 body:not(.mac-platform, .windows-platform) .script-icon .icon {
-    content: -webkit-image-set(url(../Images/Script.png) 1x, url(../Images/scr...@2x.png) 2x);
+    content: image-set(url(../Images/Script.png) 1x, url(../Images/scr...@2x.png) 2x);
 }
  
 body:not(.mac-platform, .windows-platform) .script-icon.large .icon {
-    content: -webkit-image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/scriptla...@2x.png) 2x);
+    content: image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/scriptla...@2x.png) 2x);
 }
  
 body:not(.mac-platform, .windows-platform) .rendering-frame-icon .icon {
-    content: -webkit-image-set(url(../Images/Frames.png) 1x, url(../Images/fra...@2x.png) 2x);
+    content: image-set(url(../Images/Frames.png) 1x, url(../Images/fra...@2x.png) 2x);
 }
 
 body:not(.mac-platform, .windows-platform) .memory-icon .icon {
-    content: -webkit-image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/scriptla...@2x.png) 2x);
+    content: image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/scriptla...@2x.png) 2x);
 }
 
 body:not(.mac-platform, .windows-platform) .heap-allocations-icon .icon {
-    content: -webkit-image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/scriptla...@2x.png) 2x);
+    content: image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/scriptla...@2x.png) 2x);
 }
 
 .stopwatch-icon .icon {
@@ -90,7 +90,7 @@
 
 /* FIXME: <https://webkit.org/b/154088> [GTK] Web Inspector: Add new GTK+ icon for timeline recording stopwatch */
 body:not(.mac-platform, .windows-platform) .stopwatch-icon .icon {
-    content: -webkit-image-set(url(../Images/Stopwatch.png) 1x, url(../Images/stopwa...@2x.png) 2x);
+    content: image-set(url(../Images/Stopwatch.png) 1x, url(../Images/stopwa...@2x.png) 2x);
 }
 
 .time-icon .icon {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to