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