Title: [141898] branches/chromium/1364
Revision
141898
Author
[email protected]
Date
2013-02-05 09:59:41 -0800 (Tue, 05 Feb 2013)

Log Message

Disable Fullscreen API on Android.
    
Disable the fullscreen API, as it is not working correctly on Android.
    
BUG=173664
Review URL: https://codereview.chromium.org/12208016

Modified Paths

Diff

Modified: branches/chromium/1364/LayoutTests/platform/chromium-android/TestExpectations (141897 => 141898)


--- branches/chromium/1364/LayoutTests/platform/chromium-android/TestExpectations	2013-02-05 17:55:51 UTC (rev 141897)
+++ branches/chromium/1364/LayoutTests/platform/chromium-android/TestExpectations	2013-02-05 17:59:41 UTC (rev 141898)
@@ -64,6 +64,9 @@
 crbug.com/135877 platform/chromium/virtual/gpu/fast/canvas/webgl
 crbug.com/135877 platform/chromium/virtual/threaded/compositing/webgl
 
+# Fullscreen API disabled: http://crbug.com/173664
+crbug.com/173664 fullscreen
+
 # LAYER_TREE_INCLUDES_VISIBLE_RECTS option to layerTreeAsText is only applicable to Mac.
 compositing/visible-rect [ WontFix ]
 

Modified: branches/chromium/1364/Source/WebKit/chromium/features.gypi (141897 => 141898)


--- branches/chromium/1364/Source/WebKit/chromium/features.gypi	2013-02-05 17:55:51 UTC (rev 141897)
+++ branches/chromium/1364/Source/WebKit/chromium/features.gypi	2013-02-05 17:59:41 UTC (rev 141898)
@@ -63,7 +63,6 @@
       'ENABLE_ENCRYPTED_MEDIA=1',
       'ENABLE_FILE_SYSTEM=1',
       'ENABLE_FILTERS=1',
-      'ENABLE_FULLSCREEN_API=1',
       'ENABLE_GAMEPAD=1',
       'ENABLE_GEOLOCATION=1',
       'ENABLE_GESTURE_EVENTS=1',
@@ -163,6 +162,7 @@
           'ENABLE_CALENDAR_PICKER=0',
           'ENABLE_DATALIST_ELEMENT=0',
           'ENABLE_FAST_MOBILE_SCROLLING=1',
+          'ENABLE_FULLSCREEN_API=0',
           'ENABLE_INPUT_SPEECH=0',
           'ENABLE_INPUT_TYPE_COLOR=0',
           'ENABLE_INPUT_TYPE_WEEK=0',
@@ -186,6 +186,7 @@
           'ENABLE_ACCELERATED_OVERFLOW_SCROLLING=0',
           'ENABLE_CALENDAR_PICKER=1',
           'ENABLE_DATALIST_ELEMENT=1',
+          'ENABLE_FULLSCREEN_API=1',
           'ENABLE_INPUT_SPEECH=1',
           'ENABLE_INPUT_TYPE_COLOR=1',
           'ENABLE_INPUT_TYPE_WEEK=1',
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to