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 // status=deprecated -> Alias for "test", will be removed at some point. | 10 // status=deprecated -> Alias for "test", will be removed at some point. |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 Permissions status=stable | 118 Permissions status=stable |
119 PermissionsRequestRevoke status=experimental | 119 PermissionsRequestRevoke status=experimental |
120 PointerEvent | 120 PointerEvent |
121 PreciseMemoryInfo | 121 PreciseMemoryInfo |
122 // This feature is deprecated and replaced by EncryptedMedia. | 122 // This feature is deprecated and replaced by EncryptedMedia. |
123 // See http://crbug.com/451117 for current status. | 123 // See http://crbug.com/451117 for current status. |
124 PrefixedEncryptedMedia status=stable | 124 PrefixedEncryptedMedia status=stable |
125 // This feature is deprecated and we are evangalizing affected sites. | 125 // This feature is deprecated and we are evangalizing affected sites. |
126 // See https://crbug.com/346236 for current status. | 126 // See https://crbug.com/346236 for current status. |
127 PrefixedVideoFullscreen status=stable | 127 PrefixedVideoFullscreen status=stable |
128 Presentation status=experimental | 128 Presentation status=stable |
129 PromiseRejectionEvent status=experimental | 129 PromiseRejectionEvent status=experimental |
130 PushMessaging status=stable | 130 PushMessaging status=stable |
131 // Push messaging payloads are blocked on the Push API supporting encryption. | 131 // Push messaging payloads are blocked on the Push API supporting encryption. |
132 PushMessagingData status=test | 132 PushMessagingData status=test |
133 QuotaPromise status=experimental | 133 QuotaPromise status=experimental |
134 ReducedReferrerGranularity | 134 ReducedReferrerGranularity |
135 RequestIdleCallback status=experimental | 135 RequestIdleCallback status=experimental |
136 RequestAutocomplete status=test | 136 RequestAutocomplete status=test |
137 RestrictIFramePermissions | 137 RestrictIFramePermissions |
138 SandboxBlocksModals status=stable | 138 SandboxBlocksModals status=stable |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 WebUSB status=experimental | 183 WebUSB status=experimental |
184 WebVR depends_on=GeometryInterfaces | 184 WebVR depends_on=GeometryInterfaces |
185 WebVTTRegions depends_on=Media, status=experimental | 185 WebVTTRegions depends_on=Media, status=experimental |
186 V8IdleTasks | 186 V8IdleTasks |
187 XSLT status=stable | 187 XSLT status=stable |
188 SVG1DOM status=stable | 188 SVG1DOM status=stable |
189 smil status=stable | 189 smil status=stable |
190 ScrollCustomization | 190 ScrollCustomization |
191 ScrollRestoration status=stable | 191 ScrollRestoration status=stable |
192 WakeLock status=experimental | 192 WakeLock status=experimental |
OLD | NEW |