Title: [88809] trunk
Revision
88809
Author
[email protected]
Date
2011-06-14 09:29:17 -0700 (Tue, 14 Jun 2011)

Log Message

2011-06-14  Ryuan Choi  <[email protected]>

        Reviewed by Eric Seidel.

        [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
        https://bugs.webkit.org/show_bug.cgi?id=62604

        Add feature to enable or disable ENABLE_TOUCH_ICON which supports
        apple-touch-icon and apple-touch-icon-precomposed in link tag.

        * Source/cmake/OptionsEfl.cmake:
        * Source/cmakeconfig.h.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (88808 => 88809)


--- trunk/ChangeLog	2011-06-14 16:25:29 UTC (rev 88808)
+++ trunk/ChangeLog	2011-06-14 16:29:17 UTC (rev 88809)
@@ -1,3 +1,16 @@
+2011-06-14  Ryuan Choi  <[email protected]>
+
+        Reviewed by Eric Seidel.
+
+        [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
+        https://bugs.webkit.org/show_bug.cgi?id=62604
+
+        Add feature to enable or disable ENABLE_TOUCH_ICON which supports
+        apple-touch-icon and apple-touch-icon-precomposed in link tag.
+
+        * Source/cmake/OptionsEfl.cmake:
+        * Source/cmakeconfig.h.cmake:
+
 2011-06-13  Joone Hur  <[email protected]>
 
         Reviewed by Martin Robinson.

Modified: trunk/Source/cmake/OptionsEfl.cmake (88808 => 88809)


--- trunk/Source/cmake/OptionsEfl.cmake	2011-06-14 16:25:29 UTC (rev 88808)
+++ trunk/Source/cmake/OptionsEfl.cmake	2011-06-14 16:29:17 UTC (rev 88809)
@@ -91,6 +91,7 @@
 WEBKIT_FEATURE(ENABLE_SVG_FOREIGN_OBJECT "Enable SVG foreign object" DEFAULT ON SVG)
 WEBKIT_FEATURE(ENABLE_SVG_USE "Enable SVG use" DEFAULT ON SVG)
 WEBKIT_FEATURE(ENABLE_TOUCH_EVENTS "Enable Touch Events" DEFAULT OFF)
+WEBKIT_FEATURE(ENABLE_TOUCH_ICON_LOADING "Enable Touch Icon Loading" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_VIDEO "Enable video" DEFAULT ON HTML)
 WEBKIT_FEATURE(ENABLE_WEB_SOCKETS "Enable web sockets" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_WORKERS "Enable workers" DEFAULT ON)

Modified: trunk/Source/cmakeconfig.h.cmake (88808 => 88809)


--- trunk/Source/cmakeconfig.h.cmake	2011-06-14 16:25:29 UTC (rev 88808)
+++ trunk/Source/cmakeconfig.h.cmake	2011-06-14 16:29:17 UTC (rev 88809)
@@ -37,6 +37,7 @@
 #cmakedefine01 ENABLE_SVG_FOREIGN_OBJECT
 #cmakedefine01 ENABLE_SVG_USE
 #cmakedefine01 ENABLE_TOUCH_EVENTS
+#cmakedefine01 ENABLE_TOUCH_ICON_LOADING
 #cmakedefine01 ENABLE_VIDEO
 #cmakedefine01 ENABLE_WEBGL
 #cmakedefine01 ENABLE_WEB_SOCKETS
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to