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

Unified Diff: testing/Internals.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 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 | « testing/InternalSettings.idl ('k') | workers/AbstractWorker.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/Internals.idl
diff --git a/testing/Internals.idl b/testing/Internals.idl
index a44e24e57a3a6844b1e0a5bc3bb9afe6ea831b88..3df2f4b8fa7292265b89e03cd012b9ff56226d4e 100644
--- a/testing/Internals.idl
+++ b/testing/Internals.idl
@@ -232,12 +232,10 @@
void setHeaderHeight(in Document document, in float height);
void setFooterHeight(in Document document, in float height);
-#if defined(ENABLE_FULLSCREEN_API) && ENABLE_FULLSCREEN_API
void webkitWillEnterFullScreenForElement(in Document document, in Element element);
void webkitDidEnterFullScreenForElement(in Document document, in Element element);
void webkitWillExitFullScreenForElement(in Document document, in Element element);
void webkitDidExitFullScreenForElement(in Document document, in Element element);
-#endif
void registerURLSchemeAsBypassingContentSecurityPolicy(in DOMString scheme);
void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(in DOMString scheme);
@@ -271,4 +269,6 @@
[Conditional=SPEECH_SYNTHESIS] void enableMockSpeechSynthesizer();
DOMString getImageSourceURL(in Element element) raises(DOMException);
+
+ boolean isSelectPopupVisible(in Node node);
};
« no previous file with comments | « testing/InternalSettings.idl ('k') | workers/AbstractWorker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698