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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 PermissionsRequestRevoke status=experimental | 154 PermissionsRequestRevoke status=experimental |
155 PointerEvent | 155 PointerEvent |
156 PreciseMemoryInfo | 156 PreciseMemoryInfo |
157 // This feature is deprecated and we are evangelizing affected sites. | 157 // This feature is deprecated and we are evangelizing affected sites. |
158 // See https://crbug.com/346236 for current status. | 158 // See https://crbug.com/346236 for current status. |
159 PrefixedVideoFullscreen status=stable | 159 PrefixedVideoFullscreen status=stable |
160 Presentation status=stable | 160 Presentation status=stable |
161 PresentationReceiver status=test | 161 PresentationReceiver status=test |
162 PromiseRejectionEvent status=stable | 162 PromiseRejectionEvent status=stable |
163 PushMessaging status=stable | 163 PushMessaging status=stable |
164 PushSubscriptionRestrictions status=experimental | |
165 QuotaPromise status=experimental | 164 QuotaPromise status=experimental |
166 ReducedReferrerGranularity | 165 ReducedReferrerGranularity |
167 RemotePlayback status=experimental | 166 RemotePlayback status=experimental |
168 RenderingPipelineThrottling status=stable | 167 RenderingPipelineThrottling status=stable |
169 RequestIdleCallback status=stable | 168 RequestIdleCallback status=stable |
170 RequestAutocomplete status=test | 169 RequestAutocomplete status=test |
171 ResponseConstructedWithReadableStream status=experimental | 170 ResponseConstructedWithReadableStream status=experimental |
172 ResponseBodyWithV8ExtraStream status=experimental | 171 ResponseBodyWithV8ExtraStream status=experimental |
173 SandboxBlocksModals status=stable | 172 SandboxBlocksModals status=stable |
174 ScreenOrientation status=stable | 173 ScreenOrientation status=stable |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 VisibilityChangeOnUnload status=experimental | 223 VisibilityChangeOnUnload status=experimental |
225 XSLT status=stable | 224 XSLT status=stable |
226 smil status=stable | 225 smil status=stable |
227 ScrollCustomization | 226 ScrollCustomization |
228 ScrollRestoration status=stable | 227 ScrollRestoration status=stable |
229 VisualViewportAPI status=experimental | 228 VisualViewportAPI status=experimental |
230 WakeLock status=experimental | 229 WakeLock status=experimental |
231 WebFontsInterventionV2 | 230 WebFontsInterventionV2 |
232 WebFontsInterventionTrigger | 231 WebFontsInterventionTrigger |
233 Worklet status=test | 232 Worklet status=test |
OLD | NEW |