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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 65 InputModeAttribute status=test | 65 InputModeAttribute status=test |
| 66 InputTypeColor status=stable | 66 InputTypeColor status=stable |
| 67 InputTypeWeek status=stable | 67 InputTypeWeek status=stable |
| 68 LangAttributeAwareFormControlUI | 68 LangAttributeAwareFormControlUI |
| 69 PrefixedEncryptedMedia status=stable | 69 PrefixedEncryptedMedia status=stable |
| 70 LocalStorage status=stable | 70 LocalStorage status=stable |
| 71 Media status=stable | 71 Media status=stable |
| 72 MediaSource status=stable | 72 MediaSource status=stable |
| 73 MediaSourceExperimental depends_on=MediaSource, status=experimental | 73 MediaSourceExperimental depends_on=MediaSource, status=experimental |
| 74 MediaStream status=stable | 74 MediaStream status=stable |
| 75 NavigatorContentUtils status=experimental | |
|
abarth-chromium
2013/12/09 07:12:55
I'd leave the status off here. It's not a simple
gyuyoung-inactive
2013/12/09 07:35:31
As you said, I remove the "experimental" status on
| |
| 75 Notifications status=stable | 76 Notifications status=stable |
| 76 ObjectFitPosition status=stable | 77 ObjectFitPosition status=stable |
| 77 // Only enabled on Android, and for certain layout tests on Linux. | 78 // Only enabled on Android, and for certain layout tests on Linux. |
| 78 OverlayFullscreenVideo | 79 OverlayFullscreenVideo |
| 79 PagePopup status=stable | 80 PagePopup status=stable |
| 80 PartialLayout status=experimental | 81 PartialLayout status=experimental |
| 81 PathOpsSVGClipping | 82 PathOpsSVGClipping |
| 82 PeerConnection depends_on=MediaStream, status=stable | 83 PeerConnection depends_on=MediaStream, status=stable |
| 83 // Implementation of this feature varies by platform for now. | 84 // Implementation of this feature varies by platform for now. |
| 84 // Bug to track removal once completed everywhere: | 85 // Bug to track removal once completed everywhere: |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 125 WebAnimationsCSS status=stable | 126 WebAnimationsCSS status=stable |
| 126 WebAnimationsSVG depends_on=WebAnimationsCSS | 127 WebAnimationsSVG depends_on=WebAnimationsCSS |
| 127 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental | 128 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental |
| 128 WebAudio condition=WEB_AUDIO, status=stable | 129 WebAudio condition=WEB_AUDIO, status=stable |
| 129 WebGLDraftExtensions status=experimental | 130 WebGLDraftExtensions status=experimental |
| 130 WebMIDI status=test | 131 WebMIDI status=test |
| 131 WebKitMediaSource status=stable | 132 WebKitMediaSource status=stable |
| 132 WebVTTRegions depends_on=VideoTrack, status=experimental | 133 WebVTTRegions depends_on=VideoTrack, status=experimental |
| 133 WOFF2 status=experimental | 134 WOFF2 status=experimental |
| 134 XSLT status=stable | 135 XSLT status=stable |
| OLD | NEW |