| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 RestrictIFramePermissions | 134 RestrictIFramePermissions |
| 135 SandboxBlocksModals status=stable | 135 SandboxBlocksModals status=stable |
| 136 ScreenOrientation status=stable | 136 ScreenOrientation status=stable |
| 137 ScriptedSpeech status=stable | 137 ScriptedSpeech status=stable |
| 138 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 138 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 139 // as per the spec, matching other Web engines. | 139 // as per the spec, matching other Web engines. |
| 140 ScrollTopLeftInterop status=experimental | 140 ScrollTopLeftInterop status=experimental |
| 141 SelectionForComposedTree status=stable | 141 SelectionForComposedTree status=stable |
| 142 SelectionPaintingWithoutSelectionGaps | 142 SelectionPaintingWithoutSelectionGaps |
| 143 ServiceWorkerClientAttributes status=stable | 143 ServiceWorkerClientAttributes status=stable |
| 144 ServiceWorkerNotifications status=stable | |
| 145 ServiceWorkerPerformanceTimeline status=stable | 144 ServiceWorkerPerformanceTimeline status=stable |
| 146 ServiceWorkerWindowClientNavigate status=experimental | 145 ServiceWorkerWindowClientNavigate status=experimental |
| 147 ShadowRootClosedMode status=experimental | 146 ShadowRootClosedMode status=experimental |
| 148 ShadowRootDelegatesFocus status=experimental | 147 ShadowRootDelegatesFocus status=experimental |
| 149 SharedArrayBuffer | 148 SharedArrayBuffer |
| 150 SharedWorker status=stable | 149 SharedWorker status=stable |
| 151 SlimmingPaint status=stable | 150 SlimmingPaint status=stable |
| 152 SlimmingPaintV2 depends_on=SlimmingPaint | 151 SlimmingPaintV2 depends_on=SlimmingPaint |
| 153 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint | 152 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint |
| 154 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint | 153 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint |
| (...skipping 25 matching lines...) Expand all Loading... |
| 180 WebUSB status=experimental | 179 WebUSB status=experimental |
| 181 WebVR depends_on=GeometryInterfaces | 180 WebVR depends_on=GeometryInterfaces |
| 182 WebVTTRegions depends_on=Media, status=experimental | 181 WebVTTRegions depends_on=Media, status=experimental |
| 183 V8IdleTasks | 182 V8IdleTasks |
| 184 XSLT status=stable | 183 XSLT status=stable |
| 185 SVG1DOM status=stable | 184 SVG1DOM status=stable |
| 186 smil status=stable | 185 smil status=stable |
| 187 ScrollCustomization | 186 ScrollCustomization |
| 188 ScrollRestoration status=stable | 187 ScrollRestoration status=stable |
| 189 WakeLock status=experimental | 188 WakeLock status=experimental |
| OLD | NEW |