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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 95 Quota status=stable | 95 Quota status=stable |
| 96 QuotaPromise status=experimental | 96 QuotaPromise status=experimental |
| 97 OverlayScrollbars | 97 OverlayScrollbars |
| 98 RegionBasedColumns status=experimental | 98 RegionBasedColumns status=experimental |
| 99 | 99 |
| 100 // This is implementation flag for the re-write of the layout/paint system to | 100 // This is implementation flag for the re-write of the layout/paint system to |
| 101 // do painting after we have completed layout, instead of piecemeal during layou t. | 101 // do painting after we have completed layout, instead of piecemeal during layou t. |
| 102 RepaintAfterLayout status=stable | 102 RepaintAfterLayout status=stable |
| 103 | 103 |
| 104 RequestAutocomplete status=test | 104 RequestAutocomplete status=test |
| 105 ScreenOrientation status=experimental | 105 ScreenOrientation status=stable |
|
abarth-chromium
2014/05/10 00:31:59
Did you mean to include this change in this CL? T
Inactive
2014/05/10 00:34:26
God no, sorry about that. I did some testing local
Inactive
2014/05/10 00:36:56
I reverted this part, good that you noticed :)
| |
| 106 ScriptedSpeech status=stable | 106 ScriptedSpeech status=stable |
| 107 | 107 |
| 108 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 108 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 109 // as per the spec, matching other Web engines. | 109 // as per the spec, matching other Web engines. |
| 110 ScrollTopLeftInterop status=experimental | 110 ScrollTopLeftInterop status=experimental |
| 111 | 111 |
| 112 ServiceWorker status=experimental | 112 ServiceWorker status=experimental |
| 113 SessionStorage status=stable | 113 SessionStorage status=stable |
| 114 SharedWorker status=stable | 114 SharedWorker status=stable |
| 115 PictureSizes status=experimental | 115 PictureSizes status=experimental |
| (...skipping 27 matching lines...) Expand all Loading... | |
| 143 WebAnimationsElementAnimate status=stable | 143 WebAnimationsElementAnimate status=stable |
| 144 WebAnimationsAPI status=experimental, depends_on=WebAnimationsElementAnimate | 144 WebAnimationsAPI status=experimental, depends_on=WebAnimationsElementAnimate |
| 145 WebAudio condition=WEB_AUDIO, status=stable | 145 WebAudio condition=WEB_AUDIO, status=stable |
| 146 WebGLDraftExtensions status=experimental | 146 WebGLDraftExtensions status=experimental |
| 147 WebMIDI status=test | 147 WebMIDI status=test |
| 148 WebVTTRegions depends_on=Media, status=experimental | 148 WebVTTRegions depends_on=Media, status=experimental |
| 149 WOFF2 status=stable | 149 WOFF2 status=stable |
| 150 XSLT status=stable | 150 XSLT status=stable |
| 151 | 151 |
| 152 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 152 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| OLD | NEW |