| 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 OverlayScrollbars | 154 OverlayScrollbars |
| 155 PagePopup status=stable | 155 PagePopup status=stable |
| 156 PaintOptimizations status=stable | 156 PaintOptimizations status=stable |
| 157 PassiveEventListeners status=stable | 157 PassiveEventListeners status=stable |
| 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 Permissions status=stable | 162 Permissions status=stable |
| 163 PermissionsRequestRevoke status=experimental | 163 PermissionsRequestRevoke status=experimental |
| 164 PointerEvent | 164 PointerEvent status=experimental |
| 165 PreciseMemoryInfo | 165 PreciseMemoryInfo |
| 166 // This feature is deprecated and we are evangelizing affected sites. | 166 // This feature is deprecated and we are evangelizing affected sites. |
| 167 // See https://crbug.com/346236 for current status. | 167 // See https://crbug.com/346236 for current status. |
| 168 PrefixedVideoFullscreen status=stable | 168 PrefixedVideoFullscreen status=stable |
| 169 Presentation status=stable | 169 Presentation status=stable |
| 170 PresentationReceiver status=test | 170 PresentationReceiver status=test |
| 171 PromiseRejectionEvent status=stable | 171 PromiseRejectionEvent status=stable |
| 172 PushMessaging status=stable | 172 PushMessaging status=stable |
| 173 QuotaPromise status=experimental | 173 QuotaPromise status=experimental |
| 174 ReducedReferrerGranularity | 174 ReducedReferrerGranularity |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 ScrollRestoration status=stable | 237 ScrollRestoration status=stable |
| 238 AutoplayMutedVideos settable_from_internals=True | 238 AutoplayMutedVideos settable_from_internals=True |
| 239 VisualViewportAPI status=experimental | 239 VisualViewportAPI status=experimental |
| 240 WakeLock status=experimental | 240 WakeLock status=experimental |
| 241 WebFontsInterventionV2With2G | 241 WebFontsInterventionV2With2G |
| 242 WebFontsInterventionV2WithSlow2G | 242 WebFontsInterventionV2WithSlow2G |
| 243 WebFontsInterventionTrigger | 243 WebFontsInterventionTrigger |
| 244 Worklet status=experimental | 244 Worklet status=experimental |
| 245 WeakMemoryCache | 245 WeakMemoryCache |
| 246 DoNotUnlockSharedBuffer | 246 DoNotUnlockSharedBuffer |
| OLD | NEW |