| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 RootLayerScrolling | 213 RootLayerScrolling |
| 214 RTCPeerConnectionNewGetStats status=experimental | 214 RTCPeerConnectionNewGetStats status=experimental |
| 215 ScriptedSpeech status=stable | 215 ScriptedSpeech status=stable |
| 216 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). | 216 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). |
| 217 ScrollAnchoring status=experimental, settable_from_internals=True | 217 ScrollAnchoring status=experimental, settable_from_internals=True |
| 218 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 218 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 219 // as per the spec, matching other Web engines. | 219 // as per the spec, matching other Web engines. |
| 220 ScrollTopLeftInterop status=experimental | 220 ScrollTopLeftInterop status=experimental |
| 221 Sensor status=experimental | 221 Sensor status=experimental |
| 222 ServiceWorkerNavigationPreload origin_trial_feature_name=ServiceWorkerNavigation
Preload | 222 ServiceWorkerNavigationPreload origin_trial_feature_name=ServiceWorkerNavigation
Preload |
| 223 SetRootScroller status=experimental, origin_trial_feature_name=RootScroller | 223 SetRootScroller status=experimental |
| 224 ShadowPiercingDescendantCombinator status=experimental | 224 ShadowPiercingDescendantCombinator status=experimental |
| 225 ShapeDetection status=experimental | 225 ShapeDetection status=experimental |
| 226 SharedArrayBuffer | 226 SharedArrayBuffer |
| 227 SharedWorker status=stable | 227 SharedWorker status=stable |
| 228 SlimmingPaintInvalidation implied_by=SlimmingPaintV2, status=experimental | 228 SlimmingPaintInvalidation implied_by=SlimmingPaintV2, status=experimental |
| 229 SlimmingPaintV2 | 229 SlimmingPaintV2 |
| 230 SlimmingPaintStrictCullRectClipping | 230 SlimmingPaintStrictCullRectClipping |
| 231 // Used as argument in attribute of stable-release functions/interfaces where | 231 // Used as argument in attribute of stable-release functions/interfaces where |
| 232 // a runtime-enabled feature name is required for correct IDL syntax. | 232 // a runtime-enabled feature name is required for correct IDL syntax. |
| 233 // This is a global flag; do not change its status. | 233 // This is a global flag; do not change its status. |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 Worklet status=experimental | 282 Worklet status=experimental |
| 283 LazyParseCSS status=experimental | 283 LazyParseCSS status=experimental |
| 284 ParseHTMLOnMainThread status=test | 284 ParseHTMLOnMainThread status=test |
| 285 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 285 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 286 PerformanceNavigationTiming2 status=stable | 286 PerformanceNavigationTiming2 status=stable |
| 287 BackgroundVideoTrackOptimization status=stable | 287 BackgroundVideoTrackOptimization status=stable |
| 288 PerformancePaintTiming status=test | 288 PerformancePaintTiming status=test |
| 289 HideNonceContentAttribute status=experimental | 289 HideNonceContentAttribute status=experimental |
| 290 UnclosedFormControlIsInvalid status=experimental | 290 UnclosedFormControlIsInvalid status=experimental |
| 291 RestrictCompleteURLCharacterSet status=experimental | 291 RestrictCompleteURLCharacterSet status=experimental |
| OLD | NEW |