| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 // PaymentRequest is enabled by default on Android | 187 // PaymentRequest is enabled by default on Android |
| 188 PaymentRequest status=experimental | 188 PaymentRequest status=experimental |
| 189 PaymentRequestBasicCard status=stable | 189 PaymentRequestBasicCard status=stable |
| 190 PaymentRequestPayerName status=stable | 190 PaymentRequestPayerName status=stable |
| 191 PerformanceObserver status=stable | 191 PerformanceObserver status=stable |
| 192 PermissionDelegation status=test | 192 PermissionDelegation status=test |
| 193 Permissions status=stable | 193 Permissions status=stable |
| 194 PermissionsRequestRevoke status=experimental | 194 PermissionsRequestRevoke status=experimental |
| 195 PointerEvent status=stable | 195 PointerEvent status=stable |
| 196 PreciseMemoryInfo | 196 PreciseMemoryInfo |
| 197 PrintBrowser |
| 197 PreferredImageRasterBounds settable_from_internals=True | 198 PreferredImageRasterBounds settable_from_internals=True |
| 198 // This feature is deprecated and we are evangelizing affected sites. | 199 // This feature is deprecated and we are evangelizing affected sites. |
| 199 // See https://crbug.com/346236 for current status. | 200 // See https://crbug.com/346236 for current status. |
| 200 PrefixedVideoFullscreen status=stable | 201 PrefixedVideoFullscreen status=stable |
| 201 Presentation status=stable | 202 Presentation status=stable |
| 202 PresentationReceiver status=test | 203 PresentationReceiver status=test |
| 203 PushMessaging status=stable | 204 PushMessaging status=stable |
| 204 QuotaPromise status=experimental | 205 QuotaPromise status=experimental |
| 205 ReducedReferrerGranularity | 206 ReducedReferrerGranularity |
| 206 RemotePlayback status=stable | 207 RemotePlayback status=stable |
| (...skipping 11 matching lines...) Expand all Loading... |
| 218 // as per the spec, matching other Web engines. | 219 // as per the spec, matching other Web engines. |
| 219 ScrollTopLeftInterop status=experimental | 220 ScrollTopLeftInterop status=experimental |
| 220 Sensor status=experimental | 221 Sensor status=experimental |
| 221 ServiceWorkerNavigationPreload origin_trial_feature_name=ServiceWorkerNavigation
Preload | 222 ServiceWorkerNavigationPreload origin_trial_feature_name=ServiceWorkerNavigation
Preload |
| 222 SetRootScroller status=experimental, origin_trial_feature_name=RootScroller | 223 SetRootScroller status=experimental, origin_trial_feature_name=RootScroller |
| 223 ShadowPiercingDescendantCombinator status=experimental | 224 ShadowPiercingDescendantCombinator status=experimental |
| 224 ShapeDetection status=experimental | 225 ShapeDetection status=experimental |
| 225 SharedArrayBuffer | 226 SharedArrayBuffer |
| 226 SharedWorker status=stable | 227 SharedWorker status=stable |
| 227 SlimmingPaintInvalidation implied_by=SlimmingPaintV2, status=stable | 228 SlimmingPaintInvalidation implied_by=SlimmingPaintV2, status=stable |
| 228 SlimmingPaintV2 | 229 SlimmingPaintV2 implied_by=PrintBrowser |
| 229 SlimmingPaintStrictCullRectClipping | 230 SlimmingPaintStrictCullRectClipping |
| 230 // Used as argument in attribute of stable-release functions/interfaces where | 231 // Used as argument in attribute of stable-release functions/interfaces where |
| 231 // a runtime-enabled feature name is required for correct IDL syntax. | 232 // a runtime-enabled feature name is required for correct IDL syntax. |
| 232 // This is a global flag; do not change its status. | 233 // This is a global flag; do not change its status. |
| 233 StableBlinkFeatures status=stable | 234 StableBlinkFeatures status=stable |
| 234 StackedCSSPropertyAnimations status=experimental | 235 StackedCSSPropertyAnimations status=experimental |
| 235 StyleSharing status=stable | 236 StyleSharing status=stable |
| 236 // Do not turn this flag into stable, because many interfaces that should not | 237 // Do not turn this flag into stable, because many interfaces that should not |
| 237 // be shipped would be enabled. Instead, remove the flag from the shipping | 238 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 238 // interface. | 239 // interface. |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 Worklet status=experimental | 281 Worklet status=experimental |
| 281 LazyParseCSS status=experimental | 282 LazyParseCSS status=experimental |
| 282 ParseHTMLOnMainThread status=test | 283 ParseHTMLOnMainThread status=test |
| 283 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 284 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 284 PerformanceNavigationTiming2 status=stable | 285 PerformanceNavigationTiming2 status=stable |
| 285 BackgroundVideoTrackOptimization status=stable | 286 BackgroundVideoTrackOptimization status=stable |
| 286 PerformancePaintTiming status=test | 287 PerformancePaintTiming status=test |
| 287 HideNonceContentAttribute status=experimental | 288 HideNonceContentAttribute status=experimental |
| 288 UnclosedFormControlIsInvalid status=experimental | 289 UnclosedFormControlIsInvalid status=experimental |
| 289 RestrictCompleteURLCharacterSet status=experimental | 290 RestrictCompleteURLCharacterSet status=experimental |
| OLD | NEW |