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