| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 RepaintAfterLayout | 98 RepaintAfterLayout |
| 99 | 99 |
| 100 RequestAutocomplete status=test | 100 RequestAutocomplete status=test |
| 101 RowSpanLogicalHeightSpreading status=stable | 101 RowSpanLogicalHeightSpreading status=stable |
| 102 ScriptedSpeech status=stable | 102 ScriptedSpeech status=stable |
| 103 | 103 |
| 104 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 104 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 105 // as per the spec, matching other Web engines. | 105 // as per the spec, matching other Web engines. |
| 106 ScrollTopLeftInterop status=experimental | 106 ScrollTopLeftInterop status=experimental |
| 107 | 107 |
| 108 SeamlessIFrames status=experimental | |
| 109 ServiceWorker status=experimental | 108 ServiceWorker status=experimental |
| 110 SessionStorage status=stable | 109 SessionStorage status=stable |
| 111 ShadowDOM status=experimental | 110 ShadowDOM status=experimental |
| 112 SharedWorker status=stable | 111 SharedWorker status=stable |
| 113 SpeechInput status=stable | 112 SpeechInput status=stable |
| 114 SpeechSynthesis status=stable | 113 SpeechSynthesis status=stable |
| 115 Srcset status=experimental | 114 Srcset status=experimental |
| 116 Stream status=experimental | 115 Stream status=experimental |
| 117 StyleScoped status=experimental | 116 StyleScoped status=experimental |
| 118 SubpixelFontScaling status=experimental | 117 SubpixelFontScaling status=experimental |
| (...skipping 16 matching lines...) Expand all Loading... |
| 135 WebAnimationsCSS status=stable | 134 WebAnimationsCSS status=stable |
| 136 WebAnimationsSVG depends_on=WebAnimationsCSS | 135 WebAnimationsSVG depends_on=WebAnimationsCSS |
| 137 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental | 136 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental |
| 138 WebAudio condition=WEB_AUDIO, status=stable | 137 WebAudio condition=WEB_AUDIO, status=stable |
| 139 WebGLDraftExtensions status=experimental | 138 WebGLDraftExtensions status=experimental |
| 140 WebMIDI status=test | 139 WebMIDI status=test |
| 141 WebKitMediaSource status=stable | 140 WebKitMediaSource status=stable |
| 142 WebVTTRegions depends_on=VideoTrack, status=experimental | 141 WebVTTRegions depends_on=VideoTrack, status=experimental |
| 143 WOFF2 status=experimental | 142 WOFF2 status=experimental |
| 144 XSLT status=stable | 143 XSLT status=stable |
| OLD | NEW |