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