| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 NetInfoDownlinkMax status=experimental | 111 NetInfoDownlinkMax status=experimental |
| 112 NewMediaPlaybackUi | 112 NewMediaPlaybackUi |
| 113 NotificationConstructor status=stable | 113 NotificationConstructor status=stable |
| 114 NotificationExperimental status=test | 114 NotificationExperimental status=test |
| 115 Notifications status=stable | 115 Notifications status=stable |
| 116 OrientationEvent | 116 OrientationEvent |
| 117 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 117 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 118 ForceOverlayFullscreenVideo | 118 ForceOverlayFullscreenVideo |
| 119 OverlayScrollbars | 119 OverlayScrollbars |
| 120 PagePopup status=stable | 120 PagePopup status=stable |
| 121 PassPaintVisualRectToCompositor |
| 121 PathOpsSVGClipping status=stable | 122 PathOpsSVGClipping status=stable |
| 122 PerformanceObserver status=experimental | 123 PerformanceObserver status=experimental |
| 123 Permissions status=stable | 124 Permissions status=stable |
| 124 PermissionsRequestRevoke status=experimental | 125 PermissionsRequestRevoke status=experimental |
| 125 PointerEvent | 126 PointerEvent |
| 126 PreciseMemoryInfo | 127 PreciseMemoryInfo |
| 127 PrefixedEncryptedMedia status=test | 128 PrefixedEncryptedMedia status=test |
| 128 // This feature is deprecated and we are evangelizing affected sites. | 129 // This feature is deprecated and we are evangelizing affected sites. |
| 129 // See https://crbug.com/346236 for current status. | 130 // See https://crbug.com/346236 for current status. |
| 130 PrefixedVideoFullscreen status=stable | 131 PrefixedVideoFullscreen status=stable |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 WebUSB status=experimental | 193 WebUSB status=experimental |
| 193 WebVR depends_on=GeometryInterfaces, status=test | 194 WebVR depends_on=GeometryInterfaces, status=test |
| 194 WebVTTRegions depends_on=Media, status=experimental | 195 WebVTTRegions depends_on=Media, status=experimental |
| 195 V8IdleTasks | 196 V8IdleTasks |
| 196 XSLT status=stable | 197 XSLT status=stable |
| 197 SVG1DOM status=stable | 198 SVG1DOM status=stable |
| 198 smil status=stable | 199 smil status=stable |
| 199 ScrollCustomization | 200 ScrollCustomization |
| 200 ScrollRestoration status=stable | 201 ScrollRestoration status=stable |
| 201 WakeLock status=experimental | 202 WakeLock status=experimental |
| OLD | NEW |