| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 106 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 107 // as per the spec, matching other Web engines. | 107 // as per the spec, matching other Web engines. |
| 108 ScrollTopLeftInterop status=experimental | 108 ScrollTopLeftInterop status=experimental |
| 109 | 109 |
| 110 ServiceWorker status=experimental | 110 ServiceWorker status=experimental |
| 111 SessionStorage status=stable | 111 SessionStorage status=stable |
| 112 ShadowDOM status=experimental | 112 ShadowDOM status=experimental |
| 113 SharedWorker status=stable | 113 SharedWorker status=stable |
| 114 SpeechInput status=stable | 114 SpeechInput status=stable |
| 115 SpeechSynthesis status=stable | 115 SpeechSynthesis status=stable |
| 116 Srcset status=experimental | 116 Srcset status=stable |
| 117 Stream status=experimental | 117 Stream status=experimental |
| 118 StyleScoped status=experimental | 118 StyleScoped status=experimental |
| 119 SubpixelFontScaling status=experimental | 119 SubpixelFontScaling status=experimental |
| 120 SVGPaintOrder status=experimental | 120 SVGPaintOrder status=experimental |
| 121 | 121 |
| 122 // Enable optimizations to recalculate style on the fewest possible number of | 122 // Enable optimizations to recalculate style on the fewest possible number of |
| 123 // elements when updating classes, ids or attributes of DOM elements. | 123 // elements when updating classes, ids or attributes of DOM elements. |
| 124 TargetedStyleRecalc | 124 TargetedStyleRecalc |
| 125 | 125 |
| 126 // Many websites disable mouse support when touch APIs are available. We'd | 126 // Many websites disable mouse support when touch APIs are available. We'd |
| 127 // like to enable this always but can't until more websites fix this bug. | 127 // like to enable this always but can't until more websites fix this bug. |
| 128 // Chromium sets this conditionally (eg. based on the presence of a | 128 // Chromium sets this conditionally (eg. based on the presence of a |
| 129 // touchscreen) in ApplyWebPreferences. | 129 // touchscreen) in ApplyWebPreferences. |
| 130 Touch status=stable | 130 Touch status=stable |
| 131 | 131 |
| 132 TouchIconLoading | 132 TouchIconLoading |
| 133 UserSelectAll status=experimental | 133 UserSelectAll status=experimental |
| 134 Vibration status=stable | 134 Vibration status=stable |
| 135 VideoTrack depends_on=Media, status=stable | 135 VideoTrack depends_on=Media, status=stable |
| 136 WebAnimationsCSS status=stable | 136 WebAnimationsCSS status=stable |
| 137 WebAnimationsSVG depends_on=WebAnimationsCSS | 137 WebAnimationsSVG depends_on=WebAnimationsCSS |
| 138 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental | 138 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental |
| 139 WebAudio condition=WEB_AUDIO, status=stable | 139 WebAudio condition=WEB_AUDIO, status=stable |
| 140 WebGLDraftExtensions status=experimental | 140 WebGLDraftExtensions status=experimental |
| 141 WebMIDI status=test | 141 WebMIDI status=test |
| 142 WebKitMediaSource status=stable | 142 WebKitMediaSource status=stable |
| 143 WebVTTRegions depends_on=VideoTrack, status=experimental | 143 WebVTTRegions depends_on=VideoTrack, status=experimental |
| 144 WOFF2 status=experimental | 144 WOFF2 status=experimental |
| 145 XSLT status=stable | 145 XSLT status=stable |
| OLD | NEW |