Chromium Code Reviews| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 97 ScreenOrientation status=experimental | 97 ScreenOrientation status=experimental |
| 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 SizesAttribute status=experimental | |
|
Peter Beverloo
2014/04/09 14:45:41
random drive-by nit: perhaps name this PictureSize
| |
| 107 SpeechInput status=stable | 108 SpeechInput status=stable |
| 108 SpeechSynthesis status=stable | 109 SpeechSynthesis status=stable |
| 109 Srcset status=stable | 110 Srcset status=stable |
| 110 Stream status=experimental | 111 Stream status=experimental |
| 111 StyleScoped status=experimental | 112 StyleScoped status=experimental |
| 112 SubpixelFontScaling status=experimental | 113 SubpixelFontScaling status=experimental |
| 113 SubresourceIntegrity status=test | 114 SubresourceIntegrity status=test |
| 114 SVGPaintOrder status=stable | 115 SVGPaintOrder status=stable |
| 115 | 116 |
| 116 // Enable optimizations to recalculate style on the fewest possible number of | 117 // Enable optimizations to recalculate style on the fewest possible number of |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 128 ScriptPromiseOnV8Promise | 129 ScriptPromiseOnV8Promise |
| 129 WebAnimationsSVG | 130 WebAnimationsSVG |
| 130 WebAnimationsAPI status=experimental | 131 WebAnimationsAPI status=experimental |
| 131 WebAudio condition=WEB_AUDIO, status=stable | 132 WebAudio condition=WEB_AUDIO, status=stable |
| 132 WebGLDraftExtensions status=experimental | 133 WebGLDraftExtensions status=experimental |
| 133 WebMIDI status=test | 134 WebMIDI status=test |
| 134 WebKitMediaSource status=stable | 135 WebKitMediaSource status=stable |
| 135 WebVTTRegions depends_on=Media, status=experimental | 136 WebVTTRegions depends_on=Media, status=experimental |
| 136 WOFF2 status=stable | 137 WOFF2 status=stable |
| 137 XSLT status=stable | 138 XSLT status=stable |
| OLD | NEW |