Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h

Issue 9950115: Revert 111028 - Support W3C Full Screen API proposal (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fullscreen/full-screen-test.js ('k') | Source/WebCore/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
===================================================================
--- Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h (revision 113078)
+++ Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h (working copy)
@@ -71,7 +71,6 @@
static bool webkitIDBTransactionEnabled() { return isIndexedDBEnabled; }
#if ENABLE(FULLSCREEN_API)
- // Mozilla version
static bool webkitFullScreenAPIEnabled() { return isFullScreenAPIEnabled; }
static void setWebkitFullScreenAPIEnabled(bool isEnabled) { isFullScreenAPIEnabled = isEnabled; }
static bool webkitRequestFullScreenEnabled() { return isFullScreenAPIEnabled; }
@@ -79,12 +78,6 @@
static bool webkitFullScreenKeyboardInputAllowedEnabled() { return isFullScreenAPIEnabled; }
static bool webkitCurrentFullScreenElementEnabled() { return isFullScreenAPIEnabled; }
static bool webkitCancelFullScreenEnabled() { return isFullScreenAPIEnabled; }
-
- // W3C version
- static bool webkitFullscreenEnabledEnabled() { return isFullScreenAPIEnabled; }
- static bool webkitFullscreenElementEnabled() { return isFullScreenAPIEnabled; }
- static bool webkitExitFullscreenEnabled() { return isFullScreenAPIEnabled; }
- static bool webkitRequestFullscreenEnabled() { return isFullScreenAPIEnabled; }
#endif
#if ENABLE(POINTER_LOCK)
« no previous file with comments | « LayoutTests/fullscreen/full-screen-test.js ('k') | Source/WebCore/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698