Title: [102993] trunk
Revision
102993
Author
[email protected]
Date
2011-12-15 16:02:59 -0800 (Thu, 15 Dec 2011)

Log Message

[CMake] Remove ENABLE_DATAGRID from the buildsystem.
https://bugs.webkit.org/show_bug.cgi?id=74640

Reviewed by Antonio Gomes.

r84991 removed Datagrid from the tree, but the options in CMake were
kept.

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

Modified Paths

Diff

Modified: trunk/ChangeLog (102992 => 102993)


--- trunk/ChangeLog	2011-12-15 23:50:17 UTC (rev 102992)
+++ trunk/ChangeLog	2011-12-16 00:02:59 UTC (rev 102993)
@@ -1,3 +1,18 @@
+2011-12-15  Raphael Kubo da Costa  <[email protected]>
+
+        [CMake] Remove ENABLE_DATAGRID from the buildsystem.
+        https://bugs.webkit.org/show_bug.cgi?id=74640
+
+        Reviewed by Antonio Gomes.
+
+        r84991 removed Datagrid from the tree, but the options in CMake were
+        kept.
+
+        * Source/cmake/OptionsBlackBerry.cmake:
+        * Source/cmake/OptionsEfl.cmake:
+        * Source/cmake/OptionsWinCE.cmake:
+        * Source/cmakeconfig.h.cmake:
+
 2011-12-15  Ulan Degenbaev  <[email protected]>
 
         Web Inspector: [Chromium]  Call LowMemoryNotification instead of IdleNotification

Modified: trunk/Source/cmake/OptionsBlackBerry.cmake (102992 => 102993)


--- trunk/Source/cmake/OptionsBlackBerry.cmake	2011-12-15 23:50:17 UTC (rev 102992)
+++ trunk/Source/cmake/OptionsBlackBerry.cmake	2011-12-16 00:02:59 UTC (rev 102993)
@@ -135,7 +135,6 @@
 WEBKIT_FEATURE(ENABLE_CHANNEL_MESSAGING "Enable channel messaging" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_CLIENT_BASED_GEOLOCATION "Client based Geolocation" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_DATABASE "Enable database" DEFAULT ON)
-WEBKIT_FEATURE(ENABLE_DATAGRID "Enable datagrid" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_DATALIST "Enable datalist" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_DETAILS "Enable details element" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_DEVICE_ORIENTATION "Enable Device Orientation" DEFAULT ON)

Modified: trunk/Source/cmake/OptionsEfl.cmake (102992 => 102993)


--- trunk/Source/cmake/OptionsEfl.cmake	2011-12-15 23:50:17 UTC (rev 102992)
+++ trunk/Source/cmake/OptionsEfl.cmake	2011-12-16 00:02:59 UTC (rev 102993)
@@ -62,7 +62,6 @@
 WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_CHANNEL_MESSAGING "Enable channel messaging" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_CLIENT_BASED_GEOLOCATION "Enable client based geolocation" DEFAULT OFF)
-WEBKIT_FEATURE(ENABLE_DATAGRID "Enable datagrid" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_DATALIST "Enable datalist" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_DATA_TRANSFER_ITEMS "Enable data transfer items" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_DEVICE_ORIENTATION "Enable device orientation" DEFAULT OFF)

Modified: trunk/Source/cmake/OptionsWinCE.cmake (102992 => 102993)


--- trunk/Source/cmake/OptionsWinCE.cmake	2011-12-15 23:50:17 UTC (rev 102992)
+++ trunk/Source/cmake/OptionsWinCE.cmake	2011-12-16 00:02:59 UTC (rev 102993)
@@ -22,7 +22,6 @@
 WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_CHANNEL_MESSAGING "Enable channel messaging" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_CLIENT_BASED_GEOLOCATION "Enable client based geolocation" DEFAULT OFF)
-WEBKIT_FEATURE(ENABLE_DATAGRID "Enable datagrid" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_DATALIST "Enable datalist" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_DATA_TRANSFER_ITEMS "Enable data transfer items" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_FAST_MOBILE_SCROLLING "Enable fast mobile scrolling" DEFAULT ON)

Modified: trunk/Source/cmakeconfig.h.cmake (102992 => 102993)


--- trunk/Source/cmakeconfig.h.cmake	2011-12-15 23:50:17 UTC (rev 102992)
+++ trunk/Source/cmakeconfig.h.cmake	2011-12-16 00:02:59 UTC (rev 102993)
@@ -9,7 +9,6 @@
 #cmakedefine01 ENABLE_BLOB
 #cmakedefine01 ENABLE_CHANNEL_MESSAGING
 #cmakedefine01 ENABLE_CLIENT_BASED_GEOLOCATION
-#cmakedefine01 ENABLE_DATAGRID
 #cmakedefine01 ENABLE_DATALIST
 #cmakedefine01 ENABLE_DATA_TRANSFER_ITEMS
 #cmakedefine01 ENABLE_DEVICE_ORIENTATION
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to