| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 ScreenOrientation status=stable | 129 ScreenOrientation status=stable |
| 130 ScriptedSpeech status=stable | 130 ScriptedSpeech status=stable |
| 131 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 131 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 132 // as per the spec, matching other Web engines. | 132 // as per the spec, matching other Web engines. |
| 133 ScrollTopLeftInterop | 133 ScrollTopLeftInterop |
| 134 ServiceWorker status=stable | 134 ServiceWorker status=stable |
| 135 ServiceWorkerCache status=stable | 135 ServiceWorkerCache status=stable |
| 136 ServiceWorkerClientAttributes status=stable | 136 ServiceWorkerClientAttributes status=stable |
| 137 ServiceWorkerNotifications status=stable | 137 ServiceWorkerNotifications status=stable |
| 138 ServiceWorkerOnFetch status=stable | 138 ServiceWorkerOnFetch status=stable |
| 139 ServiceWorkerPerformanceTimeline status=experimental | 139 ServiceWorkerPerformanceTimeline status=stable |
| 140 ShadowRootDelegatesFocus status=experimental | 140 ShadowRootDelegatesFocus status=experimental |
| 141 SharedWorker status=stable | 141 SharedWorker status=stable |
| 142 SlimmingPaint status=stable | 142 SlimmingPaint status=stable |
| 143 SlimmingPaintCompositorLayerization depends_on=SlimmingPaint | 143 SlimmingPaintCompositorLayerization depends_on=SlimmingPaint |
| 144 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint | 144 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint |
| 145 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint | 145 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint |
| 146 StaleWhileRevalidateCacheControl | 146 StaleWhileRevalidateCacheControl |
| 147 // Do not turn this flag into stable, because many interfaces that should not | 147 // Do not turn this flag into stable, because many interfaces that should not |
| 148 // be shipped would be enabled. Instead, remove the flag from the shipping | 148 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 149 // interface. | 149 // interface. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 167 WebGLDraftExtensions status=experimental | 167 WebGLDraftExtensions status=experimental |
| 168 WebGLImageChromium | 168 WebGLImageChromium |
| 169 WebMIDI status=stable | 169 WebMIDI status=stable |
| 170 WebVR depends_on=GeometryInterfaces | 170 WebVR depends_on=GeometryInterfaces |
| 171 WebVTTRegions depends_on=Media, status=experimental | 171 WebVTTRegions depends_on=Media, status=experimental |
| 172 V8IdleTasks | 172 V8IdleTasks |
| 173 XSLT status=stable | 173 XSLT status=stable |
| 174 SVG1DOM status=stable | 174 SVG1DOM status=stable |
| 175 ScrollCustomization | 175 ScrollCustomization |
| 176 ScrollRestoration status=experimental | 176 ScrollRestoration status=experimental |
| OLD | NEW |