Bug 137142 - [GTK] Enable CSS_IMAGE_SET in production builds
Summary: [GTK] Enable CSS_IMAGE_SET in production builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2014-09-26 00:21 PDT by Carlos Garcia Campos
Modified: 2014-09-26 00:39 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.30 KB, patch)
2014-09-26 00:23 PDT, Carlos Garcia Campos
alex: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2014-09-26 00:21:10 PDT
This is required by the inspector to show some of the icons that has a hidpi variant, see:

content: -webkit-image-set(url(Images/Cookie.png) 1x, url(Images/Cookie@2x.png) 2x);
Comment 1 Carlos Garcia Campos 2014-09-26 00:23:00 PDT
Created attachment 238701 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-09-26 00:39:42 PDT
Committed r173999: <http://trac.webkit.org/changeset/173999>