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

Unified Diff: Source/WebCore/dom/Element.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/Element.cpp ('k') | Source/WebKit/mac/WebView/WebView.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/Element.idl
===================================================================
--- Source/WebCore/dom/Element.idl (revision 113078)
+++ Source/WebCore/dom/Element.idl (working copy)
@@ -129,12 +129,8 @@
#endif
#if defined(ENABLE_FULLSCREEN_API) && ENABLE_FULLSCREEN_API
- // Mozilla version
const unsigned short ALLOW_KEYBOARD_INPUT = 1;
[V8EnabledAtRuntime] void webkitRequestFullScreen(in [Optional=DefaultIsUndefined] unsigned short flags);
-
- // W3C version
- [V8EnabledAtRuntime] void webkitRequestFullscreen();
#endif
// CSS Regions API
« no previous file with comments | « Source/WebCore/dom/Element.cpp ('k') | Source/WebKit/mac/WebView/WebView.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698