Title: [102693] trunk/Source/WebKit/chromium
Revision
102693
Author
[email protected]
Date
2011-12-13 11:43:52 -0800 (Tue, 13 Dec 2011)

Log Message

Enable CSS_FILTERS in Chromium.
https://bugs.webkit.org/show_bug.cgi?id=74334

Reviewed by Kenneth Russell.

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (102692 => 102693)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-12-13 19:39:12 UTC (rev 102692)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-12-13 19:43:52 UTC (rev 102693)
@@ -1,3 +1,12 @@
+2011-12-13  Stephen White  <[email protected]>
+
+        Enable CSS_FILTERS in Chromium.
+        https://bugs.webkit.org/show_bug.cgi?id=74334
+
+        Reviewed by Kenneth Russell.
+
+        * features.gypi:
+
 2011-12-12  Ryosuke Niwa  <[email protected]>
 
         WebKit code shouldn't be calling applyCommand directly

Modified: trunk/Source/WebKit/chromium/features.gypi (102692 => 102693)


--- trunk/Source/WebKit/chromium/features.gypi	2011-12-13 19:39:12 UTC (rev 102692)
+++ trunk/Source/WebKit/chromium/features.gypi	2011-12-13 19:43:52 UTC (rev 102693)
@@ -37,6 +37,7 @@
       'ENABLE_BLOB_SLICE=1',
       'ENABLE_CHANNEL_MESSAGING=1',
       'ENABLE_CLIENT_BASED_GEOLOCATION=1',
+      'ENABLE_CSS_FILTERS=1',
       'ENABLE_DASHBOARD_SUPPORT=0',
       'ENABLE_DATA_TRANSFER_ITEMS=1',
       'ENABLE_DETAILS=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to