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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 Permissions status=stable | 128 Permissions status=stable |
129 PermissionsRequestRevoke status=experimental | 129 PermissionsRequestRevoke status=experimental |
130 PointerEvent | 130 PointerEvent |
131 PreciseMemoryInfo | 131 PreciseMemoryInfo |
132 PrefixedEncryptedMedia status=test | 132 PrefixedEncryptedMedia status=test |
133 // This feature is deprecated and we are evangelizing affected sites. | 133 // This feature is deprecated and we are evangelizing affected sites. |
134 // See https://crbug.com/346236 for current status. | 134 // See https://crbug.com/346236 for current status. |
135 PrefixedVideoFullscreen status=stable | 135 PrefixedVideoFullscreen status=stable |
136 Presentation status=stable | 136 Presentation status=stable |
137 PresentationReceiver status=test | 137 PresentationReceiver status=test |
138 PromiseRejectionEvent status=experimental | 138 PromiseRejectionEvent status=stable |
139 PushMessaging status=stable | 139 PushMessaging status=stable |
140 // Push messaging payloads are blocked on the Push API supporting encryption. | 140 // Push messaging payloads are blocked on the Push API supporting encryption. |
141 PushMessagingData status=test | 141 PushMessagingData status=test |
142 QuotaPromise status=experimental | 142 QuotaPromise status=experimental |
143 ReducedReferrerGranularity | 143 ReducedReferrerGranularity |
144 RenderingPipelineThrottling status=experimental | 144 RenderingPipelineThrottling status=experimental |
145 RequestIdleCallback status=stable | 145 RequestIdleCallback status=stable |
146 RequestAutocomplete status=test | 146 RequestAutocomplete status=test |
147 RestrictIFramePermissions | 147 RestrictIFramePermissions |
148 RTCCertificate status=experimental | 148 RTCCertificate status=experimental |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 WebUSB status=experimental | 197 WebUSB status=experimental |
198 WebVR depends_on=GeometryInterfaces, status=test | 198 WebVR depends_on=GeometryInterfaces, status=test |
199 WebVTTRegions depends_on=Media, status=experimental | 199 WebVTTRegions depends_on=Media, status=experimental |
200 V8IdleTasks | 200 V8IdleTasks |
201 XSLT status=stable | 201 XSLT status=stable |
202 SVG1DOM status=stable | 202 SVG1DOM status=stable |
203 smil status=stable | 203 smil status=stable |
204 ScrollCustomization | 204 ScrollCustomization |
205 ScrollRestoration status=stable | 205 ScrollRestoration status=stable |
206 WakeLock status=experimental | 206 WakeLock status=experimental |
OLD | NEW |