Chromium Code Reviews| Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
| diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
| index 6323f36c1ba11cd8a2f672eb1c004ff649107c2f..02306dbd5181514f2dd3fc92c06c334362a4c157 100644 |
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
| @@ -21,6 +21,9 @@ |
| // feature can be enabled at runtime on a per-page basis through a signed token for the corresponding feature name. |
| // Declaring the origin_trial_feature_name will cause a static method to be generated in OriginTrials.h/cpp. This static |
| // method allows the feature implementation to check if it is enabled for the current context. |
| +// |
| +// set_from_internals specifies whether or not a feture can be set from core/testing/Internals.h/cpp, with the default |
|
wkorman
2016/04/26 19:01:18
whether a feature (remove 'or not', fix typo in 'f
ymalik
2016/04/26 20:17:39
Ah thanks! Done.
|
| +// being false. |
| AppBanner status=stable |
| AlwaysUseComplexText status=stable |
| @@ -173,7 +176,7 @@ SandboxBlocksModals status=stable |
| ScreenOrientation status=stable |
| ScriptedSpeech status=stable |
| // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). |
| -ScrollAnchoring |
| +ScrollAnchoring set_from_internals=True |
| // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| // as per the spec, matching other Web engines. |
| ScrollTopLeftInterop status=experimental |