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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 QuotaPromise status=experimental | 152 QuotaPromise status=experimental |
153 ReducedReferrerGranularity | 153 ReducedReferrerGranularity |
154 RenderingPipelineThrottling status=experimental | 154 RenderingPipelineThrottling status=experimental |
155 RequestIdleCallback status=stable | 155 RequestIdleCallback status=stable |
156 RequestAutocomplete status=test | 156 RequestAutocomplete status=test |
157 ResponseConstructedWithReadableStream status=experimental | 157 ResponseConstructedWithReadableStream status=experimental |
158 RestrictIFramePermissions | 158 RestrictIFramePermissions |
159 SandboxBlocksModals status=stable | 159 SandboxBlocksModals status=stable |
160 ScreenOrientation status=stable | 160 ScreenOrientation status=stable |
161 ScriptedSpeech status=stable | 161 ScriptedSpeech status=stable |
| 162 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). |
| 163 ScrollAnchoring |
162 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 164 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
163 // as per the spec, matching other Web engines. | 165 // as per the spec, matching other Web engines. |
164 ScrollTopLeftInterop status=experimental | 166 ScrollTopLeftInterop status=experimental |
165 SelectionForComposedTree status=stable | 167 SelectionForComposedTree status=stable |
166 ServiceWorkerClientAttributes status=stable | 168 ServiceWorkerClientAttributes status=stable |
167 ServiceWorkerExtendableMessageEvent status=experimental | 169 ServiceWorkerExtendableMessageEvent status=experimental |
168 ServiceWorkerPerformanceTimeline status=stable | 170 ServiceWorkerPerformanceTimeline status=stable |
169 ServiceWorkerWindowClientNavigate status=stable | 171 ServiceWorkerWindowClientNavigate status=stable |
170 ShadowDOMV1 status=experimental | 172 ShadowDOMV1 status=experimental |
171 ShadowRootDelegatesFocus status=experimental | 173 ShadowRootDelegatesFocus status=experimental |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 WebVR depends_on=GeometryInterfaces, status=test | 207 WebVR depends_on=GeometryInterfaces, status=test |
206 WebVTTRegions depends_on=Media, status=experimental | 208 WebVTTRegions depends_on=Media, status=experimental |
207 V8IdleTasks | 209 V8IdleTasks |
208 XSLT status=stable | 210 XSLT status=stable |
209 smil status=stable | 211 smil status=stable |
210 ScrollCustomization | 212 ScrollCustomization |
211 ScrollRestoration status=stable | 213 ScrollRestoration status=stable |
212 WakeLock status=experimental | 214 WakeLock status=experimental |
213 WebFontsIntervention status=experimental | 215 WebFontsIntervention status=experimental |
214 Worklet | 216 Worklet |
OLD | NEW |