| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 PassiveEventListenersDueToFling status=experimental | 170 PassiveEventListenersDueToFling status=experimental |
| 171 PassPaintVisualRectToCompositor | 171 PassPaintVisualRectToCompositor |
| 172 PaymentApp status=experimental | 172 PaymentApp status=experimental |
| 173 PaymentRequest status=experimental | 173 PaymentRequest status=experimental |
| 174 PaymentRequestPayerName status=stable | 174 PaymentRequestPayerName status=stable |
| 175 PerformanceObserver status=stable | 175 PerformanceObserver status=stable |
| 176 PermissionDelegation status=test | 176 PermissionDelegation status=test |
| 177 Permissions status=stable | 177 Permissions status=stable |
| 178 PermissionsRequestRevoke status=experimental | 178 PermissionsRequestRevoke status=experimental |
| 179 PointerEvent status=stable | 179 PointerEvent status=stable |
| 180 // For temporary compat testing of Edge-like model - crbug.com/640700 | |
| 181 PointerEventV1SpecCapturing | |
| 182 PreciseMemoryInfo | 180 PreciseMemoryInfo |
| 183 PreferredImageRasterBounds settable_from_internals=True | 181 PreferredImageRasterBounds settable_from_internals=True |
| 184 // This feature is deprecated and we are evangelizing affected sites. | 182 // This feature is deprecated and we are evangelizing affected sites. |
| 185 // See https://crbug.com/346236 for current status. | 183 // See https://crbug.com/346236 for current status. |
| 186 PrefixedVideoFullscreen status=stable | 184 PrefixedVideoFullscreen status=stable |
| 187 Presentation status=stable | 185 Presentation status=stable |
| 188 PresentationReceiver status=test | 186 PresentationReceiver status=test |
| 189 PushMessaging status=stable | 187 PushMessaging status=stable |
| 190 QuotaPromise status=experimental | 188 QuotaPromise status=experimental |
| 191 ReducedReferrerGranularity | 189 ReducedReferrerGranularity |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 WakeLock status=experimental | 256 WakeLock status=experimental |
| 259 WebFontsInterventionV2With2G | 257 WebFontsInterventionV2With2G |
| 260 WebFontsInterventionV2With3G | 258 WebFontsInterventionV2With3G |
| 261 WebFontsInterventionV2WithSlow2G | 259 WebFontsInterventionV2WithSlow2G |
| 262 WebFontsInterventionTrigger | 260 WebFontsInterventionTrigger |
| 263 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 261 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 264 Worklet status=experimental | 262 Worklet status=experimental |
| 265 LazyParseCSS status=experimental | 263 LazyParseCSS status=experimental |
| 266 ParseHTMLOnMainThread status=test | 264 ParseHTMLOnMainThread status=test |
| 267 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 265 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |