Title: [123176] trunk/Source/WebKit/chromium
Revision
123176
Author
macpher...@chromium.org
Date
2012-07-19 21:29:39 -0700 (Thu, 19 Jul 2012)

Log Message

Enable CSS variables compile time flag in Chrome.
https://bugs.webkit.org/show_bug.cgi?id=91708

Reviewed by Dimitri Glazkov.

Flips the ENABLE_CSS_VARIABLES compile flag on for Chrome. There is also a run-time flag that is off by default,
so this should not have a user visible effect other than making the variables runtime flag visible at chrome://flags/

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (123175 => 123176)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-07-20 04:27:18 UTC (rev 123175)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-07-20 04:29:39 UTC (rev 123176)
@@ -1,3 +1,15 @@
+2012-07-19  Luke Macpherson   <macpher...@chromium.org>
+
+        Enable CSS variables compile time flag in Chrome.
+        https://bugs.webkit.org/show_bug.cgi?id=91708
+
+        Reviewed by Dimitri Glazkov.
+
+        Flips the ENABLE_CSS_VARIABLES compile flag on for Chrome. There is also a run-time flag that is off by default,
+        so this should not have a user visible effect other than making the variables runtime flag visible at chrome://flags/
+
+        * features.gypi:
+
 2012-07-19  Wei James  <james....@intel.com>
 
         enable Web Audio for chromium android port

Modified: trunk/Source/WebKit/chromium/features.gypi (123175 => 123176)


--- trunk/Source/WebKit/chromium/features.gypi	2012-07-20 04:27:18 UTC (rev 123175)
+++ trunk/Source/WebKit/chromium/features.gypi	2012-07-20 04:29:39 UTC (rev 123176)
@@ -46,7 +46,7 @@
       'ENABLE_CSS_IMAGE_RESOLUTION=0',
       'ENABLE_CSS_REGIONS=1',
       'ENABLE_CSS_SHADERS=1',
-      'ENABLE_CSS_VARIABLES=0',
+      'ENABLE_CSS_VARIABLES=1',
       'ENABLE_CUSTOM_SCHEME_HANDLER=0',
       'ENABLE_DATALIST=1',
       'ENABLE_DASHBOARD_SUPPORT=0',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to