Title: [121726] trunk
Revision
121726
Author
stai...@webkit.org
Date
2012-07-02 20:40:34 -0700 (Mon, 02 Jul 2012)

Log Message

[BlackBerry] Enable scoped style for BlackBerry.
https://bugs.webkit.org/show_bug.cgi?id=90418

Reviewed by Rob Buis.

.:

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

Tools:

* Scripts/webkitperl/FeatureList.pm:

Modified Paths

Diff

Modified: trunk/ChangeLog (121725 => 121726)


--- trunk/ChangeLog	2012-07-03 03:38:29 UTC (rev 121725)
+++ trunk/ChangeLog	2012-07-03 03:40:34 UTC (rev 121726)
@@ -1,3 +1,13 @@
+2012-07-02  George Staikos  <stai...@webkit.org>
+
+        [BlackBerry] Enable scoped style for BlackBerry.
+        https://bugs.webkit.org/show_bug.cgi?id=90418
+
+        Reviewed by Rob Buis.
+
+        * Source/cmake/OptionsBlackBerry.cmake:
+        * Source/cmakeconfig.h.cmake:
+
 2012-07-02  Xiaobo Wang  <xbw...@torchmobile.com.cn>
 
         [BlackBerry] Use PUBLIC_BUILD to enable/disable DRT

Modified: trunk/Source/cmake/OptionsBlackBerry.cmake (121725 => 121726)


--- trunk/Source/cmake/OptionsBlackBerry.cmake	2012-07-03 03:38:29 UTC (rev 121725)
+++ trunk/Source/cmake/OptionsBlackBerry.cmake	2012-07-03 03:40:34 UTC (rev 121726)
@@ -161,6 +161,7 @@
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_REQUEST_ANIMATION_FRAME ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SHARED_WORKERS ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SMOOTH_SCROLLING ON)
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_STYLE_SCOPED ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_TOUCH_EVENTS ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIBRATION ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIDEO ON)

Modified: trunk/Source/cmakeconfig.h.cmake (121725 => 121726)


--- trunk/Source/cmakeconfig.h.cmake	2012-07-03 03:38:29 UTC (rev 121725)
+++ trunk/Source/cmakeconfig.h.cmake	2012-07-03 03:40:34 UTC (rev 121726)
@@ -70,6 +70,7 @@
 #cmakedefine01 ENABLE_SHARED_WORKERS
 #cmakedefine01 ENABLE_SMOOTH_SCROLLING
 #cmakedefine01 ENABLE_SQL_DATABASE
+#cmakedefine01 ENABLE_STYLE_SCOPED
 #cmakedefine01 ENABLE_SVG
 #cmakedefine01 ENABLE_SVG_FONTS
 #cmakedefine01 ENABLE_TOUCH_EVENTS

Modified: trunk/Tools/ChangeLog (121725 => 121726)


--- trunk/Tools/ChangeLog	2012-07-03 03:38:29 UTC (rev 121725)
+++ trunk/Tools/ChangeLog	2012-07-03 03:40:34 UTC (rev 121726)
@@ -1,3 +1,12 @@
+2012-07-02  George Staikos  <stai...@webkit.org>
+
+        [BlackBerry] Enable scoped style for BlackBerry.
+        https://bugs.webkit.org/show_bug.cgi?id=90418
+
+        Reviewed by Rob Buis.
+
+        * Scripts/webkitperl/FeatureList.pm:
+
 2012-07-02  Xiaobo Wang  <xbw...@torchmobile.com.cn>
 
         [BlackBerry] Use PUBLIC_BUILD to enable/disable DRT

Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (121725 => 121726)


--- trunk/Tools/Scripts/webkitperl/FeatureList.pm	2012-07-03 03:38:29 UTC (rev 121725)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm	2012-07-03 03:40:34 UTC (rev 121726)
@@ -337,7 +337,7 @@
       define => "ENABLE_SQL_DATABASE", default => 1, value => \$sqlDatabaseSupport },
 
     { option => "style-scoped", desc => "Toggle Style Scoped support",
-      define => "ENABLE_STYLE_SCOPED", default => 0, value => \$styleScopedSupport },
+      define => "ENABLE_STYLE_SCOPED", default => isBlackBerry(), value => \$styleScopedSupport },
 
     { option => "svg", desc => "Toggle SVG support",
       define => "ENABLE_SVG", default => 1, value => \$svgSupport },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to