| 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 // interface. | 208 // interface. |
| 209 ExperimentalStream status=experimental | 209 ExperimentalStream status=experimental |
| 210 StorageEstimate status=experimental | 210 StorageEstimate status=experimental |
| 211 Suborigins status=experimental | 211 Suborigins status=experimental |
| 212 // Many websites disable mouse support when touch APIs are available. We'd | 212 // Many websites disable mouse support when touch APIs are available. We'd |
| 213 // like to enable this always but can't until more websites fix this bug. | 213 // like to enable this always but can't until more websites fix this bug. |
| 214 // Chromium sets this conditionally (eg. based on the presence of a | 214 // Chromium sets this conditionally (eg. based on the presence of a |
| 215 // touchscreen) in ApplyWebPreferences. | 215 // touchscreen) in ApplyWebPreferences. |
| 216 Touch status=stable | 216 Touch status=stable |
| 217 TraceWrappables | 217 TraceWrappables |
| 218 TraceWrappablesVerifier |
| 218 TrustedEventsDefaultAction | 219 TrustedEventsDefaultAction |
| 219 UnsafeES3APIs | 220 UnsafeES3APIs |
| 220 UnsandboxedAuxiliary status=stable | 221 UnsandboxedAuxiliary status=stable |
| 221 UserSelectAll status=stable | 222 UserSelectAll status=stable |
| 222 WebAnimationsAPI status=experimental | 223 WebAnimationsAPI status=experimental |
| 223 WebAnimationsSVG status=experimental | 224 WebAnimationsSVG status=experimental |
| 224 WebBluetooth | 225 WebBluetooth |
| 225 WebGLDraftExtensions status=experimental | 226 WebGLDraftExtensions status=experimental |
| 226 WebGLImageChromium | 227 WebGLImageChromium |
| 227 WebUSB status=experimental | 228 WebUSB status=experimental |
| 228 WebVR | 229 WebVR |
| 229 WebVTTRegions status=experimental | 230 WebVTTRegions status=experimental |
| 230 V8IdleTasks | 231 V8IdleTasks |
| 231 VisibilityChangeOnUnload status=experimental | 232 VisibilityChangeOnUnload status=experimental |
| 232 XSLT status=stable | 233 XSLT status=stable |
| 233 smil status=stable | 234 smil status=stable |
| 234 ScrollCustomization | 235 ScrollCustomization |
| 235 ScrollRestoration status=stable | 236 ScrollRestoration status=stable |
| 236 AutoplayMutedVideos settable_from_internals=True | 237 AutoplayMutedVideos settable_from_internals=True |
| 237 VisualViewportAPI status=experimental | 238 VisualViewportAPI status=experimental |
| 238 WakeLock status=experimental | 239 WakeLock status=experimental |
| 239 WebFontsInterventionV2With2G | 240 WebFontsInterventionV2With2G |
| 240 WebFontsInterventionV2WithSlow2G | 241 WebFontsInterventionV2WithSlow2G |
| 241 WebFontsInterventionTrigger | 242 WebFontsInterventionTrigger |
| 242 Worklet status=test | 243 Worklet status=test |
| 243 WeakMemoryCache | 244 WeakMemoryCache |
| 244 DoNotUnlockSharedBuffer | 245 DoNotUnlockSharedBuffer |
| OLD | NEW |