| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 QuotaPromise status=experimental | 94 QuotaPromise status=experimental |
| 95 OverlayScrollbars | 95 OverlayScrollbars |
| 96 RegionBasedColumns status=experimental | 96 RegionBasedColumns status=experimental |
| 97 | 97 |
| 98 // This is implementation flag for the re-write of the layout/paint system to | 98 // This is implementation flag for the re-write of the layout/paint system to |
| 99 // do painting after we have completed layout, instead of piecemeal during layou
t. | 99 // do painting after we have completed layout, instead of piecemeal during layou
t. |
| 100 RepaintAfterLayout | 100 RepaintAfterLayout |
| 101 | 101 |
| 102 RequestAutocomplete status=test | 102 RequestAutocomplete status=test |
| 103 RowSpanLogicalHeightSpreading status=stable | 103 RowSpanLogicalHeightSpreading status=stable |
| 104 ScreenOrientation status=experimental |
| 104 ScriptedSpeech status=stable | 105 ScriptedSpeech status=stable |
| 105 | 106 |
| 106 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 107 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 107 // as per the spec, matching other Web engines. | 108 // as per the spec, matching other Web engines. |
| 108 ScrollTopLeftInterop status=experimental | 109 ScrollTopLeftInterop status=experimental |
| 109 | 110 |
| 110 ServiceWorker status=experimental | 111 ServiceWorker status=experimental |
| 111 SessionStorage status=stable | 112 SessionStorage status=stable |
| 112 ShadowDOM status=experimental | 113 ShadowDOM status=experimental |
| 113 SharedWorker status=stable | 114 SharedWorker status=stable |
| (...skipping 22 matching lines...) Expand all Loading... |
| 136 WebAnimationsCSS status=stable | 137 WebAnimationsCSS status=stable |
| 137 WebAnimationsSVG depends_on=WebAnimationsCSS | 138 WebAnimationsSVG depends_on=WebAnimationsCSS |
| 138 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental | 139 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental |
| 139 WebAudio condition=WEB_AUDIO, status=stable | 140 WebAudio condition=WEB_AUDIO, status=stable |
| 140 WebGLDraftExtensions status=experimental | 141 WebGLDraftExtensions status=experimental |
| 141 WebMIDI status=test | 142 WebMIDI status=test |
| 142 WebKitMediaSource status=stable | 143 WebKitMediaSource status=stable |
| 143 WebVTTRegions depends_on=VideoTrack, status=experimental | 144 WebVTTRegions depends_on=VideoTrack, status=experimental |
| 144 WOFF2 status=experimental | 145 WOFF2 status=experimental |
| 145 XSLT status=stable | 146 XSLT status=stable |
| OLD | NEW |