| OLD | NEW |
| 1 // http://dev.chromium.org/blink/runtime-enabled-features | 1 // http://dev.chromium.org/blink/runtime-enabled-features |
| 2 // | 2 // |
| 3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains | 3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains |
| 4 // a class that stores static enablers for all experimental features. | 4 // a class that stores static enablers for all experimental features. |
| 5 // | 5 // |
| 6 // Each feature can be assigned a "status": | 6 // Each feature can be assigned a "status": |
| 7 // status=stable -> Enable this in all Blink configurations. We are committed t
o these APIs indefinitely. | 7 // status=stable -> Enable this in all Blink configurations. We are committed t
o these APIs indefinitely. |
| 8 // status=experimental -> In-progress features, Web Developers might play with,
but are not on by default in stable. | 8 // status=experimental -> In-progress features, Web Developers might play with,
but are not on by default in stable. |
| 9 // status=test -> Enabled in ContentShell for testing, otherwise off. | 9 // status=test -> Enabled in ContentShell for testing, otherwise off. |
| 10 // Features without a status are not enabled anywhere by default. | 10 // Features without a status are not enabled anywhere by default. |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 ScriptedSpeech status=stable | 206 ScriptedSpeech status=stable |
| 207 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). | 207 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). |
| 208 ScrollAnchoring status=experimental, settable_from_internals=True | 208 ScrollAnchoring status=experimental, settable_from_internals=True |
| 209 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 209 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 210 // as per the spec, matching other Web engines. | 210 // as per the spec, matching other Web engines. |
| 211 ScrollTopLeftInterop status=experimental | 211 ScrollTopLeftInterop status=experimental |
| 212 Sensor status=experimental | 212 Sensor status=experimental |
| 213 ServiceWorkerNavigationPreload | 213 ServiceWorkerNavigationPreload |
| 214 SetRootScroller status=experimental | 214 SetRootScroller status=experimental |
| 215 ShadowDOMV1 status=stable | 215 ShadowDOMV1 status=stable |
| 216 ShadowPiercingDescendantCombinator status=test | 216 ShadowPiercingDescendantCombinator status=experimental |
| 217 ShapeDetection status=experimental | 217 ShapeDetection status=experimental |
| 218 SharedArrayBuffer | 218 SharedArrayBuffer |
| 219 SharedWorker status=stable | 219 SharedWorker status=stable |
| 220 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 | 220 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 |
| 221 SlimmingPaintV2 | 221 SlimmingPaintV2 |
| 222 SlimmingPaintStrictCullRectClipping | 222 SlimmingPaintStrictCullRectClipping |
| 223 // Used as argument in attribute of stable-release functions/interfaces where | 223 // Used as argument in attribute of stable-release functions/interfaces where |
| 224 // a runtime-enabled feature name is required for correct IDL syntax. | 224 // a runtime-enabled feature name is required for correct IDL syntax. |
| 225 // This is a global flag; do not change its status. | 225 // This is a global flag; do not change its status. |
| 226 StableBlinkFeatures status=stable | 226 StableBlinkFeatures status=stable |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 WakeLock status=experimental | 263 WakeLock status=experimental |
| 264 WebFontsInterventionV2With2G | 264 WebFontsInterventionV2With2G |
| 265 WebFontsInterventionV2With3G | 265 WebFontsInterventionV2With3G |
| 266 WebFontsInterventionV2WithSlow2G | 266 WebFontsInterventionV2WithSlow2G |
| 267 WebFontsInterventionTrigger | 267 WebFontsInterventionTrigger |
| 268 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 268 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 269 Worklet status=experimental | 269 Worklet status=experimental |
| 270 LazyParseCSS status=experimental | 270 LazyParseCSS status=experimental |
| 271 ParseHTMLOnMainThread status=test | 271 ParseHTMLOnMainThread status=test |
| 272 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 272 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |