| 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 ServiceWorkerClientAttributes status=stable | 173 ServiceWorkerClientAttributes status=stable |
| 174 ServiceWorkerExtendableMessageEvent status=experimental | 174 ServiceWorkerExtendableMessageEvent status=experimental |
| 175 ServiceWorkerClientsGetID status=experimental | 175 ServiceWorkerClientsGetID status=experimental |
| 176 ServiceWorkerPerformanceTimeline status=stable | 176 ServiceWorkerPerformanceTimeline status=stable |
| 177 ServiceWorkerWindowClientNavigate status=stable | 177 ServiceWorkerWindowClientNavigate status=stable |
| 178 ShadowDOMV1 status=experimental | 178 ShadowDOMV1 status=experimental |
| 179 ShadowRootDelegatesFocus status=experimental | 179 ShadowRootDelegatesFocus status=experimental |
| 180 SharedArrayBuffer | 180 SharedArrayBuffer |
| 181 SharedWorker status=stable | 181 SharedWorker status=stable |
| 182 SlimmingPaintV2 | 182 SlimmingPaintV2 |
| 183 SlimmingPaintOffsetCaching implied_by=SlimmingPaintV2 | |
| 184 SlimmingPaintStrictCullRectClipping | 183 SlimmingPaintStrictCullRectClipping |
| 185 SlimmingPaintUnderInvalidationChecking | 184 SlimmingPaintUnderInvalidationChecking |
| 186 StackedCSSPropertyAnimations status=experimental | 185 StackedCSSPropertyAnimations status=experimental |
| 187 StyleSharing status=stable | 186 StyleSharing status=stable |
| 188 StyleMatchedPropertiesCache status=stable | 187 StyleMatchedPropertiesCache status=stable |
| 189 // Do not turn this flag into stable, because many interfaces that should not | 188 // Do not turn this flag into stable, because many interfaces that should not |
| 190 // be shipped would be enabled. Instead, remove the flag from the shipping | 189 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 191 // interface. | 190 // interface. |
| 192 ExperimentalStream status=experimental | 191 ExperimentalStream status=experimental |
| 193 ReferrerPolicyAttribute status=experimental | 192 ReferrerPolicyAttribute status=experimental |
| (...skipping 19 matching lines...) Expand all Loading... |
| 213 WebVTTRegions depends_on=Media, status=experimental | 212 WebVTTRegions depends_on=Media, status=experimental |
| 214 V8IdleTasks | 213 V8IdleTasks |
| 215 XSLT status=stable | 214 XSLT status=stable |
| 216 smil status=stable | 215 smil status=stable |
| 217 ScrollCustomization | 216 ScrollCustomization |
| 218 ScrollRestoration status=stable | 217 ScrollRestoration status=stable |
| 219 WakeLock status=experimental | 218 WakeLock status=experimental |
| 220 WebFontsIntervention status=experimental | 219 WebFontsIntervention status=experimental |
| 221 WebFontsInterventionTrigger | 220 WebFontsInterventionTrigger |
| 222 Worklet status=test | 221 Worklet status=test |
| OLD | NEW |