Title: [93851] trunk/Source/WebKit/chromium
Revision
93851
Author
[email protected]
Date
2011-08-25 21:59:54 -0700 (Thu, 25 Aug 2011)

Log Message

Enable fullscreen API in Chromium by default.
https://bugs.webkit.org/show_bug.cgi?id=66993

Patch by Jeremy Apthorp <[email protected]> on 2011-08-25
Reviewed by Adam Barth.

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (93850 => 93851)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-08-26 04:27:02 UTC (rev 93850)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-08-26 04:59:54 UTC (rev 93851)
@@ -1,3 +1,12 @@
+2011-08-25  Jeremy Apthorp  <[email protected]>
+
+        Enable fullscreen API in Chromium by default.
+        https://bugs.webkit.org/show_bug.cgi?id=66993
+
+        Reviewed by Adam Barth.
+
+        * features.gypi:
+
 2011-08-25  Scott Graham  <[email protected]>
 
         Enable incremental linking for component build on Chromium

Modified: trunk/Source/WebKit/chromium/features.gypi (93850 => 93851)


--- trunk/Source/WebKit/chromium/features.gypi	2011-08-26 04:27:02 UTC (rev 93850)
+++ trunk/Source/WebKit/chromium/features.gypi	2011-08-26 04:59:54 UTC (rev 93851)
@@ -49,6 +49,7 @@
       'ENABLE_JAVASCRIPT_I18N_API=1',
       'ENABLE_FILE_SYSTEM=1',
       'ENABLE_FILTERS=1',
+      'ENABLE_FULLSCREEN_API=1',
       'ENABLE_GEOLOCATION=1',
       'ENABLE_GESTURE_EVENTS=1',
       'ENABLE_GESTURE_RECOGNIZER=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to