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

Unified Diff: testing/Internals.idl

Issue 13601015: Roll Blink IDLs forward. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: 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') | xml/XMLHttpRequest.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/Internals.idl
===================================================================
--- testing/Internals.idl (revision 20616)
+++ testing/Internals.idl (working copy)
@@ -169,6 +169,9 @@
boolean hasAutocorrectedMarker(in Document document, in long from, in long length) raises (DOMException);
void setContinuousSpellCheckingEnabled(in boolean enabled) raises (DOMException);
+ boolean isOverwriteModeEnabled(in Document document) raises (DOMException);
+ void toggleOverwriteModeEnabled(in Document document) raises (DOMException);
+
unsigned long numberOfScrollableAreas(in Document document) raises (DOMException);
boolean isPageBoxVisible(in Document document, in long pageNumber) raises (DOMException);
@@ -226,6 +229,9 @@
void setPageScaleFactor(in float scaleFactor, in long x, in long y) raises(DOMException);
+ 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);
« no previous file with comments | « testing/InternalSettings.idl ('k') | xml/XMLHttpRequest.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698