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

Unified Diff: core/testing/InternalSettings.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/testing/InternalDictionary.idl ('k') | core/testing/Internals.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/testing/InternalSettings.idl
diff --git a/core/testing/InternalSettings.idl b/core/testing/InternalSettings.idl
index c95af21dbda0121a9901bd16aee22100cefb8a29..ed536e64e50f54997bc48fb92357ee66ad19d0aa 100644
--- a/core/testing/InternalSettings.idl
+++ b/core/testing/InternalSettings.idl
@@ -53,11 +53,13 @@
[RaisesException] void setAvailableHoverTypes(DOMString types);
[RaisesException] void setPrimaryHoverType(DOMString type);
[RaisesException] void setImageAnimationPolicy(DOMString policy);
+ [RaisesException] void setCompositorWorkerEnabled(boolean enabled);
// FIXME: The following are RuntimeEnabledFeatures and likely
// cannot be changed after process start. These setters should
// be removed or moved onto internals.runtimeFlags:
void setAuthorShadowDOMForAnyElementEnabled(boolean enabled);
+ void setCSSStickyPositionEnabled(boolean enabled);
void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
void setOverlayScrollbarsEnabled(boolean enabled);
void setExperimentalContentSecurityPolicyFeaturesEnabled(boolean enabled);
« no previous file with comments | « core/testing/InternalDictionary.idl ('k') | core/testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698