| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 ServiceWorkerClientAttributes status=stable | 187 ServiceWorkerClientAttributes status=stable |
| 188 ServiceWorkerClientsGetID status=stable | 188 ServiceWorkerClientsGetID status=stable |
| 189 ServiceWorkerWindowClientNavigate status=stable | 189 ServiceWorkerWindowClientNavigate status=stable |
| 190 SetRootScroller status=experimental | 190 SetRootScroller status=experimental |
| 191 ShadowDOMV1 status=experimental | 191 ShadowDOMV1 status=experimental |
| 192 SharedArrayBuffer | 192 SharedArrayBuffer |
| 193 SharedWorker status=stable | 193 SharedWorker status=stable |
| 194 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 | 194 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 |
| 195 SlimmingPaintV2 | 195 SlimmingPaintV2 |
| 196 SlimmingPaintStrictCullRectClipping | 196 SlimmingPaintStrictCullRectClipping |
| 197 SlimmingPaintUnderInvalidationChecking | 197 SlimmingPaintUnderInvalidationChecking settable_from_internals=True |
| 198 // Used as argument in attribute of stable-release functions/interfaces where | 198 // Used as argument in attribute of stable-release functions/interfaces where |
| 199 // a runtime-enabled feature name is required for correct IDL syntax. | 199 // a runtime-enabled feature name is required for correct IDL syntax. |
| 200 // This is a global flag; do not change its status. | 200 // This is a global flag; do not change its status. |
| 201 StableBlinkFeatures status=stable | 201 StableBlinkFeatures status=stable |
| 202 StackedCSSPropertyAnimations status=experimental | 202 StackedCSSPropertyAnimations status=experimental |
| 203 StyleSharing status=stable | 203 StyleSharing status=stable |
| 204 StyleMatchedPropertiesCache status=stable | 204 StyleMatchedPropertiesCache status=stable |
| 205 // Do not turn this flag into stable, because many interfaces that should not | 205 // Do not turn this flag into stable, because many interfaces that should not |
| 206 // be shipped would be enabled. Instead, remove the flag from the shipping | 206 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 207 // interface. | 207 // interface. |
| (...skipping 26 matching lines...) Expand all Loading... |
| 234 ScrollRestoration status=stable | 234 ScrollRestoration status=stable |
| 235 AutoplayMutedVideos settable_from_internals=True | 235 AutoplayMutedVideos settable_from_internals=True |
| 236 VisualViewportAPI status=experimental | 236 VisualViewportAPI status=experimental |
| 237 WakeLock status=experimental | 237 WakeLock status=experimental |
| 238 WebFontsInterventionV2With2G | 238 WebFontsInterventionV2With2G |
| 239 WebFontsInterventionV2WithSlow2G | 239 WebFontsInterventionV2WithSlow2G |
| 240 WebFontsInterventionTrigger | 240 WebFontsInterventionTrigger |
| 241 Worklet status=test | 241 Worklet status=test |
| 242 WeakMemoryCache | 242 WeakMemoryCache |
| 243 DoNotUnlockSharedBuffer | 243 DoNotUnlockSharedBuffer |
| OLD | NEW |