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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 87 OverlayScrollbars | 87 OverlayScrollbars |
| 88 RegionBasedColumns status=experimental | 88 RegionBasedColumns status=experimental |
| 89 | 89 |
| 90 // This is implementation flag for the re-write of the layout/paint system to | 90 // This is implementation flag for the re-write of the layout/paint system to |
| 91 // do painting after we have completed layout, instead of piecemeal during layou t. | 91 // do painting after we have completed layout, instead of piecemeal during layou t. |
| 92 RepaintAfterLayout | 92 RepaintAfterLayout |
| 93 | 93 |
| 94 RequestAutocomplete status=test | 94 RequestAutocomplete status=test |
| 95 RowSpanLogicalHeightSpreading status=stable | 95 RowSpanLogicalHeightSpreading status=stable |
| 96 ScriptedSpeech status=stable | 96 ScriptedSpeech status=stable |
| 97 | |
| 98 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | |
| 99 // as per the spec, matching other Web engines. | |
| 100 ScrollTopLeftInterop status=experimental | |
|
eseidel
2013/11/11 18:29:58
Are you sure you want this on for users with --ena
| |
| 101 | |
| 97 SeamlessIFrames status=experimental | 102 SeamlessIFrames status=experimental |
| 98 ServiceWorker status=experimental | 103 ServiceWorker status=experimental |
| 99 SessionStorage status=stable | 104 SessionStorage status=stable |
| 100 ShadowDOM status=experimental | 105 ShadowDOM status=experimental |
| 101 SharedWorker status=stable | 106 SharedWorker status=stable |
| 102 SpeechInput status=stable | 107 SpeechInput status=stable |
| 103 SpeechSynthesis status=experimental | 108 SpeechSynthesis status=experimental |
| 104 Srcset status=experimental | 109 Srcset status=experimental |
| 105 Stream status=experimental | 110 Stream status=experimental |
| 106 StyleScoped status=experimental | 111 StyleScoped status=experimental |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 119 WebAnimations | 124 WebAnimations |
| 120 WebAnimationsCSS depends_on=WebAnimations | 125 WebAnimationsCSS depends_on=WebAnimations |
| 121 WebAnimationsSVG depends_on=WebAnimations | 126 WebAnimationsSVG depends_on=WebAnimations |
| 122 WebAudio condition=WEB_AUDIO, status=stable | 127 WebAudio condition=WEB_AUDIO, status=stable |
| 123 WebGLDraftExtensions status=experimental | 128 WebGLDraftExtensions status=experimental |
| 124 WebMIDI status=test | 129 WebMIDI status=test |
| 125 WebKitMediaSource status=stable | 130 WebKitMediaSource status=stable |
| 126 WebVTTRegions depends_on=VideoTrack, status=experimental | 131 WebVTTRegions depends_on=VideoTrack, status=experimental |
| 127 WOFF2 status=experimental | 132 WOFF2 status=experimental |
| 128 XSLT status=stable | 133 XSLT status=stable |
| OLD | NEW |