Title: [174147] releases/WebKitGTK/webkit-2.2
Revision
174147
Author
carlo...@webkit.org
Date
2014-10-01 00:57:22 -0700 (Wed, 01 Oct 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.2/ChangeLog (174146 => 174147)


--- releases/WebKitGTK/webkit-2.2/ChangeLog	2014-10-01 07:28:26 UTC (rev 174146)
+++ releases/WebKitGTK/webkit-2.2/ChangeLog	2014-10-01 07:57:22 UTC (rev 174147)
@@ -1,3 +1,15 @@
+2014-09-26  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [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-04-30  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Update NEWS and Versions.m4 for 2.2.7 release.

Modified: releases/WebKitGTK/webkit-2.2/Source/autotools/SetupWebKitFeatures.m4 (174146 => 174147)


--- releases/WebKitGTK/webkit-2.2/Source/autotools/SetupWebKitFeatures.m4	2014-10-01 07:28:26 UTC (rev 174146)
+++ releases/WebKitGTK/webkit-2.2/Source/autotools/SetupWebKitFeatures.m4	2014-10-01 07:57:22 UTC (rev 174147)
@@ -106,7 +106,7 @@
     ENABLE_CSS_EXCLUSIONS=1 \
     ENABLE_CSS_IMAGE_ORIENTATION=0 \
     ENABLE_CSS_IMAGE_RESOLUTION=0 \
-    ENABLE_CSS_IMAGE_SET=0 \
+    ENABLE_CSS_IMAGE_SET=1 \
     ENABLE_CSS_REGIONS=0 \
     ENABLE_CSS_SHAPES=1 \
     ENABLE_CSS_STICKY_POSITION=0 \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to