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