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