Changeset 202830 in webkit


Ignore:
Timestamp:
Jul 5, 2016 1:30:00 PM (8 years ago)
Author:
timothy@apple.com
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):

Location:
trunk/Source/WebInspectorUI
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r202785 r202830  
     12016-07-05  Timothy Hatcher  <timothy@apple.com>
     2
     3        Web Inspector: Drop the prefix from -webkit-image-set()
     4        https://bugs.webkit.org/show_bug.cgi?id=159433
     5        rdar://problem/27178887
     6
     7        Reviewed by Dean Jackson.
     8
     9        * UserInterface/Models/CSSKeywordCompletions.js:
     10        * UserInterface/Views/ApplicationCacheIcons.css:
     11        (.application-cache-manifest .icon):
     12        (.application-cache-frame .icon):
     13        * UserInterface/Views/CookieIcon.css:
     14        (.cookie-icon .icon):
     15        * UserInterface/Views/DOMStorageIcons.css:
     16        (.local-storage-icon .icon):
     17        (.session-storage-icon .icon):
     18        * UserInterface/Views/DatabaseIcon.css:
     19        (.database-icon .icon):
     20        * UserInterface/Views/DatabaseTableIcon.css:
     21        (.database-table-icon .icon):
     22        * UserInterface/Views/FolderIcon.css:
     23        (.folder-icon .icon):
     24        * UserInterface/Views/GradientSlider.css:
     25        (.gradient-slider-knob):
     26        (.gradient-slider-knob.selected):
     27        * UserInterface/Views/HoverMenu.css:
     28        (.hover-menu > img):
     29        * UserInterface/Views/ResourceIcons.css:
     30        (.resource-icon .icon):
     31        (.resource-icon.resource-type-document .icon):
     32        (.resource-icon.resource-type-image .icon):
     33        (.resource-icon.resource-type-font .icon):
     34        (.resource-icon.resource-type-stylesheet .icon):
     35        (.resource-icon.resource-type-script .icon):
     36        (.anonymous-script-icon .icon):
     37        (.source-map-resource.resource-icon .icon):
     38        (.source-map-resource.resource-icon.resource-type-stylesheet .icon):
     39        (.source-map-resource.resource-icon.resource-type-script .icon):
     40        (.large .resource-icon .icon):
     41        (.large .resource-icon.resource-type-document .icon):
     42        (.large .resource-icon.resource-type-image .icon):
     43        (.large .resource-icon.resource-type-font .icon):
     44        (.large .resource-icon.resource-type-stylesheet .icon):
     45        (.large .resource-icon.resource-type-script .icon):
     46        (.large .anonymous-script-icon .icon):
     47        (.large .source-map-resource.resource-icon .icon):
     48        (.large .source-map-resource.resource-icon.resource-type-stylesheet .icon):
     49        (.large .source-map-resource.resource-icon.resource-type-script .icon):
     50        * UserInterface/Views/Slider.css:
     51        (.slider > img):
     52        (.slider > img.dragging):
     53        * UserInterface/Views/SourceCodeTextEditor.css:
     54        (.hover-menu.color > img):
     55        * UserInterface/Views/TextEditor.css:
     56        (.text-editor > .CodeMirror .has-breakpoint .CodeMirror-linenumber::before):
     57        (.text-editor > .CodeMirror .breakpoint-resolved .CodeMirror-linenumber::before):
     58        (.text-editor > .CodeMirror .execution-line .CodeMirror-linenumber::after):
     59        * UserInterface/Views/TimelineIcons.css:
     60        (body:not(.mac-platform, .windows-platform) .network-icon .icon):
     61        (body:not(.mac-platform, .windows-platform) .network-icon.large .icon):
     62        (body:not(.mac-platform, .windows-platform) .layout-icon .icon):
     63        (body:not(.mac-platform, .windows-platform) .layout-icon.large .icon):
     64        (body:not(.mac-platform, .windows-platform) .script-icon .icon):
     65        (body:not(.mac-platform, .windows-platform) .script-icon.large .icon):
     66        (body:not(.mac-platform, .windows-platform) .rendering-frame-icon .icon):
     67        (body:not(.mac-platform, .windows-platform) .memory-icon .icon):
     68        (body:not(.mac-platform, .windows-platform) .heap-allocations-icon .icon):
     69        (body:not(.mac-platform, .windows-platform) .stopwatch-icon .icon):
     70
    1712016-07-02  Joseph Pecoraro  <pecoraro@apple.com>
    272
  • trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js

    r202702 r202830  
    163163    ],
    164164    "content": [
    165         "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()"
     165        "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()"
    166166    ],
    167167    "list-style-image": [
    168         "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "-webkit-image-set()"
     168        "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "image-set()"
    169169    ],
    170170    "clear": [
     
    235235        "nesw-resize", "nwse-resize", "col-resize", "row-resize", "text", "wait", "help", "all-scroll", "-webkit-grab",
    236236        "-webkit-zoom-in", "-webkit-zoom-out",
    237         "-webkit-grabbing", "url()", "-webkit-image-set()"
     237        "-webkit-grabbing", "url()", "image-set()"
    238238    ],
    239239    "border-width": [
     
    244244    ],
    245245    "background": [
    246         "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "-webkit-image-set()",
     246        "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "image-set()",
    247247        "repeat", "repeat-x", "repeat-y", "no-repeat", "space", "round",
    248248        "scroll", "fixed", "local",
     
    252252    ],
    253253    "background-image": [
    254         "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "-webkit-image-set()"
     254        "none", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "image-set()"
    255255    ],
    256256    "background-size": [
     
    475475    ],
    476476    "border-image": [
    477         "repeat", "stretch", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "-webkit-image-set()"
     477        "repeat", "stretch", "url()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "-webkit-canvas()", "cross-fade()", "image-set()"
    478478    ],
    479479    "border-image-repeat": [
  • trunk/Source/WebInspectorUI/UserInterface/Views/ApplicationCacheIcons.css

    r164543 r202830  
    2525
    2626.application-cache-manifest .icon {
    27     content: -webkit-image-set(url(../Images/ApplicationCacheManifest.png) 1x, url(../Images/ApplicationCacheManifest@2x.png) 2x);
     27    content: image-set(url(../Images/ApplicationCacheManifest.png) 1x, url(../Images/ApplicationCacheManifest@2x.png) 2x);
    2828}
    2929
    3030.application-cache-frame .icon {
    31     content: -webkit-image-set(url(../Images/ApplicationCache.png) 1x, url(../Images/ApplicationCache@2x.png) 2x);
     31    content: image-set(url(../Images/ApplicationCache.png) 1x, url(../Images/ApplicationCache@2x.png) 2x);
    3232}
  • trunk/Source/WebInspectorUI/UserInterface/Views/CookieIcon.css

    r164543 r202830  
    2525
    2626.cookie-icon .icon {
    27     content: -webkit-image-set(url(../Images/Cookie.png) 1x, url(../Images/Cookie@2x.png) 2x);
     27    content: image-set(url(../Images/Cookie.png) 1x, url(../Images/Cookie@2x.png) 2x);
    2828}
  • trunk/Source/WebInspectorUI/UserInterface/Views/DOMStorageIcons.css

    r164543 r202830  
    2525
    2626.local-storage-icon .icon {
    27     content: -webkit-image-set(url(../Images/LocalStorage.png) 1x, url(../Images/LocalStorage@2x.png) 2x);
     27    content: image-set(url(../Images/LocalStorage.png) 1x, url(../Images/LocalStorage@2x.png) 2x);
    2828}
    2929
    3030.session-storage-icon .icon {
    31     content: -webkit-image-set(url(../Images/SessionStorage.png) 1x, url(../Images/SessionStorage@2x.png) 2x);
     31    content: image-set(url(../Images/SessionStorage.png) 1x, url(../Images/SessionStorage@2x.png) 2x);
    3232}
  • trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseIcon.css

    r164543 r202830  
    2525
    2626.database-icon .icon {
    27     content: -webkit-image-set(url(../Images/Database.png) 1x, url(../Images/Database@2x.png) 2x);
     27    content: image-set(url(../Images/Database.png) 1x, url(../Images/Database@2x.png) 2x);
    2828}
  • trunk/Source/WebInspectorUI/UserInterface/Views/DatabaseTableIcon.css

    r164543 r202830  
    2525
    2626.database-table-icon .icon {
    27     content: -webkit-image-set(url(../Images/DatabaseTable.png) 1x, url(../Images/DatabaseTable@2x.png) 2x);
     27    content: image-set(url(../Images/DatabaseTable.png) 1x, url(../Images/DatabaseTable@2x.png) 2x);
    2828}
  • trunk/Source/WebInspectorUI/UserInterface/Views/FolderIcon.css

    r183579 r202830  
    2525
    2626.folder-icon .icon {
    27     content: -webkit-image-set(url(../Images/FolderGeneric.png) 1x, url(../Images/FolderGeneric@2x.png) 2x);
     27    content: image-set(url(../Images/FolderGeneric.png) 1x, url(../Images/FolderGeneric@2x.png) 2x);
    2828}
  • trunk/Source/WebInspectorUI/UserInterface/Views/GradientSlider.css

    r187105 r202830  
    6363    height: 26px;
    6464
    65     background-image: -webkit-image-set(url(../Images/GradientStop.png) 1x, url(../Images/GradientStop@2x.png) 2x);
     65    background-image: image-set(url(../Images/GradientStop.png) 1x, url(../Images/GradientStop@2x.png) 2x);
    6666
    6767    transition: opacity 350ms;
     
    7474
    7575.gradient-slider-knob.selected {
    76     background-image: -webkit-image-set(url(../Images/GradientStopSelected.png) 1x, url(../Images/GradientStopSelected@2x.png) 2x);
     76    background-image: image-set(url(../Images/GradientStopSelected.png) 1x, url(../Images/GradientStopSelected@2x.png) 2x);
    7777}
    7878
  • trunk/Source/WebInspectorUI/UserInterface/Views/HoverMenu.css

    r188837 r202830  
    5959    height: 13px;
    6060
    61     content: -webkit-image-set(url(../Images/HoverMenuButton.png) 1x, url(../Images/HoverMenuButton@2x.png) 2x);
     61    content: image-set(url(../Images/HoverMenuButton.png) 1x, url(../Images/HoverMenuButton@2x.png) 2x);
    6262    transform: translateY(-1px);
    6363}
  • trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css

    r198590 r202830  
    2525
    2626.resource-icon .icon {
    27     content: -webkit-image-set(url(../Images/DocumentGeneric.png) 1x, url(../Images/DocumentGeneric@2x.png) 2x);
     27    content: image-set(url(../Images/DocumentGeneric.png) 1x, url(../Images/DocumentGeneric@2x.png) 2x);
    2828}
    2929
    3030.resource-icon.resource-type-document .icon {
    31     content: -webkit-image-set(url(../Images/DocumentMarkup.png) 1x, url(../Images/DocumentMarkup@2x.png) 2x);
     31    content: image-set(url(../Images/DocumentMarkup.png) 1x, url(../Images/DocumentMarkup@2x.png) 2x);
    3232}
    3333
    3434.resource-icon.resource-type-image .icon {
    35     content: -webkit-image-set(url(../Images/DocumentImage.png) 1x, url(../Images/DocumentImage@2x.png) 2x);
     35    content: image-set(url(../Images/DocumentImage.png) 1x, url(../Images/DocumentImage@2x.png) 2x);
    3636}
    3737
    3838.resource-icon.resource-type-font .icon {
    39     content: -webkit-image-set(url(../Images/DocumentFont.png) 1x, url(../Images/DocumentFont@2x.png) 2x);
     39    content: image-set(url(../Images/DocumentFont.png) 1x, url(../Images/DocumentFont@2x.png) 2x);
    4040}
    4141
    4242.resource-icon.resource-type-stylesheet .icon {
    43     content: -webkit-image-set(url(../Images/DocumentCSS.png) 1x, url(../Images/DocumentCSS@2x.png) 2x);
     43    content: image-set(url(../Images/DocumentCSS.png) 1x, url(../Images/DocumentCSS@2x.png) 2x);
    4444}
    4545
    4646.resource-icon.resource-type-script .icon {
    47     content: -webkit-image-set(url(../Images/DocumentJS.png) 1x, url(../Images/DocumentJS@2x.png) 2x);
     47    content: image-set(url(../Images/DocumentJS.png) 1x, url(../Images/DocumentJS@2x.png) 2x);
    4848}
    4949
    5050.anonymous-script-icon .icon {
    51     content: -webkit-image-set(url(../Images/ClippingJS.png) 1x, url(../Images/ClippingJS@2x.png) 2x);
     51    content: image-set(url(../Images/ClippingJS.png) 1x, url(../Images/ClippingJS@2x.png) 2x);
    5252}
    5353
    5454.source-map-resource.resource-icon .icon {
    55     content: -webkit-image-set(url(../Images/ClippingGeneric.png) 1x, url(../Images/ClippingGeneric@2x.png) 2x);
     55    content: image-set(url(../Images/ClippingGeneric.png) 1x, url(../Images/ClippingGeneric@2x.png) 2x);
    5656}
    5757
    5858.source-map-resource.resource-icon.resource-type-stylesheet .icon {
    59     content: -webkit-image-set(url(../Images/ClippingCSS.png) 1x, url(../Images/ClippingCSS@2x.png) 2x);
     59    content: image-set(url(../Images/ClippingCSS.png) 1x, url(../Images/ClippingCSS@2x.png) 2x);
    6060}
    6161
    6262.source-map-resource.resource-icon.resource-type-script .icon {
    63     content: -webkit-image-set(url(../Images/ClippingJS.png) 1x, url(../Images/ClippingJS@2x.png) 2x);
     63    content: image-set(url(../Images/ClippingJS.png) 1x, url(../Images/ClippingJS@2x.png) 2x);
    6464}
    6565
    6666.large .resource-icon .icon {
    67     content: -webkit-image-set(url(../Images/DocumentGenericLarge.png) 1x, url(../Images/DocumentGenericLarge@2x.png) 2x);
     67    content: image-set(url(../Images/DocumentGenericLarge.png) 1x, url(../Images/DocumentGenericLarge@2x.png) 2x);
    6868}
    6969
    7070.large .resource-icon.resource-type-document .icon {
    71     content: -webkit-image-set(url(../Images/DocumentMarkupLarge.png) 1x, url(../Images/DocumentMarkupLarge@2x.png) 2x);
     71    content: image-set(url(../Images/DocumentMarkupLarge.png) 1x, url(../Images/DocumentMarkupLarge@2x.png) 2x);
    7272}
    7373
    7474.large .resource-icon.resource-type-image .icon {
    75     content: -webkit-image-set(url(../Images/DocumentImageLarge.png) 1x, url(../Images/DocumentImageLarge@2x.png) 2x);
     75    content: image-set(url(../Images/DocumentImageLarge.png) 1x, url(../Images/DocumentImageLarge@2x.png) 2x);
    7676}
    7777
    7878.large .resource-icon.resource-type-font .icon {
    79     content: -webkit-image-set(url(../Images/DocumentFontLarge.png) 1x, url(../Images/DocumentFontLarge@2x.png) 2x);
     79    content: image-set(url(../Images/DocumentFontLarge.png) 1x, url(../Images/DocumentFontLarge@2x.png) 2x);
    8080}
    8181
    8282.large .resource-icon.resource-type-stylesheet .icon {
    83     content: -webkit-image-set(url(../Images/DocumentCSSLarge.png) 1x, url(../Images/DocumentCSSLarge@2x.png) 2x);
     83    content: image-set(url(../Images/DocumentCSSLarge.png) 1x, url(../Images/DocumentCSSLarge@2x.png) 2x);
    8484}
    8585
    8686.large .resource-icon.resource-type-script .icon {
    87     content: -webkit-image-set(url(../Images/DocumentJSLarge.png) 1x, url(../Images/DocumentJSLarge@2x.png) 2x);
     87    content: image-set(url(../Images/DocumentJSLarge.png) 1x, url(../Images/DocumentJSLarge@2x.png) 2x);
    8888}
    8989
    9090.large .anonymous-script-icon .icon {
    91     content: -webkit-image-set(url(../Images/ClippingJSLarge.png) 1x, url(../Images/ClippingJSLarge@2x.png) 2x);
     91    content: image-set(url(../Images/ClippingJSLarge.png) 1x, url(../Images/ClippingJSLarge@2x.png) 2x);
    9292}
    9393
    9494.large .source-map-resource.resource-icon .icon {
    95     content: -webkit-image-set(url(../Images/ClippingGenericLarge.png) 1x, url(../Images/ClippingGenericLarge@2x.png) 2x);
     95    content: image-set(url(../Images/ClippingGenericLarge.png) 1x, url(../Images/ClippingGenericLarge@2x.png) 2x);
    9696}
    9797
    9898.large .source-map-resource.resource-icon.resource-type-stylesheet .icon {
    99     content: -webkit-image-set(url(../Images/ClippingCSSLarge.png) 1x, url(../Images/ClippingCSSLarge@2x.png) 2x);
     99    content: image-set(url(../Images/ClippingCSSLarge.png) 1x, url(../Images/ClippingCSSLarge@2x.png) 2x);
    100100}
    101101
    102102.large .source-map-resource.resource-icon.resource-type-script .icon {
    103     content: -webkit-image-set(url(../Images/ClippingJSLarge.png) 1x, url(../Images/ClippingJSLarge@2x.png) 2x);
     103    content: image-set(url(../Images/ClippingJSLarge.png) 1x, url(../Images/ClippingJSLarge@2x.png) 2x);
    104104}
  • trunk/Source/WebInspectorUI/UserInterface/Views/Slider.css

    r186601 r202830  
    3636    width: 14px;
    3737    height: 17px;
    38     content: -webkit-image-set(url(../Images/SliderThumb.png) 1x, url(../Images/SliderThumb@2x.png) 2x);
     38    content: image-set(url(../Images/SliderThumb.png) 1x, url(../Images/SliderThumb@2x.png) 2x);
    3939}
    4040
    4141.slider > img.dragging {
    42     content: -webkit-image-set(url(../Images/SliderThumbPressed.png) 1x, url(../Images/SliderThumbPressed@2x.png) 2x);
     42    content: image-set(url(../Images/SliderThumbPressed.png) 1x, url(../Images/SliderThumbPressed@2x.png) 2x);
    4343}
    4444
  • trunk/Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.css

    r200334 r202830  
    182182    width: 16px;
    183183    height: 16px;
    184     content: -webkit-image-set(url(../Images/ColorIcon.png) 1x, url(../Images/ColorIcon@2x.png) 2x);
     184    content: image-set(url(../Images/ColorIcon.png) 1x, url(../Images/ColorIcon@2x.png) 2x);
    185185    transform: translateY(0.5px);
    186186}
  • trunk/Source/WebInspectorUI/UserInterface/Views/TextEditor.css

    r188837 r202830  
    5858    z-index: -2;
    5959
    60     border-image-source: -webkit-image-set(url(../Images/BreakpointInactive.png) 1x, url(../Images/BreakpointInactive@2x.png) 2x);
     60    border-image-source: image-set(url(../Images/BreakpointInactive.png) 1x, url(../Images/BreakpointInactive@2x.png) 2x);
    6161    border-image-slice: 3 7 3 3 fill;
    6262    border-width: 3px 7px 3px 3px;
     
    6464
    6565.text-editor > .CodeMirror .breakpoint-resolved .CodeMirror-linenumber::before {
    66     border-image-source: -webkit-image-set(url(../Images/Breakpoint.png) 1x, url(../Images/Breakpoint@2x.png) 2x);
     66    border-image-source: image-set(url(../Images/Breakpoint.png) 1x, url(../Images/Breakpoint@2x.png) 2x);
    6767}
    6868
     
    9494    z-index: -1;
    9595
    96     background-image: -webkit-image-set(url(../Images/InstructionPointer.png) 1x, url(../Images/InstructionPointer@2x.png) 2x);
     96    background-image: image-set(url(../Images/InstructionPointer.png) 1x, url(../Images/InstructionPointer@2x.png) 2x);
    9797    background-size: 9px 100%;
    9898    background-repeat: no-repeat;
  • trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css

    r198511 r202830  
    5050/* FIXME: <https://webkit.org/b/153892> [GTK] Web Inspector: Add new GTK+ icons for instrument icons */
    5151body:not(.mac-platform, .windows-platform) .network-icon .icon {
    52     content: -webkit-image-set(url(../Images/Network.png) 1x, url(../Images/Network@2x.png) 2x);
     52    content: image-set(url(../Images/Network.png) 1x, url(../Images/Network@2x.png) 2x);
    5353}
    5454
    5555body:not(.mac-platform, .windows-platform) .network-icon.large .icon {
    56     content: -webkit-image-set(url(../Images/NetworkLarge.png) 1x, url(../Images/NetworkLarge@2x.png) 2x);
     56    content: image-set(url(../Images/NetworkLarge.png) 1x, url(../Images/NetworkLarge@2x.png) 2x);
    5757}
    5858
    5959body:not(.mac-platform, .windows-platform) .layout-icon .icon {
    60     content: -webkit-image-set(url(../Images/Colors.png) 1x, url(../Images/Colors@2x.png) 2x);
     60    content: image-set(url(../Images/Colors.png) 1x, url(../Images/Colors@2x.png) 2x);
    6161}
    6262
    6363body:not(.mac-platform, .windows-platform) .layout-icon.large .icon {
    64     content: -webkit-image-set(url(../Images/ColorsLarge.png) 1x, url(../Images/ColorsLarge@2x.png) 2x);
     64    content: image-set(url(../Images/ColorsLarge.png) 1x, url(../Images/ColorsLarge@2x.png) 2x);
    6565}
    6666 
    6767body:not(.mac-platform, .windows-platform) .script-icon .icon {
    68     content: -webkit-image-set(url(../Images/Script.png) 1x, url(../Images/Script@2x.png) 2x);
     68    content: image-set(url(../Images/Script.png) 1x, url(../Images/Script@2x.png) 2x);
    6969}
    7070 
    7171body:not(.mac-platform, .windows-platform) .script-icon.large .icon {
    72     content: -webkit-image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/ScriptLarge@2x.png) 2x);
     72    content: image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/ScriptLarge@2x.png) 2x);
    7373}
    7474 
    7575body:not(.mac-platform, .windows-platform) .rendering-frame-icon .icon {
    76     content: -webkit-image-set(url(../Images/Frames.png) 1x, url(../Images/Frames@2x.png) 2x);
     76    content: image-set(url(../Images/Frames.png) 1x, url(../Images/Frames@2x.png) 2x);
    7777}
    7878
    7979body:not(.mac-platform, .windows-platform) .memory-icon .icon {
    80     content: -webkit-image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/ScriptLarge@2x.png) 2x);
     80    content: image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/ScriptLarge@2x.png) 2x);
    8181}
    8282
    8383body:not(.mac-platform, .windows-platform) .heap-allocations-icon .icon {
    84     content: -webkit-image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/ScriptLarge@2x.png) 2x);
     84    content: image-set(url(../Images/ScriptLarge.png) 1x, url(../Images/ScriptLarge@2x.png) 2x);
    8585}
    8686
     
    9191/* FIXME: <https://webkit.org/b/154088> [GTK] Web Inspector: Add new GTK+ icon for timeline recording stopwatch */
    9292body:not(.mac-platform, .windows-platform) .stopwatch-icon .icon {
    93     content: -webkit-image-set(url(../Images/Stopwatch.png) 1x, url(../Images/Stopwatch@2x.png) 2x);
     93    content: image-set(url(../Images/Stopwatch.png) 1x, url(../Images/Stopwatch@2x.png) 2x);
    9494}
    9595
Note: See TracChangeset for help on using the changeset viewer.