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

Unified Diff: core/testing/InternalSettings.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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/InternalProfilers.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 b04e925e58c8c7136fdf44d1e4fe6f1bbf2972ee..c95af21dbda0121a9901bd16aee22100cefb8a29 100644
--- a/core/testing/InternalSettings.idl
+++ b/core/testing/InternalSettings.idl
@@ -39,20 +39,20 @@
[RaisesException] void setPictographFontFamily(DOMString family, DOMString script);
[RaisesException] void setTextAutosizingEnabled(boolean enabled);
[RaisesException] void setTextAutosizingWindowSizeOverride(long width, long height);
+ [RaisesException] void setTextTrackKindUserPreference(DOMString preference);
[RaisesException] void setAccessibilityFontScaleFactor(float fontScaleFactor);
[RaisesException] void setMediaTypeOverride(DOMString mediaTypeOverride);
+ [RaisesException] void setDisplayModeOverride(DOMString displayModeOverride);
[RaisesException] void setEditingBehavior(DOMString behavior);
[RaisesException] void setImagesEnabled(boolean enabled);
[RaisesException] void setDefaultVideoPosterURL(DOMString poster);
[RaisesException] void setViewportEnabled(boolean enabled);
+ [RaisesException] void setViewportMetaEnabled(boolean enabled);
[RaisesException] void setAvailablePointerTypes(DOMString pointers);
[RaisesException] void setPrimaryPointerType(DOMString pointer);
[RaisesException] void setAvailableHoverTypes(DOMString types);
[RaisesException] void setPrimaryHoverType(DOMString type);
-
- // FIXME: This is a temporary flag and should be removed once squashing is
- // ready (crbug.com/261605).
- [RaisesException] void setLayerSquashingEnabled(boolean enabled);
+ [RaisesException] void setImageAnimationPolicy(DOMString policy);
// FIXME: The following are RuntimeEnabledFeatures and likely
// cannot be changed after process start. These setters should
@@ -61,6 +61,7 @@
void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
void setOverlayScrollbarsEnabled(boolean enabled);
void setExperimentalContentSecurityPolicyFeaturesEnabled(boolean enabled);
- void setLaxMixedContentCheckingEnabled(boolean enabled);
- void setPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled(boolean enabled);
+ void setImageColorProfilesEnabled(boolean enabled);
+ void setScrollTopLeftInteropEnabled(boolean enabled);
+ void setLinkHeaderEnabled(boolean enabled);
};
« no previous file with comments | « core/testing/InternalProfilers.idl ('k') | core/testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698