| Index: core/testing/InternalSettings.idl
|
| diff --git a/core/testing/InternalSettings.idl b/core/testing/InternalSettings.idl
|
| index 69686ce64d16638849e5faafe398b28a15105c44..4120690ad81ba364da0750102eb908c405695d9b 100644
|
| --- a/core/testing/InternalSettings.idl
|
| +++ b/core/testing/InternalSettings.idl
|
| @@ -24,12 +24,11 @@
|
| */
|
|
|
| [
|
| - NoInterfaceObject, // testing interfaces do not appear on global objects
|
| + WillBeGarbageCollected,
|
| ] interface InternalSettings : InternalSettingsGenerated {
|
| // All methods which access Page::settings() can raise an exception
|
| // when the page cannot be accessed. (Such as during page tear-down.)
|
| [RaisesException] void setMockScrollbarsEnabled(boolean enabled);
|
| - [RaisesException] void setTouchEventEmulationEnabled(boolean enabled);
|
| [RaisesException] void setStandardFontFamily(DOMString family, DOMString script);
|
| [RaisesException] void setSerifFontFamily(DOMString family, DOMString script);
|
| [RaisesException] void setSansSerifFontFamily(DOMString family, DOMString script);
|
| @@ -42,15 +41,10 @@
|
| [RaisesException] void setAccessibilityFontScaleFactor(float fontScaleFactor);
|
| [RaisesException] void setMediaTypeOverride(DOMString mediaTypeOverride);
|
| [RaisesException] void setEditingBehavior(DOMString behavior);
|
| - [RaisesException] void setPasswordGenerationDecorationEnabled(boolean enabled);
|
| [RaisesException] void setImagesEnabled(boolean enabled);
|
| [RaisesException] void setDefaultVideoPosterURL(DOMString poster);
|
| [RaisesException] void setViewportEnabled(boolean enabled);
|
|
|
| - // FIXME: This is a temporary flag and should be removed once accelerated
|
| - // overflow scroll is ready (crbug.com/254111).
|
| - [RaisesException] void setCompositorDrivenAcceleratedScrollingEnabled(boolean enabled);
|
| -
|
| // FIXME: This is a temporary flag and should be removed once squashing is
|
| // ready (crbug.com/261605).
|
| [RaisesException] void setLayerSquashingEnabled(boolean enabled);
|
| @@ -60,9 +54,8 @@
|
| // be removed or moved onto internals.runtimeFlags:
|
| void setAuthorShadowDOMForAnyElementEnabled(boolean enabled);
|
| void setCSSExclusionsEnabled(boolean enabled);
|
| - void setExperimentalWebSocketEnabled(boolean enabled);
|
| void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
|
| void setOverlayScrollbarsEnabled(boolean enabled);
|
| - void setStyleScopedEnabled(boolean enabled);
|
| void setExperimentalContentSecurityPolicyFeaturesEnabled(boolean enabled);
|
| + void setPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled(boolean enabled);
|
| };
|
|
|