| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 150 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 151 ForceOverlayFullscreenVideo | 151 ForceOverlayFullscreenVideo |
| 152 OverlayScrollbars | 152 OverlayScrollbars |
| 153 PagePopup status=stable | 153 PagePopup status=stable |
| 154 PaintOptimizations status=stable | 154 PaintOptimizations status=stable |
| 155 PassiveEventListeners status=stable | 155 PassiveEventListeners status=stable |
| 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 Permissions status=stable | 161 Permissions status=stable |
| 161 PermissionsRequestRevoke status=experimental | 162 PermissionsRequestRevoke status=experimental |
| 162 PointerEvent | 163 PointerEvent |
| 163 PreciseMemoryInfo | 164 PreciseMemoryInfo |
| 164 // This feature is deprecated and we are evangelizing affected sites. | 165 // This feature is deprecated and we are evangelizing affected sites. |
| 165 // See https://crbug.com/346236 for current status. | 166 // See https://crbug.com/346236 for current status. |
| 166 PrefixedVideoFullscreen status=stable | 167 PrefixedVideoFullscreen status=stable |
| 167 Presentation status=stable | 168 Presentation status=stable |
| 168 PresentationReceiver status=test | 169 PresentationReceiver status=test |
| 169 PromiseRejectionEvent status=stable | 170 PromiseRejectionEvent status=stable |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 ScrollRestoration status=stable | 235 ScrollRestoration status=stable |
| 235 AutoplayMutedVideos settable_from_internals=True | 236 AutoplayMutedVideos settable_from_internals=True |
| 236 VisualViewportAPI status=experimental | 237 VisualViewportAPI status=experimental |
| 237 WakeLock status=experimental | 238 WakeLock status=experimental |
| 238 WebFontsInterventionV2With2G | 239 WebFontsInterventionV2With2G |
| 239 WebFontsInterventionV2WithSlow2G | 240 WebFontsInterventionV2WithSlow2G |
| 240 WebFontsInterventionTrigger | 241 WebFontsInterventionTrigger |
| 241 Worklet status=test | 242 Worklet status=test |
| 242 WeakMemoryCache | 243 WeakMemoryCache |
| 243 DoNotUnlockSharedBuffer | 244 DoNotUnlockSharedBuffer |
| OLD | NEW |