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