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