| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 PassiveDocumentEventListeners status=experimental | 154 PassiveDocumentEventListeners status=experimental |
| 155 PassiveEventListenersDueToFling status=experimental | 155 PassiveEventListenersDueToFling status=experimental |
| 156 PassPaintVisualRectToCompositor | 156 PassPaintVisualRectToCompositor |
| 157 PathOpsSVGClipping status=stable | 157 PathOpsSVGClipping status=stable |
| 158 PaymentRequest status=experimental | 158 PaymentRequest status=experimental |
| 159 PerformanceObserver status=stable | 159 PerformanceObserver status=stable |
| 160 PermissionDelegation status=test | 160 PermissionDelegation status=test |
| 161 Permissions status=stable | 161 Permissions status=stable |
| 162 PermissionsRequestRevoke status=experimental | 162 PermissionsRequestRevoke status=experimental |
| 163 PointerEvent status=experimental | 163 PointerEvent status=experimental |
| 164 // For temporary compat testing of Edge-like model - crbug.com/640700 |
| 165 PointerEventV1SpecCapturing |
| 164 PreciseMemoryInfo | 166 PreciseMemoryInfo |
| 165 // This feature is deprecated and we are evangelizing affected sites. | 167 // This feature is deprecated and we are evangelizing affected sites. |
| 166 // See https://crbug.com/346236 for current status. | 168 // See https://crbug.com/346236 for current status. |
| 167 PrefixedVideoFullscreen status=stable | 169 PrefixedVideoFullscreen status=stable |
| 168 Presentation status=stable | 170 Presentation status=stable |
| 169 PresentationReceiver status=test | 171 PresentationReceiver status=test |
| 170 PushMessaging status=stable | 172 PushMessaging status=stable |
| 171 QuotaPromise status=experimental | 173 QuotaPromise status=experimental |
| 172 ReducedReferrerGranularity | 174 ReducedReferrerGranularity |
| 173 ReferrerPolicyHeader status=experimental | 175 ReferrerPolicyHeader status=experimental |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 WakeLock status=experimental | 247 WakeLock status=experimental |
| 246 WebFontsInterventionV2With2G | 248 WebFontsInterventionV2With2G |
| 247 WebFontsInterventionV2WithSlow2G | 249 WebFontsInterventionV2WithSlow2G |
| 248 WebFontsInterventionTrigger | 250 WebFontsInterventionTrigger |
| 249 WebShare status=experimental | 251 WebShare status=experimental |
| 250 Worklet status=experimental | 252 Worklet status=experimental |
| 251 WeakMemoryCache | 253 WeakMemoryCache |
| 252 DoNotUnlockSharedBuffer | 254 DoNotUnlockSharedBuffer |
| 253 ParseHTMLOnMainThread status=test | 255 ParseHTMLOnMainThread status=test |
| 254 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 256 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |