Title: [174000] releases/WebKitGTK/webkit-2.4
Revision
174000
Author
[email protected]
Date
2014-09-26 01:17:49 -0700 (Fri, 26 Sep 2014)

Log Message

Merge r173999 - [GTK] Enable CSS_IMAGE_SET in production builds
https://bugs.webkit.org/show_bug.cgi?id=137142

Reviewed by Alejandro G. Castro.

This is required by the inspector to show some of the icons that
has a HiDPI variant.

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.4/ChangeLog (173999 => 174000)


--- releases/WebKitGTK/webkit-2.4/ChangeLog	2014-09-26 07:39:29 UTC (rev 173999)
+++ releases/WebKitGTK/webkit-2.4/ChangeLog	2014-09-26 08:17:49 UTC (rev 174000)
@@ -1,3 +1,15 @@
+2014-09-26  Carlos Garcia Campos  <[email protected]>
+
+        [GTK] Enable CSS_IMAGE_SET in production builds
+        https://bugs.webkit.org/show_bug.cgi?id=137142
+
+        Reviewed by Alejandro G. Castro.
+
+        This is required by the inspector to show some of the icons that
+        has a HiDPI variant.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2014-09-25  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update NEWS and Versions.m4 for 2.4.6 release.

Modified: releases/WebKitGTK/webkit-2.4/Source/autotools/SetupWebKitFeatures.m4 (173999 => 174000)


--- releases/WebKitGTK/webkit-2.4/Source/autotools/SetupWebKitFeatures.m4	2014-09-26 07:39:29 UTC (rev 173999)
+++ releases/WebKitGTK/webkit-2.4/Source/autotools/SetupWebKitFeatures.m4	2014-09-26 08:17:49 UTC (rev 174000)
@@ -100,7 +100,7 @@
     ENABLE_CSS_EXCLUSIONS=0 \
     ENABLE_CSS_IMAGE_ORIENTATION=0 \
     ENABLE_CSS_IMAGE_RESOLUTION=0 \
-    ENABLE_CSS_IMAGE_SET=0 \
+    ENABLE_CSS_IMAGE_SET=1 \
     ENABLE_CSS_REGIONS=1 \
     ENABLE_CSS_SHAPES=0 \
     ENABLE_CSS_STICKY_POSITION=1 \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to