| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 V8BasedStructuredClone status=stable | 266 V8BasedStructuredClone status=stable |
| 267 V8IdleTasks | 267 V8IdleTasks |
| 268 VideoFullscreenOrientationLock | 268 VideoFullscreenOrientationLock |
| 269 VisibilityChangeOnUnload status=stable | 269 VisibilityChangeOnUnload status=stable |
| 270 XSLT status=stable | 270 XSLT status=stable |
| 271 smil status=stable | 271 smil status=stable |
| 272 ScrollCustomization | 272 ScrollCustomization |
| 273 AutoplayMutedVideos settable_from_internals=True | 273 AutoplayMutedVideos settable_from_internals=True |
| 274 VisualViewportAPI status=experimental | 274 VisualViewportAPI status=experimental |
| 275 WakeLock status=experimental | 275 WakeLock status=experimental |
| 276 WebAuth status=experimental |
| 276 WebFontsCacheAwareTimeoutAdaptation status=experimental | 277 WebFontsCacheAwareTimeoutAdaptation status=experimental |
| 277 WebFontsInterventionV2With2G | 278 WebFontsInterventionV2With2G |
| 278 WebFontsInterventionV2With3G | 279 WebFontsInterventionV2With3G |
| 279 WebFontsInterventionV2WithSlow2G | 280 WebFontsInterventionV2WithSlow2G |
| 280 WebFontsInterventionTrigger | 281 WebFontsInterventionTrigger |
| 281 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 282 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 282 Worklet status=experimental | 283 Worklet status=experimental |
| 283 LazyParseCSS status=experimental | 284 LazyParseCSS status=experimental |
| 284 ParseHTMLOnMainThread status=test | 285 ParseHTMLOnMainThread status=test |
| 285 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 286 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 286 PerformanceNavigationTiming2 status=stable | 287 PerformanceNavigationTiming2 status=stable |
| 287 BackgroundVideoTrackOptimization status=stable | 288 BackgroundVideoTrackOptimization status=stable |
| 288 PerformancePaintTiming status=test | 289 PerformancePaintTiming status=test |
| 289 HideNonceContentAttribute status=experimental | 290 HideNonceContentAttribute status=experimental |
| 290 UnclosedFormControlIsInvalid status=experimental | 291 UnclosedFormControlIsInvalid status=experimental |
| 291 RestrictCompleteURLCharacterSet status=experimental | 292 RestrictCompleteURLCharacterSet status=experimental |
| OLD | NEW |