Title: [117615] trunk/Source/WebKit/chromium
Revision
117615
Author
[email protected]
Date
2012-05-18 13:33:42 -0700 (Fri, 18 May 2012)

Log Message

Enable web intents flag for chromium build
https://bugs.webkit.org/show_bug.cgi?id=86762

Patch by Greg Billock <[email protected]> on 2012-05-18
Reviewed by Adam Barth.

This flag is enabled in the Chromium-side build.

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (117614 => 117615)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-05-18 20:30:35 UTC (rev 117614)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-05-18 20:33:42 UTC (rev 117615)
@@ -1,3 +1,14 @@
+2012-05-18  Greg Billock  <[email protected]>
+
+        Enable web intents flag for chromium build
+        https://bugs.webkit.org/show_bug.cgi?id=86762
+
+        Reviewed by Adam Barth.
+
+        This flag is enabled in the Chromium-side build.
+
+        * features.gypi:
+
 2012-05-18  Tony Chang  <[email protected]>
 
         remove the CSS_GRID_LAYOUT compiler define, but default grid layout to off

Modified: trunk/Source/WebKit/chromium/features.gypi (117614 => 117615)


--- trunk/Source/WebKit/chromium/features.gypi	2012-05-18 20:30:35 UTC (rev 117614)
+++ trunk/Source/WebKit/chromium/features.gypi	2012-05-18 20:33:42 UTC (rev 117615)
@@ -106,6 +106,7 @@
       'ENABLE_VIDEO_TRACK=1',
       'ENABLE_VIEWPORT=1',
       'ENABLE_WEBGL=1',
+      'ENABLE_WEB_INTENTS=1',
       'ENABLE_WEB_SOCKETS=1',
       'ENABLE_WEB_TIMING=1',
       'ENABLE_WORKERS=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to