| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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. |
| 208 ExperimentalStream status=experimental | 208 ExperimentalStream status=experimental |
| 209 Suborigins status=experimental | 209 Suborigins status=experimental |
| 210 // Many websites disable mouse support when touch APIs are available. We'd | 210 // Many websites disable mouse support when touch APIs are available. We'd |
| 211 // like to enable this always but can't until more websites fix this bug. | 211 // like to enable this always but can't until more websites fix this bug. |
| 212 // Chromium sets this conditionally (eg. based on the presence of a | 212 // Chromium sets this conditionally (eg. based on the presence of a |
| 213 // touchscreen) in ApplyWebPreferences. | 213 // touchscreen) in ApplyWebPreferences. |
| 214 Touch status=stable | 214 Touch status=stable |
| 215 TraceWrappables | 215 TraceWrappables |
| 216 TrustedEvents status=stable | |
| 217 TrustedEventsDefaultAction | 216 TrustedEventsDefaultAction |
| 218 UnsafeES3APIs | 217 UnsafeES3APIs |
| 219 UnsandboxedAuxiliary status=stable | 218 UnsandboxedAuxiliary status=stable |
| 220 UserSelectAll status=experimental | 219 UserSelectAll status=experimental |
| 221 WebAnimationsAPI status=experimental | 220 WebAnimationsAPI status=experimental |
| 222 WebAnimationsSVG status=experimental | 221 WebAnimationsSVG status=experimental |
| 223 WebBluetooth | 222 WebBluetooth |
| 224 WebGLDraftExtensions status=experimental | 223 WebGLDraftExtensions status=experimental |
| 225 WebGLImageChromium | 224 WebGLImageChromium |
| 226 WebUSB status=experimental | 225 WebUSB status=experimental |
| 227 WebVR depends_on=GeometryInterfaces, status=test | 226 WebVR depends_on=GeometryInterfaces, status=test |
| 228 WebVTTRegions status=experimental | 227 WebVTTRegions status=experimental |
| 229 V8IdleTasks | 228 V8IdleTasks |
| 230 VisibilityChangeOnUnload status=experimental | 229 VisibilityChangeOnUnload status=experimental |
| 231 XSLT status=stable | 230 XSLT status=stable |
| 232 smil status=stable | 231 smil status=stable |
| 233 ScrollCustomization | 232 ScrollCustomization |
| 234 ScrollRestoration status=stable | 233 ScrollRestoration status=stable |
| 235 VisualViewportAPI status=experimental | 234 VisualViewportAPI status=experimental |
| 236 WakeLock status=experimental | 235 WakeLock status=experimental |
| 237 WebFontsInterventionV2 | 236 WebFontsInterventionV2 |
| 238 WebFontsInterventionTrigger | 237 WebFontsInterventionTrigger |
| 239 Worklet status=test | 238 Worklet status=test |
| OLD | NEW |