| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 // This is a global flag; do not change its status. | 197 // This is a global flag; do not change its status. |
| 198 StableBlinkFeatures status=stable | 198 StableBlinkFeatures status=stable |
| 199 StackedCSSPropertyAnimations status=experimental | 199 StackedCSSPropertyAnimations status=experimental |
| 200 StyleSharing status=stable | 200 StyleSharing status=stable |
| 201 StyleMatchedPropertiesCache status=stable | 201 StyleMatchedPropertiesCache status=stable |
| 202 // Do not turn this flag into stable, because many interfaces that should not | 202 // Do not turn this flag into stable, because many interfaces that should not |
| 203 // be shipped would be enabled. Instead, remove the flag from the shipping | 203 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 204 // interface. | 204 // interface. |
| 205 ExperimentalStream status=experimental | 205 ExperimentalStream status=experimental |
| 206 StorageEstimate status=experimental | 206 StorageEstimate status=experimental |
| 207 Suborigins status=experimental | 207 Suborigins status=test |
| 208 // Many websites disable mouse support when touch APIs are available. We'd | 208 // Many websites disable mouse support when touch APIs are available. We'd |
| 209 // like to enable this always but can't until more websites fix this bug. | 209 // like to enable this always but can't until more websites fix this bug. |
| 210 // Chromium sets this conditionally (eg. based on the presence of a | 210 // Chromium sets this conditionally (eg. based on the presence of a |
| 211 // touchscreen) in ApplyWebPreferences. | 211 // touchscreen) in ApplyWebPreferences. |
| 212 Touch status=stable | 212 Touch status=stable |
| 213 TraceWrappables | 213 TraceWrappables |
| 214 TrustedEventsDefaultAction | 214 TrustedEventsDefaultAction |
| 215 UnsafeES3APIs | 215 UnsafeES3APIs |
| 216 UnsandboxedAuxiliary status=stable | 216 UnsandboxedAuxiliary status=stable |
| 217 UserSelectAll status=experimental | 217 UserSelectAll status=experimental |
| 218 WebAnimationsAPI status=experimental | 218 WebAnimationsAPI status=experimental |
| 219 WebAnimationsSVG status=experimental | 219 WebAnimationsSVG status=experimental |
| 220 WebBluetooth | 220 WebBluetooth |
| 221 WebGLDraftExtensions status=experimental | 221 WebGLDraftExtensions status=experimental |
| 222 WebGLImageChromium | 222 WebGLImageChromium |
| 223 WebUSB status=experimental | 223 WebUSB status=experimental |
| 224 WebVR depends_on=GeometryInterfaces, status=test | 224 WebVR depends_on=GeometryInterfaces, status=test |
| 225 WebVTTRegions status=experimental | 225 WebVTTRegions status=experimental |
| 226 V8IdleTasks | 226 V8IdleTasks |
| 227 VisibilityChangeOnUnload status=experimental | 227 VisibilityChangeOnUnload status=experimental |
| 228 XSLT status=stable | 228 XSLT status=stable |
| 229 smil status=stable | 229 smil status=stable |
| 230 ScrollCustomization | 230 ScrollCustomization |
| 231 ScrollRestoration status=stable | 231 ScrollRestoration status=stable |
| 232 VisualViewportAPI status=experimental | 232 VisualViewportAPI status=experimental |
| 233 WakeLock status=experimental | 233 WakeLock status=experimental |
| 234 WebFontsInterventionV2 | 234 WebFontsInterventionV2 |
| 235 WebFontsInterventionTrigger | 235 WebFontsInterventionTrigger |
| 236 Worklet status=test | 236 Worklet status=test |
| OLD | NEW |