Title: [124903] trunk/Tools
Revision
124903
Author
[email protected]
Date
2012-08-07 12:01:31 -0700 (Tue, 07 Aug 2012)

Log Message

[BlackBerry] Turn on CSS Variables
https://bugs.webkit.org/show_bug.cgi?id=93376

Reviewed by Antonio Gomes.

Turn on CSS Variables for BlackBerry port.

* Scripts/webkitperl/FeatureList.pm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (124902 => 124903)


--- trunk/Tools/ChangeLog	2012-08-07 18:55:54 UTC (rev 124902)
+++ trunk/Tools/ChangeLog	2012-08-07 19:01:31 UTC (rev 124903)
@@ -1,3 +1,14 @@
+2012-08-07  Rob Buis  <[email protected]>
+
+        [BlackBerry] Turn on CSS Variables
+        https://bugs.webkit.org/show_bug.cgi?id=93376
+
+        Reviewed by Antonio Gomes.
+
+        Turn on CSS Variables for BlackBerry port.
+
+        * Scripts/webkitperl/FeatureList.pm:
+
 2012-08-07  No'am Rosenthal  <[email protected]>
 
         [Qt] Make it possible to build without QtQuick

Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (124902 => 124903)


--- trunk/Tools/Scripts/webkitperl/FeatureList.pm	2012-08-07 18:55:54 UTC (rev 124902)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm	2012-08-07 19:01:31 UTC (rev 124903)
@@ -187,7 +187,7 @@
       define => "ENABLE_CSS_COMPOSITING", default => 0, value => \$cssCompositingSupport },
 
     { option => "css-variables", desc => "Toggle CSS Variable support",
-      define => "ENABLE_CSS_VARIABLES", default => isEfl(), value => \$cssVariablesSupport },
+      define => "ENABLE_CSS_VARIABLES", default => (isBlackBerry() || isEfl()), value => \$cssVariablesSupport },
 
     { option => "custom-scheme-handler", desc => "Toggle Custom Scheme Handler support",
       define => "ENABLE_CUSTOM_SCHEME_HANDLER", default => (isBlackBerry() || isEfl()), value => \$customSchemeHandlerSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to