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

Unified Diff: third_party/WebCore/testing/InternalSettings.idl

Issue 10800075: Roll IDL to multivm@713 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: third_party/WebCore/testing/InternalSettings.idl
diff --git a/third_party/WebCore/testing/InternalSettings.idl b/third_party/WebCore/testing/InternalSettings.idl
index 16935d2373542eb6f6d0701a606ec221aa990575..3b95c6531b16527bcce2a21f216ed495e8c3d3b2 100644
--- a/third_party/WebCore/testing/InternalSettings.idl
+++ b/third_party/WebCore/testing/InternalSettings.idl
@@ -66,10 +66,11 @@ module window {
void setWindowFocusRestricted(in boolean restricted) raises(DOMException);
void setDialogElementEnabled(in boolean enabled) raises(DOMException);
- void setPagination(in DOMString mode, in long gap) raises(DOMException);
+ void setPagination(in DOMString mode, in long gap, in [Optional] long pageLength) raises(DOMException);
sequence<String> userPreferredLanguages();
void setUserPreferredLanguages(in sequence<String> languages);
void allowRoundingHacks();
+ void setEnableMockPagePopup(in boolean enabled) raises(DOMException);
#if defined(ENABLE_VIDEO_TRACK) && ENABLE_VIDEO_TRACK
void setShouldDisplayTrackKind(in DOMString kind, in boolean enabled) raises (DOMException);
boolean shouldDisplayTrackKind(in DOMString trackKind) raises (DOMException);
« no previous file with comments | « third_party/WebCore/page/NavigatorRegisterProtocolHandler.idl ('k') | third_party/WebCore/testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698