| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 QuotaPromise status=experimental | 204 QuotaPromise status=experimental |
| 205 ReducedReferrerGranularity | 205 ReducedReferrerGranularity |
| 206 RemotePlayback status=stable | 206 RemotePlayback status=stable |
| 207 RenderingPipelineThrottling status=stable | 207 RenderingPipelineThrottling status=stable |
| 208 RenderingPipelineThrottlingLoadingIframes status=stable | 208 RenderingPipelineThrottlingLoadingIframes status=stable |
| 209 RenderUnicodeControlCharacters status=stable | 209 RenderUnicodeControlCharacters status=stable |
| 210 ResizeObserver status=experimental | 210 ResizeObserver status=experimental |
| 211 // Handles frame scrolling via the root PaintLayer instead of the FrameView. | 211 // Handles frame scrolling via the root PaintLayer instead of the FrameView. |
| 212 // crbug.com/417782 tracks enabling this by default. | 212 // crbug.com/417782 tracks enabling this by default. |
| 213 RootLayerScrolling | 213 RootLayerScrolling |
| 214 RTCPeerConnectionNewGetStats status=experimental | |
| 215 ScriptedSpeech status=stable | 214 ScriptedSpeech status=stable |
| 216 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). | 215 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). |
| 217 ScrollAnchoring status=experimental, settable_from_internals=True | 216 ScrollAnchoring status=experimental, settable_from_internals=True |
| 218 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 217 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 219 // as per the spec, matching other Web engines. | 218 // as per the spec, matching other Web engines. |
| 220 ScrollTopLeftInterop status=experimental | 219 ScrollTopLeftInterop status=experimental |
| 221 Sensor status=experimental | 220 Sensor status=experimental |
| 222 ServiceWorkerNavigationPreload origin_trial_feature_name=ServiceWorkerNavigation
Preload | 221 ServiceWorkerNavigationPreload origin_trial_feature_name=ServiceWorkerNavigation
Preload |
| 223 SetRootScroller status=experimental, origin_trial_feature_name=RootScroller | 222 SetRootScroller status=experimental, origin_trial_feature_name=RootScroller |
| 224 ShadowPiercingDescendantCombinator status=experimental | 223 ShadowPiercingDescendantCombinator status=experimental |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 Worklet status=experimental | 280 Worklet status=experimental |
| 282 LazyParseCSS status=experimental | 281 LazyParseCSS status=experimental |
| 283 ParseHTMLOnMainThread status=test | 282 ParseHTMLOnMainThread status=test |
| 284 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 283 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 285 PerformanceNavigationTiming2 status=stable | 284 PerformanceNavigationTiming2 status=stable |
| 286 BackgroundVideoTrackOptimization status=stable | 285 BackgroundVideoTrackOptimization status=stable |
| 287 PerformancePaintTiming status=test | 286 PerformancePaintTiming status=test |
| 288 HideNonceContentAttribute status=experimental | 287 HideNonceContentAttribute status=experimental |
| 289 UnclosedFormControlIsInvalid status=experimental | 288 UnclosedFormControlIsInvalid status=experimental |
| 290 RestrictCompleteURLCharacterSet status=experimental | 289 RestrictCompleteURLCharacterSet status=experimental |
| OLD | NEW |