| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Touch status=stable | 204 Touch status=stable |
| 205 TrustedEvents status=stable | 205 TrustedEvents status=stable |
| 206 TrustedEventsDefaultAction | 206 TrustedEventsDefaultAction |
| 207 UnsafeES3APIs | 207 UnsafeES3APIs |
| 208 UnsandboxedAuxiliary status=stable | 208 UnsandboxedAuxiliary status=stable |
| 209 UserSelectAll status=experimental | 209 UserSelectAll status=experimental |
| 210 WebAnimationsAPI status=experimental | 210 WebAnimationsAPI status=experimental |
| 211 WebAnimationsSVG status=experimental | 211 WebAnimationsSVG status=experimental |
| 212 // TODO(https://crbug.com/584113) Enable Web Bluetooth Experiment. | 212 WebBluetooth origin_trial_feature_name=WebBluetooth |
| 213 // WebBluetooth origin_trial_feature_name=WebBluetooth | |
| 214 WebBluetooth | |
| 215 WebGLDraftExtensions status=experimental | 213 WebGLDraftExtensions status=experimental |
| 216 WebGLImageChromium | 214 WebGLImageChromium |
| 217 WebUSB status=experimental | 215 WebUSB status=experimental |
| 218 WebVR depends_on=GeometryInterfaces, status=test | 216 WebVR depends_on=GeometryInterfaces, status=test |
| 219 WebVTTRegions status=experimental | 217 WebVTTRegions status=experimental |
| 220 V8IdleTasks | 218 V8IdleTasks |
| 221 VisibilityChangeOnUnload status=test | 219 VisibilityChangeOnUnload status=test |
| 222 XSLT status=stable | 220 XSLT status=stable |
| 223 smil status=stable | 221 smil status=stable |
| 224 ScrollCustomization | 222 ScrollCustomization |
| 225 ScrollRestoration status=stable | 223 ScrollRestoration status=stable |
| 226 WakeLock status=experimental | 224 WakeLock status=experimental |
| 227 WebFontsIntervention status=experimental | 225 WebFontsIntervention status=experimental |
| 228 WebFontsInterventionTrigger | 226 WebFontsInterventionTrigger |
| 229 Worklet status=test | 227 Worklet status=test |
| OLD | NEW |