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

Unified Diff: Source/core/testing/Internals.idl

Issue 390363002: Unprefix most methods on FullscreenElementStack (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/core/testing/Internals.cpp ('k') | Source/web/FullscreenController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index 6f4cf5a37b5f7210c5d145dc52fc244369a4aed3..8625c105f5754bff8b1a37089fbebf5950693d1a 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -205,11 +205,6 @@
[RaisesException] void setIsCursorVisible(Document document, boolean isVisible);
- void webkitWillEnterFullScreenForElement(Document document, Element element);
- void webkitDidEnterFullScreenForElement(Document document, Element element);
- void webkitWillExitFullScreenForElement(Document document, Element element);
- void webkitDidExitFullScreenForElement(Document document, Element element);
-
void mediaPlayerRequestFullscreen(HTMLMediaElement mediaElement);
void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme);
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/web/FullscreenController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698