| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 SpeculativeLaunchServiceWorker | 221 SpeculativeLaunchServiceWorker |
| 222 StorageEstimate status=experimental | 222 StorageEstimate status=experimental |
| 223 Suborigins status=test | 223 Suborigins status=test |
| 224 TimerThrottlingForBackgroundTabs status=stable | 224 TimerThrottlingForBackgroundTabs status=stable |
| 225 TimerThrottlingForHiddenFrames status=stable | 225 TimerThrottlingForHiddenFrames status=stable |
| 226 // Many websites disable mouse support when touch APIs are available. We'd | 226 // Many websites disable mouse support when touch APIs are available. We'd |
| 227 // like to enable this always but can't until more websites fix this bug. | 227 // like to enable this always but can't until more websites fix this bug. |
| 228 // Chromium sets this conditionally (eg. based on the presence of a | 228 // Chromium sets this conditionally (eg. based on the presence of a |
| 229 // touchscreen) in ApplyWebPreferences. | 229 // touchscreen) in ApplyWebPreferences. |
| 230 Touch status=stable | 230 Touch status=stable |
| 231 TraceWrappables status=test | 231 TraceWrappables |
| 232 TrustedEventsDefaultAction status=stable | 232 TrustedEventsDefaultAction status=stable |
| 233 UnsafeES3APIs | 233 UnsafeES3APIs |
| 234 UnsandboxedAuxiliary status=stable | 234 UnsandboxedAuxiliary status=stable |
| 235 UserSelectAll status=stable | 235 UserSelectAll status=stable |
| 236 WebAnimationsAPI status=experimental | 236 WebAnimationsAPI status=experimental |
| 237 WebAnimationsSVG status=experimental | 237 WebAnimationsSVG status=experimental |
| 238 WebAssemblySerialization status=test | 238 WebAssemblySerialization status=test |
| 239 WebBluetooth origin_trial_feature_name=WebBluetooth | 239 WebBluetooth origin_trial_feature_name=WebBluetooth |
| 240 WebGLDraftExtensions status=experimental | 240 WebGLDraftExtensions status=experimental |
| 241 WebGLImageChromium | 241 WebGLImageChromium |
| 242 WebUSB status=experimental, origin_trial_feature_name=WebUSB | 242 WebUSB status=experimental, origin_trial_feature_name=WebUSB |
| 243 WebVR | 243 WebVR |
| 244 WebVTTRegions status=experimental | 244 WebVTTRegions status=experimental |
| 245 V8BasedStructuredClone | 245 V8BasedStructuredClone |
| 246 V8IdleTasks | 246 V8IdleTasks |
| 247 VisibilityChangeOnUnload status=experimental | 247 VisibilityChangeOnUnload status=experimental |
| 248 XSLT status=stable | 248 XSLT status=stable |
| 249 smil status=stable | 249 smil status=stable |
| 250 ScrollCustomization | 250 ScrollCustomization |
| 251 AutoplayMutedVideos settable_from_internals=True | 251 AutoplayMutedVideos settable_from_internals=True |
| 252 VisualViewportAPI status=experimental | 252 VisualViewportAPI status=experimental |
| 253 WakeLock status=experimental | 253 WakeLock status=experimental |
| 254 WebFontsInterventionV2With2G | 254 WebFontsInterventionV2With2G |
| 255 WebFontsInterventionV2WithSlow2G | 255 WebFontsInterventionV2WithSlow2G |
| 256 WebFontsInterventionTrigger | 256 WebFontsInterventionTrigger |
| 257 WebShare status=experimental, origin_trial_feature_name=WebShare | 257 WebShare status=experimental, origin_trial_feature_name=WebShare |
| 258 Worklet status=experimental | 258 Worklet status=experimental |
| 259 ParseHTMLOnMainThread status=test | 259 ParseHTMLOnMainThread status=test |
| 260 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 260 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |