Title: [142041] branches/chromium/1364
Revision
142041
Author
k...@chromium.org
Date
2013-02-06 15:06:56 -0800 (Wed, 06 Feb 2013)

Log Message

Revert 141898
> 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

TBR=jknot...@chromium.org
Review URL: https://codereview.chromium.org/12225065

Modified Paths

Diff

Modified: branches/chromium/1364/LayoutTests/platform/chromium-android/TestExpectations (142040 => 142041)


--- branches/chromium/1364/LayoutTests/platform/chromium-android/TestExpectations	2013-02-06 22:59:59 UTC (rev 142040)
+++ branches/chromium/1364/LayoutTests/platform/chromium-android/TestExpectations	2013-02-06 23:06:56 UTC (rev 142041)
@@ -64,9 +64,6 @@
 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 (142040 => 142041)


--- branches/chromium/1364/Source/WebKit/chromium/features.gypi	2013-02-06 22:59:59 UTC (rev 142040)
+++ branches/chromium/1364/Source/WebKit/chromium/features.gypi	2013-02-06 23:06:56 UTC (rev 142041)
@@ -63,6 +63,7 @@
       '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',
@@ -162,7 +163,6 @@
           '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,7 +186,6 @@
           '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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to