Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(566)

Unified Diff: core/testing/InternalSettings.idl

Issue 9889044: IDL roll to multivm 1266 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/testing/InternalSettings.idl
diff --git a/core/testing/InternalSettings.idl b/core/testing/InternalSettings.idl
index 30c0d911e5d9bbf41d0b038abf88963a65c23adb..ed5ad0e75898142cc6d322a5f8453ebc6ac9f301 100644
--- a/core/testing/InternalSettings.idl
+++ b/core/testing/InternalSettings.idl
@@ -39,7 +39,6 @@
[RaisesException] void setTextAutosizingEnabled(boolean enabled);
[RaisesException] void setTextAutosizingWindowSizeOverride(long width, long height);
[RaisesException] void setTextAutosizingFontScaleFactor(float fontScaleFactor);
- [RaisesException] void setResolutionOverride(long dotsPerCSSInchHorizontally, long dotsPerCSSInchVertically);
[RaisesException] void setMediaTypeOverride(DOMString mediaTypeOverride);
[RaisesException] void setEditingBehavior(DOMString behavior);
@@ -60,6 +59,7 @@
void setCSSExclusionsEnabled(boolean enabled);
void setDialogElementEnabled(boolean enabled);
void setExperimentalShadowDOMEnabled(boolean enabled);
+ void setExperimentalWebSocketEnabled(boolean enabled);
void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
void setLazyLayoutEnabled(boolean enabled);
void setStyleScopedEnabled(boolean enabled);

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b