| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 RTCPeerConnectionNewGetStats status=test | 205 RTCPeerConnectionNewGetStats status=test |
| 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 ShadowPiercingDescendantCombinator status=test | 215 ShadowPiercingDescendantCombinator status=experimental |
| 216 ShapeDetection status=experimental | 216 ShapeDetection status=experimental |
| 217 SharedArrayBuffer | 217 SharedArrayBuffer |
| 218 SharedWorker status=stable | 218 SharedWorker status=stable |
| 219 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 | 219 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 |
| 220 SlimmingPaintV2 | 220 SlimmingPaintV2 |
| 221 SlimmingPaintStrictCullRectClipping | 221 SlimmingPaintStrictCullRectClipping |
| 222 // Used as argument in attribute of stable-release functions/interfaces where | 222 // Used as argument in attribute of stable-release functions/interfaces where |
| 223 // a runtime-enabled feature name is required for correct IDL syntax. | 223 // a runtime-enabled feature name is required for correct IDL syntax. |
| 224 // This is a global flag; do not change its status. | 224 // This is a global flag; do not change its status. |
| 225 StableBlinkFeatures status=stable | 225 StableBlinkFeatures status=stable |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 WebFontsInterventionV2With3G | 266 WebFontsInterventionV2With3G |
| 267 WebFontsInterventionV2WithSlow2G | 267 WebFontsInterventionV2WithSlow2G |
| 268 WebFontsInterventionTrigger | 268 WebFontsInterventionTrigger |
| 269 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 269 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 270 Worklet status=experimental | 270 Worklet status=experimental |
| 271 LazyParseCSS status=experimental | 271 LazyParseCSS status=experimental |
| 272 ParseHTMLOnMainThread status=test | 272 ParseHTMLOnMainThread status=test |
| 273 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 273 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 274 PerformanceNavigationTiming2 status=test | 274 PerformanceNavigationTiming2 status=test |
| 275 BackgroundVideoTrackOptimization status=stable | 275 BackgroundVideoTrackOptimization status=stable |
| OLD | NEW |