| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 ShadowRootDelegatesFocus status=experimental | 172 ShadowRootDelegatesFocus status=experimental |
| 173 SharedArrayBuffer | 173 SharedArrayBuffer |
| 174 SharedWorker status=stable | 174 SharedWorker status=stable |
| 175 SlimmingPaintV2 | 175 SlimmingPaintV2 |
| 176 SlimmingPaintOffsetCaching implied_by=SlimmingPaintV2 | 176 SlimmingPaintOffsetCaching implied_by=SlimmingPaintV2 |
| 177 SlimmingPaintStrictCullRectClipping | 177 SlimmingPaintStrictCullRectClipping |
| 178 SlimmingPaintUnderInvalidationChecking | 178 SlimmingPaintUnderInvalidationChecking |
| 179 StackedCSSPropertyAnimations status=experimental | 179 StackedCSSPropertyAnimations status=experimental |
| 180 StyleSharing status=stable | 180 StyleSharing status=stable |
| 181 StyleMatchedPropertiesCache status=stable | 181 StyleMatchedPropertiesCache status=stable |
| 182 SubscriptionRestrictions status=experimental |
| 182 // Do not turn this flag into stable, because many interfaces that should not | 183 // Do not turn this flag into stable, because many interfaces that should not |
| 183 // be shipped would be enabled. Instead, remove the flag from the shipping | 184 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 184 // interface. | 185 // interface. |
| 185 ExperimentalStream status=experimental | 186 ExperimentalStream status=experimental |
| 186 ReferrerPolicyAttribute status=experimental | 187 ReferrerPolicyAttribute status=experimental |
| 187 Suborigins status=experimental | 188 Suborigins status=experimental |
| 188 ThreadedParserDataReceiver | 189 ThreadedParserDataReceiver |
| 189 // Many websites disable mouse support when touch APIs are available. We'd | 190 // Many websites disable mouse support when touch APIs are available. We'd |
| 190 // like to enable this always but can't until more websites fix this bug. | 191 // like to enable this always but can't until more websites fix this bug. |
| 191 // Chromium sets this conditionally (eg. based on the presence of a | 192 // Chromium sets this conditionally (eg. based on the presence of a |
| (...skipping 15 matching lines...) Expand all Loading... |
| 207 WebVTTRegions depends_on=Media, status=experimental | 208 WebVTTRegions depends_on=Media, status=experimental |
| 208 V8IdleTasks | 209 V8IdleTasks |
| 209 XSLT status=stable | 210 XSLT status=stable |
| 210 smil status=stable | 211 smil status=stable |
| 211 ScrollCustomization | 212 ScrollCustomization |
| 212 ScrollRestoration status=stable | 213 ScrollRestoration status=stable |
| 213 WakeLock status=experimental | 214 WakeLock status=experimental |
| 214 WebFontsIntervention status=experimental | 215 WebFontsIntervention status=experimental |
| 215 WebFontsInterventionTrigger | 216 WebFontsInterventionTrigger |
| 216 Worklet | 217 Worklet |
| OLD | NEW |