| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 ServiceWorkerClientsGetID status=stable | 173 ServiceWorkerClientsGetID status=stable |
| 174 ServiceWorkerWindowClientNavigate status=stable | 174 ServiceWorkerWindowClientNavigate status=stable |
| 175 ShadowDOMV1 status=experimental | 175 ShadowDOMV1 status=experimental |
| 176 ShadowRootDelegatesFocus status=experimental | 176 ShadowRootDelegatesFocus status=experimental |
| 177 SharedArrayBuffer | 177 SharedArrayBuffer |
| 178 SharedWorker status=stable | 178 SharedWorker status=stable |
| 179 SlimmingPaintInvalidation | 179 SlimmingPaintInvalidation |
| 180 SlimmingPaintV2 | 180 SlimmingPaintV2 |
| 181 SlimmingPaintStrictCullRectClipping | 181 SlimmingPaintStrictCullRectClipping |
| 182 SlimmingPaintUnderInvalidationChecking | 182 SlimmingPaintUnderInvalidationChecking |
| 183 // Used as argument in attribute of stable-release functions/interfaces where |
| 184 // a runtime-enabled feature name is required for correct IDL syntax. |
| 185 // This is a global flag; do not change its status. |
| 186 StableBlinkFeatures status=stable |
| 183 StackedCSSPropertyAnimations status=experimental | 187 StackedCSSPropertyAnimations status=experimental |
| 184 StyleSharing status=stable | 188 StyleSharing status=stable |
| 185 StyleMatchedPropertiesCache status=stable | 189 StyleMatchedPropertiesCache status=stable |
| 186 // Do not turn this flag into stable, because many interfaces that should not | 190 // Do not turn this flag into stable, because many interfaces that should not |
| 187 // be shipped would be enabled. Instead, remove the flag from the shipping | 191 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 188 // interface. | 192 // interface. |
| 189 ExperimentalStream status=experimental | 193 ExperimentalStream status=experimental |
| 190 Suborigins status=experimental | 194 Suborigins status=experimental |
| 191 // Many websites disable mouse support when touch APIs are available. We'd | 195 // Many websites disable mouse support when touch APIs are available. We'd |
| 192 // like to enable this always but can't until more websites fix this bug. | 196 // like to enable this always but can't until more websites fix this bug. |
| (...skipping 18 matching lines...) Expand all Loading... |
| 211 V8IdleTasks | 215 V8IdleTasks |
| 212 VisibilityChangeOnUnload status=test | 216 VisibilityChangeOnUnload status=test |
| 213 XSLT status=stable | 217 XSLT status=stable |
| 214 smil status=stable | 218 smil status=stable |
| 215 ScrollCustomization | 219 ScrollCustomization |
| 216 ScrollRestoration status=stable | 220 ScrollRestoration status=stable |
| 217 WakeLock status=experimental | 221 WakeLock status=experimental |
| 218 WebFontsIntervention status=experimental | 222 WebFontsIntervention status=experimental |
| 219 WebFontsInterventionTrigger | 223 WebFontsInterventionTrigger |
| 220 Worklet status=test | 224 Worklet status=test |
| OLD | NEW |