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