| 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 ScriptedSpeech status=stable | 98 ScriptedSpeech status=stable |
| 99 | 99 |
| 100 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 100 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 101 // as per the spec, matching other Web engines. | 101 // as per the spec, matching other Web engines. |
| 102 ScrollTopLeftInterop status=experimental | 102 ScrollTopLeftInterop status=experimental |
| 103 | 103 |
| 104 ServiceWorker status=experimental | 104 ServiceWorker status=experimental |
| 105 SessionStorage status=stable | 105 SessionStorage status=stable |
| 106 SharedWorker status=stable | 106 SharedWorker status=stable |
| 107 PictureSizes status=experimental | 107 PictureSizes status=experimental |
| 108 SpeechInput status=stable | 108 SpeechInput status=test |
| 109 SpeechSynthesis status=stable | 109 SpeechSynthesis status=stable |
| 110 Srcset status=stable | 110 Srcset status=stable |
| 111 Stream status=experimental | 111 Stream status=experimental |
| 112 StyleScoped status=experimental | 112 StyleScoped status=experimental |
| 113 SubpixelFontScaling status=experimental | 113 SubpixelFontScaling status=experimental |
| 114 SubresourceIntegrity status=test | 114 SubresourceIntegrity status=test |
| 115 SVGPaintOrder status=stable | 115 SVGPaintOrder status=stable |
| 116 | 116 |
| 117 // Enable optimizations to recalculate style on the fewest possible number of | 117 // Enable optimizations to recalculate style on the fewest possible number of |
| 118 // elements when updating classes, ids or attributes of DOM elements. | 118 // elements when updating classes, ids or attributes of DOM elements. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 131 WebAnimationsAPI status=experimental | 131 WebAnimationsAPI status=experimental |
| 132 WebAudio condition=WEB_AUDIO, status=stable | 132 WebAudio condition=WEB_AUDIO, status=stable |
| 133 WebGLDraftExtensions status=experimental | 133 WebGLDraftExtensions status=experimental |
| 134 WebMIDI status=test | 134 WebMIDI status=test |
| 135 WebKitMediaSource status=stable | 135 WebKitMediaSource status=stable |
| 136 WebVTTRegions depends_on=Media, status=experimental | 136 WebVTTRegions depends_on=Media, status=experimental |
| 137 WOFF2 status=stable | 137 WOFF2 status=stable |
| 138 XSLT status=stable | 138 XSLT status=stable |
| 139 | 139 |
| 140 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 140 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| OLD | NEW |