| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 TraceWrappables status=stable | 252 TraceWrappables status=stable |
| 253 TrueColorRendering status=experimental | 253 TrueColorRendering status=experimental |
| 254 TrustedEventsDefaultAction status=stable | 254 TrustedEventsDefaultAction status=stable |
| 255 WebAnimationsAPI status=experimental | 255 WebAnimationsAPI status=experimental |
| 256 WebAnimationsSVG status=experimental | 256 WebAnimationsSVG status=experimental |
| 257 WebAssemblySerialization status=test | 257 WebAssemblySerialization status=test |
| 258 // WebBluetooth is enabled by default on Android, ChromeOS and Mac. | 258 // WebBluetooth is enabled by default on Android, ChromeOS and Mac. |
| 259 WebBluetooth status=experimental | 259 WebBluetooth status=experimental |
| 260 WebGLDraftExtensions status=experimental | 260 WebGLDraftExtensions status=experimental |
| 261 WebGLImageChromium | 261 WebGLImageChromium |
| 262 WebUSB status=experimental, origin_trial_feature_name=WebUSB | 262 WebUSB status=experimental, origin_trial_feature_name=WebUSB2 |
| 263 WebVR status=test, origin_trial_feature_name=WebVR | 263 WebVR status=test, origin_trial_feature_name=WebVR |
| 264 WebVTTRegions status=experimental | 264 WebVTTRegions status=experimental |
| 265 V8BasedStructuredClone status=stable | 265 V8BasedStructuredClone status=stable |
| 266 V8IdleTasks | 266 V8IdleTasks |
| 267 VideoFullscreenOrientationLock | 267 VideoFullscreenOrientationLock |
| 268 VisibilityChangeOnUnload status=stable | 268 VisibilityChangeOnUnload status=stable |
| 269 XSLT status=stable | 269 XSLT status=stable |
| 270 smil status=stable | 270 smil status=stable |
| 271 ScrollCustomization | 271 ScrollCustomization |
| 272 AutoplayMutedVideos settable_from_internals=True | 272 AutoplayMutedVideos settable_from_internals=True |
| 273 VisualViewportAPI status=experimental | 273 VisualViewportAPI status=experimental |
| 274 WakeLock status=experimental | 274 WakeLock status=experimental |
| 275 WebFontsCacheAwareTimeoutAdaptation status=experimental | 275 WebFontsCacheAwareTimeoutAdaptation status=experimental |
| 276 WebFontsInterventionV2With2G | 276 WebFontsInterventionV2With2G |
| 277 WebFontsInterventionV2With3G | 277 WebFontsInterventionV2With3G |
| 278 WebFontsInterventionV2WithSlow2G | 278 WebFontsInterventionV2WithSlow2G |
| 279 WebFontsInterventionTrigger | 279 WebFontsInterventionTrigger |
| 280 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 280 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 281 Worklet status=experimental | 281 Worklet status=experimental |
| 282 LazyParseCSS status=experimental | 282 LazyParseCSS status=experimental |
| 283 ParseHTMLOnMainThread status=test | 283 ParseHTMLOnMainThread status=test |
| 284 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 284 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 285 PerformanceNavigationTiming2 status=stable | 285 PerformanceNavigationTiming2 status=stable |
| 286 BackgroundVideoTrackOptimization status=stable | 286 BackgroundVideoTrackOptimization status=stable |
| 287 PerformancePaintTiming status=test | 287 PerformancePaintTiming status=test |
| 288 HideNonceContentAttribute status=experimental | 288 HideNonceContentAttribute status=experimental |
| 289 UnclosedFormControlIsInvalid status=experimental | 289 UnclosedFormControlIsInvalid status=experimental |
| 290 RestrictCompleteURLCharacterSet status=experimental | 290 RestrictCompleteURLCharacterSet status=experimental |
| OLD | NEW |