| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 TrustedEvents status=stable | 210 TrustedEvents status=stable |
| 211 TrustedEventsDefaultAction | 211 TrustedEventsDefaultAction |
| 212 UnsafeES3APIs | 212 UnsafeES3APIs |
| 213 UnsandboxedAuxiliary status=stable | 213 UnsandboxedAuxiliary status=stable |
| 214 UserSelectAll status=experimental | 214 UserSelectAll status=experimental |
| 215 WebAnimationsAPI status=experimental | 215 WebAnimationsAPI status=experimental |
| 216 WebAnimationsSVG status=experimental | 216 WebAnimationsSVG status=experimental |
| 217 WebBluetooth | 217 WebBluetooth |
| 218 WebGLDraftExtensions status=experimental | 218 WebGLDraftExtensions status=experimental |
| 219 WebGLImageChromium | 219 WebGLImageChromium |
| 220 WebUSB status=experimental, origin_trial_feature_name=WebUSB | 220 WebUSB status=experimental |
| 221 WebVR depends_on=GeometryInterfaces, status=test | 221 WebVR depends_on=GeometryInterfaces, status=test |
| 222 WebVTTRegions status=experimental | 222 WebVTTRegions status=experimental |
| 223 V8IdleTasks | 223 V8IdleTasks |
| 224 VisibilityChangeOnUnload status=experimental | 224 VisibilityChangeOnUnload status=experimental |
| 225 XSLT status=stable | 225 XSLT status=stable |
| 226 smil status=stable | 226 smil status=stable |
| 227 ScrollCustomization | 227 ScrollCustomization |
| 228 ScrollRestoration status=stable | 228 ScrollRestoration status=stable |
| 229 VisualViewportAPI status=experimental | 229 VisualViewportAPI status=experimental |
| 230 WakeLock status=experimental | 230 WakeLock status=experimental |
| 231 WebFontsInterventionV2 | 231 WebFontsInterventionV2 |
| 232 WebFontsInterventionTrigger | 232 WebFontsInterventionTrigger |
| 233 Worklet status=test | 233 Worklet status=test |
| OLD | NEW |