Title: [173999] trunk
- Revision
- 173999
- Author
- [email protected]
- Date
- 2014-09-26 00:39:29 -0700 (Fri, 26 Sep 2014)
Log Message
[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: trunk/ChangeLog (173998 => 173999)
--- trunk/ChangeLog 2014-09-26 07:32:01 UTC (rev 173998)
+++ trunk/ChangeLog 2014-09-26 07:39:29 UTC (rev 173999)
@@ -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]>
[Gtk] build.sh needs a -- before make options when the build command is cmake --build
Modified: trunk/Source/cmake/OptionsGTK.cmake (173998 => 173999)
--- trunk/Source/cmake/OptionsGTK.cmake 2014-09-26 07:32:01 UTC (rev 173998)
+++ trunk/Source/cmake/OptionsGTK.cmake 2014-09-26 07:39:29 UTC (rev 173999)
@@ -111,7 +111,7 @@
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS3_TEXT OFF)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_DEVICE_ADAPTATION OFF)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_GRID_LAYOUT OFF)
-WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_IMAGE_SET OFF)
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_IMAGE_SET ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_REGIONS ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_SELECTORS_LEVEL4 ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CUSTOM_SCHEME_HANDLER OFF)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes