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

Unified Diff: Source/WebCore/dom/Document.idl

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 | « Source/WebCore/dom/Document.cpp ('k') | Source/WebCore/dom/Element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/Document.idl
===================================================================
--- Source/WebCore/dom/Document.idl (revision 113078)
+++ Source/WebCore/dom/Document.idl (working copy)
@@ -241,16 +241,10 @@
raises(DOMException);
#if defined(ENABLE_FULLSCREEN_API) && ENABLE_FULLSCREEN_API
- // Mozilla version
readonly attribute [V8EnabledAtRuntime] boolean webkitIsFullScreen;
readonly attribute [V8EnabledAtRuntime] boolean webkitFullScreenKeyboardInputAllowed;
readonly attribute [V8EnabledAtRuntime] Element webkitCurrentFullScreenElement;
[V8EnabledAtRuntime] void webkitCancelFullScreen();
-
- // W3C version
- readonly attribute [V8EnabledAtRuntime] boolean webkitFullscreenEnabled;
- readonly attribute [V8EnabledAtRuntime] Element webkitFullscreenElement;
- [V8EnabledAtRuntime] void webkitExitFullscreen();
#endif
WebKitNamedFlow webkitGetFlowByName(in DOMString name);
« no previous file with comments | « Source/WebCore/dom/Document.cpp ('k') | Source/WebCore/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698