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 | |
122 PathOpsSVGClipping status=stable | 121 PathOpsSVGClipping status=stable |
123 PerformanceObserver status=experimental | 122 PerformanceObserver status=experimental |
124 Permissions status=stable | 123 Permissions status=stable |
125 PermissionsRequestRevoke status=experimental | 124 PermissionsRequestRevoke status=experimental |
126 PointerEvent | 125 PointerEvent |
127 PreciseMemoryInfo | 126 PreciseMemoryInfo |
128 PrefixedEncryptedMedia status=test | 127 PrefixedEncryptedMedia status=test |
129 // This feature is deprecated and we are evangelizing affected sites. | 128 // This feature is deprecated and we are evangelizing affected sites. |
130 // See https://crbug.com/346236 for current status. | 129 // See https://crbug.com/346236 for current status. |
131 PrefixedVideoFullscreen status=stable | 130 PrefixedVideoFullscreen status=stable |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 WebUSB status=experimental | 192 WebUSB status=experimental |
194 WebVR depends_on=GeometryInterfaces, status=test | 193 WebVR depends_on=GeometryInterfaces, status=test |
195 WebVTTRegions depends_on=Media, status=experimental | 194 WebVTTRegions depends_on=Media, status=experimental |
196 V8IdleTasks | 195 V8IdleTasks |
197 XSLT status=stable | 196 XSLT status=stable |
198 SVG1DOM status=stable | 197 SVG1DOM status=stable |
199 smil status=stable | 198 smil status=stable |
200 ScrollCustomization | 199 ScrollCustomization |
201 ScrollRestoration status=stable | 200 ScrollRestoration status=stable |
202 WakeLock status=experimental | 201 WakeLock status=experimental |
OLD | NEW |