| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 SandboxBlocksModals status=stable | 160 SandboxBlocksModals status=stable |
| 161 ScreenOrientation status=stable | 161 ScreenOrientation status=stable |
| 162 ScriptedSpeech status=stable | 162 ScriptedSpeech status=stable |
| 163 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). | 163 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). |
| 164 ScrollAnchoring | 164 ScrollAnchoring |
| 165 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 165 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 166 // as per the spec, matching other Web engines. | 166 // as per the spec, matching other Web engines. |
| 167 ScrollTopLeftInterop status=experimental | 167 ScrollTopLeftInterop status=experimental |
| 168 ServiceWorkerClientAttributes status=stable | 168 ServiceWorkerClientAttributes status=stable |
| 169 ServiceWorkerExtendableMessageEvent status=experimental | 169 ServiceWorkerExtendableMessageEvent status=experimental |
| 170 ServiceWorkerClientsGetID status=experimental |
| 170 ServiceWorkerPerformanceTimeline status=stable | 171 ServiceWorkerPerformanceTimeline status=stable |
| 171 ServiceWorkerWindowClientNavigate status=stable | 172 ServiceWorkerWindowClientNavigate status=stable |
| 172 ShadowDOMV1 status=experimental | 173 ShadowDOMV1 status=experimental |
| 173 ShadowRootDelegatesFocus status=experimental | 174 ShadowRootDelegatesFocus status=experimental |
| 174 SharedArrayBuffer | 175 SharedArrayBuffer |
| 175 SharedWorker status=stable | 176 SharedWorker status=stable |
| 176 SlimmingPaintV2 | 177 SlimmingPaintV2 |
| 177 SlimmingPaintOffsetCaching implied_by=SlimmingPaintV2 | 178 SlimmingPaintOffsetCaching implied_by=SlimmingPaintV2 |
| 178 SlimmingPaintStrictCullRectClipping | 179 SlimmingPaintStrictCullRectClipping |
| 179 SlimmingPaintUnderInvalidationChecking | 180 SlimmingPaintUnderInvalidationChecking |
| (...skipping 28 matching lines...) Expand all Loading... |
| 208 WebVTTRegions depends_on=Media, status=experimental | 209 WebVTTRegions depends_on=Media, status=experimental |
| 209 V8IdleTasks | 210 V8IdleTasks |
| 210 XSLT status=stable | 211 XSLT status=stable |
| 211 smil status=stable | 212 smil status=stable |
| 212 ScrollCustomization | 213 ScrollCustomization |
| 213 ScrollRestoration status=stable | 214 ScrollRestoration status=stable |
| 214 WakeLock status=experimental | 215 WakeLock status=experimental |
| 215 WebFontsIntervention status=experimental | 216 WebFontsIntervention status=experimental |
| 216 WebFontsInterventionTrigger | 217 WebFontsInterventionTrigger |
| 217 Worklet | 218 Worklet |
| OLD | NEW |