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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 54 IndexedDB status=stable | 54 IndexedDB status=stable |
| 55 InputModeAttribute status=test | 55 InputModeAttribute status=test |
| 56 InputTypeColor status=stable | 56 InputTypeColor status=stable |
| 57 InputTypeWeek status=stable | 57 InputTypeWeek status=stable |
| 58 LangAttributeAwareFormControlUI | 58 LangAttributeAwareFormControlUI |
| 59 LegacyEncryptedMedia status=stable | 59 LegacyEncryptedMedia status=stable |
| 60 LocalStorage status=stable | 60 LocalStorage status=stable |
| 61 Media status=stable | 61 Media status=stable |
| 62 MediaSource status=experimental | 62 MediaSource status=experimental |
| 63 MediaStream status=stable | 63 MediaStream status=stable |
| 64 NavigatorContentUtils status=stable | |
|
abarth-chromium
2013/08/19 19:18:07
Show they be turned on in stable? If so, we don't
gyuyoung-inactive
2013/08/20 08:24:37
If I don't need to add *stable* feature, I would l
| |
| 64 Notifications status=stable | 65 Notifications status=stable |
| 65 PagePopup status=stable | 66 PagePopup status=stable |
| 66 ParseSVGAsHTML | 67 ParseSVGAsHTML |
| 67 PathOpsSVGClipping | 68 PathOpsSVGClipping |
| 68 PeerConnection depends_on=MediaStream, status=stable | 69 PeerConnection depends_on=MediaStream, status=stable |
| 69 ProgrammaticScrollNotifications status=test | 70 ProgrammaticScrollNotifications status=test |
| 70 Promise status=experimental | 71 Promise status=experimental |
| 71 Quota status=stable | 72 Quota status=stable |
| 72 OverlayScrollbars | 73 OverlayScrollbars |
| 73 RequestAutocomplete status=test | 74 RequestAutocomplete status=test |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 86 Vibration status=experimental | 87 Vibration status=experimental |
| 87 VideoTrack status=stable | 88 VideoTrack status=stable |
| 88 WebAnimations | 89 WebAnimations |
| 89 WebAnimationsCSS depends_on=WebAnimations | 90 WebAnimationsCSS depends_on=WebAnimations |
| 90 WebAnimationsSVG depends_on=WebAnimations | 91 WebAnimationsSVG depends_on=WebAnimations |
| 91 WebAudio condition=WEB_AUDIO, status=stable | 92 WebAudio condition=WEB_AUDIO, status=stable |
| 92 WebGLDraftExtensions status=experimental | 93 WebGLDraftExtensions status=experimental |
| 93 WebMIDI status=test | 94 WebMIDI status=test |
| 94 WebKitMediaSource status=stable | 95 WebKitMediaSource status=stable |
| 95 WOFF2 status=experimental | 96 WOFF2 status=experimental |
| OLD | NEW |