| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 NotificationActionIcons status=stable | 134 NotificationActionIcons status=stable |
| 135 Notifications status=stable | 135 Notifications status=stable |
| 136 OrientationEvent | 136 OrientationEvent |
| 137 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 137 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 138 ForceOverlayFullscreenVideo | 138 ForceOverlayFullscreenVideo |
| 139 OverlayScrollbars | 139 OverlayScrollbars |
| 140 PagePopup status=stable | 140 PagePopup status=stable |
| 141 PassiveEventListeners status=experimental | 141 PassiveEventListeners status=experimental |
| 142 PassPaintVisualRectToCompositor | 142 PassPaintVisualRectToCompositor |
| 143 PathOpsSVGClipping status=stable | 143 PathOpsSVGClipping status=stable |
| 144 PaymentRequest status=experimental |
| 144 PerformanceObserver status=experimental | 145 PerformanceObserver status=experimental |
| 145 Permissions status=stable | 146 Permissions status=stable |
| 146 PermissionsRequestRevoke status=experimental | 147 PermissionsRequestRevoke status=experimental |
| 147 PointerEvent | 148 PointerEvent |
| 148 PreciseMemoryInfo | 149 PreciseMemoryInfo |
| 149 // This feature is deprecated and we are evangelizing affected sites. | 150 // This feature is deprecated and we are evangelizing affected sites. |
| 150 // See https://crbug.com/346236 for current status. | 151 // See https://crbug.com/346236 for current status. |
| 151 PrefixedVideoFullscreen status=stable | 152 PrefixedVideoFullscreen status=stable |
| 152 Presentation status=stable | 153 Presentation status=stable |
| 153 PresentationReceiver status=test | 154 PresentationReceiver status=test |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 WebVTTRegions status=experimental | 212 WebVTTRegions status=experimental |
| 212 V8IdleTasks | 213 V8IdleTasks |
| 213 XSLT status=stable | 214 XSLT status=stable |
| 214 smil status=stable | 215 smil status=stable |
| 215 ScrollCustomization | 216 ScrollCustomization |
| 216 ScrollRestoration status=stable | 217 ScrollRestoration status=stable |
| 217 WakeLock status=experimental | 218 WakeLock status=experimental |
| 218 WebFontsIntervention status=experimental | 219 WebFontsIntervention status=experimental |
| 219 WebFontsInterventionTrigger | 220 WebFontsInterventionTrigger |
| 220 Worklet status=test | 221 Worklet status=test |
| OLD | NEW |