From a1f74e860b134dfaa8a03cb620ca57da1a8dc81c Mon Sep 17 00:00:00 2001 From: "kubo@profusion.mobi" Date: Fri, 16 Dec 2011 00:02:59 +0000 Subject: [PATCH] [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: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@102993 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 15 +++++++++++++++ Source/cmake/OptionsBlackBerry.cmake | 1 - Source/cmake/OptionsEfl.cmake | 1 - Source/cmake/OptionsWinCE.cmake | 1 - Source/cmakeconfig.h.cmake | 1 - 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea9d5eec5972..f55ca5c68981 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2011-12-15 Raphael Kubo da Costa + + [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 Web Inspector: [Chromium] Call LowMemoryNotification instead of IdleNotification diff --git a/Source/cmake/OptionsBlackBerry.cmake b/Source/cmake/OptionsBlackBerry.cmake index 03bb1d626a3c..145b66c2fa3e 100644 --- a/Source/cmake/OptionsBlackBerry.cmake +++ b/Source/cmake/OptionsBlackBerry.cmake @@ -135,7 +135,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 "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) diff --git a/Source/cmake/OptionsEfl.cmake b/Source/cmake/OptionsEfl.cmake index d2d21e24cc8d..939262edd88c 100644 --- a/Source/cmake/OptionsEfl.cmake +++ b/Source/cmake/OptionsEfl.cmake @@ -62,7 +62,6 @@ SET(VERSION_SCRIPT "-Wl,--version-script,${CMAKE_MODULE_PATH}/eflsymbols.filter" 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) diff --git a/Source/cmake/OptionsWinCE.cmake b/Source/cmake/OptionsWinCE.cmake index 1c03cc92efb5..fdcd98176121 100644 --- a/Source/cmake/OptionsWinCE.cmake +++ b/Source/cmake/OptionsWinCE.cmake @@ -22,7 +22,6 @@ ADD_SUBDIRECTORY(${3RDPARTY_DIR} "${CMAKE_CURRENT_BINARY_DIR}/3rdparty") 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) diff --git a/Source/cmakeconfig.h.cmake b/Source/cmakeconfig.h.cmake index bfb5366b8a78..45bea3f38490 100644 --- a/Source/cmakeconfig.h.cmake +++ b/Source/cmakeconfig.h.cmake @@ -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 -- 2.36.0