| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 // Define a sample API for testing integration with the Origin Trials Framework. | 144 // Define a sample API for testing integration with the Origin Trials Framework. |
| 145 // The sample API is used in both unit and layout tests for the Origin Trials | 145 // The sample API is used in both unit and layout tests for the Origin Trials |
| 146 // Framework. Do not change this flag to stable, as it exists solely to generate | 146 // Framework. Do not change this flag to stable, as it exists solely to generate |
| 147 // code used by the sample API implementation. | 147 // code used by the sample API implementation. |
| 148 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate | 148 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate |
| 149 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 149 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 150 ForceOverlayFullscreenVideo | 150 ForceOverlayFullscreenVideo |
| 151 OverlayScrollbars | 151 OverlayScrollbars |
| 152 HideScrollbars settable_from_internals=True | 152 HideScrollbars settable_from_internals=True |
| 153 PagePopup status=stable | 153 PagePopup status=stable |
| 154 PaintUnderInvalidationChecking settable_from_internals=True | |
| 155 PassiveDocumentEventListeners status=experimental | 154 PassiveDocumentEventListeners status=experimental |
| 156 PassiveEventListenersDueToFling status=experimental | 155 PassiveEventListenersDueToFling status=experimental |
| 157 PassPaintVisualRectToCompositor | 156 PassPaintVisualRectToCompositor |
| 158 PathOpsSVGClipping status=stable | 157 PathOpsSVGClipping status=stable |
| 159 PaymentRequest status=experimental | 158 PaymentRequest status=experimental |
| 160 PerformanceObserver status=stable | 159 PerformanceObserver status=stable |
| 161 PermissionDelegation status=test | 160 PermissionDelegation status=test |
| 162 Permissions status=stable | 161 Permissions status=stable |
| 163 PermissionsRequestRevoke status=experimental | 162 PermissionsRequestRevoke status=experimental |
| 164 PointerEvent status=experimental | 163 PointerEvent status=experimental |
| (...skipping 28 matching lines...) Expand all Loading... |
| 193 ServiceWorkerClientAttributes status=stable | 192 ServiceWorkerClientAttributes status=stable |
| 194 ServiceWorkerClientsGetID status=stable | 193 ServiceWorkerClientsGetID status=stable |
| 195 ServiceWorkerWindowClientNavigate status=stable | 194 ServiceWorkerWindowClientNavigate status=stable |
| 196 SetRootScroller status=experimental | 195 SetRootScroller status=experimental |
| 197 ShadowDOMV1 status=stable | 196 ShadowDOMV1 status=stable |
| 198 SharedArrayBuffer | 197 SharedArrayBuffer |
| 199 SharedWorker status=stable | 198 SharedWorker status=stable |
| 200 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 | 199 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 |
| 201 SlimmingPaintV2 | 200 SlimmingPaintV2 |
| 202 SlimmingPaintStrictCullRectClipping | 201 SlimmingPaintStrictCullRectClipping |
| 202 SlimmingPaintUnderInvalidationChecking settable_from_internals=True |
| 203 // Used as argument in attribute of stable-release functions/interfaces where | 203 // Used as argument in attribute of stable-release functions/interfaces where |
| 204 // a runtime-enabled feature name is required for correct IDL syntax. | 204 // a runtime-enabled feature name is required for correct IDL syntax. |
| 205 // This is a global flag; do not change its status. | 205 // This is a global flag; do not change its status. |
| 206 StableBlinkFeatures status=stable | 206 StableBlinkFeatures status=stable |
| 207 StackedCSSPropertyAnimations status=experimental | 207 StackedCSSPropertyAnimations status=experimental |
| 208 StyleSharing status=stable | 208 StyleSharing status=stable |
| 209 StyleMatchedPropertiesCache status=stable | 209 StyleMatchedPropertiesCache status=stable |
| 210 // Do not turn this flag into stable, because many interfaces that should not | 210 // Do not turn this flag into stable, because many interfaces that should not |
| 211 // be shipped would be enabled. Instead, remove the flag from the shipping | 211 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 212 // interface. | 212 // interface. |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 WakeLock status=experimental | 247 WakeLock status=experimental |
| 248 WebFontsInterventionV2With2G | 248 WebFontsInterventionV2With2G |
| 249 WebFontsInterventionV2WithSlow2G | 249 WebFontsInterventionV2WithSlow2G |
| 250 WebFontsInterventionTrigger | 250 WebFontsInterventionTrigger |
| 251 WebShare status=experimental, origin_trial_feature_name=WebShare | 251 WebShare status=experimental, origin_trial_feature_name=WebShare |
| 252 Worklet status=experimental | 252 Worklet status=experimental |
| 253 WeakMemoryCache | 253 WeakMemoryCache |
| 254 DoNotUnlockSharedBuffer | 254 DoNotUnlockSharedBuffer |
| 255 ParseHTMLOnMainThread status=test | 255 ParseHTMLOnMainThread status=test |
| 256 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 256 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |