| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 RTCPeerConnectionNewGetStats status=test | 203 RTCPeerConnectionNewGetStats status=test |
| 204 ScriptedSpeech status=stable | 204 ScriptedSpeech status=stable |
| 205 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). | 205 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). |
| 206 ScrollAnchoring status=experimental, settable_from_internals=True | 206 ScrollAnchoring status=experimental, settable_from_internals=True |
| 207 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 207 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 208 // as per the spec, matching other Web engines. | 208 // as per the spec, matching other Web engines. |
| 209 ScrollTopLeftInterop status=experimental | 209 ScrollTopLeftInterop status=experimental |
| 210 Sensor status=experimental | 210 Sensor status=experimental |
| 211 ServiceWorkerNavigationPreload | 211 ServiceWorkerNavigationPreload |
| 212 SetRootScroller status=experimental | 212 SetRootScroller status=experimental |
| 213 ShadowDOMV1 status=stable | |
| 214 ShadowPiercingDescendantCombinator status=test | 213 ShadowPiercingDescendantCombinator status=test |
| 215 ShapeDetection status=experimental | 214 ShapeDetection status=experimental |
| 216 SharedArrayBuffer | 215 SharedArrayBuffer |
| 217 SharedWorker status=stable | 216 SharedWorker status=stable |
| 218 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 | 217 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 |
| 219 SlimmingPaintV2 | 218 SlimmingPaintV2 |
| 220 SlimmingPaintStrictCullRectClipping | 219 SlimmingPaintStrictCullRectClipping |
| 221 // Used as argument in attribute of stable-release functions/interfaces where | 220 // Used as argument in attribute of stable-release functions/interfaces where |
| 222 // a runtime-enabled feature name is required for correct IDL syntax. | 221 // a runtime-enabled feature name is required for correct IDL syntax. |
| 223 // This is a global flag; do not change its status. | 222 // This is a global flag; do not change its status. |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 WebFontsInterventionV2With2G | 261 WebFontsInterventionV2With2G |
| 263 WebFontsInterventionV2With3G | 262 WebFontsInterventionV2With3G |
| 264 WebFontsInterventionV2WithSlow2G | 263 WebFontsInterventionV2WithSlow2G |
| 265 WebFontsInterventionTrigger | 264 WebFontsInterventionTrigger |
| 266 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 265 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 267 Worklet status=experimental | 266 Worklet status=experimental |
| 268 LazyParseCSS status=experimental | 267 LazyParseCSS status=experimental |
| 269 ParseHTMLOnMainThread status=test | 268 ParseHTMLOnMainThread status=test |
| 270 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 269 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 271 PerformanceNavigationTiming2 status=test | 270 PerformanceNavigationTiming2 status=test |
| 272 | |
| OLD | NEW |