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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 63 InputModeAttribute status=test | 63 InputModeAttribute status=test |
| 64 InputTypeColor status=stable | 64 InputTypeColor status=stable |
| 65 InputTypeWeek status=stable | 65 InputTypeWeek status=stable |
| 66 LangAttributeAwareFormControlUI | 66 LangAttributeAwareFormControlUI |
| 67 PrefixedEncryptedMedia status=stable | 67 PrefixedEncryptedMedia status=stable |
| 68 LocalStorage status=stable | 68 LocalStorage status=stable |
| 69 Media status=stable | 69 Media status=stable |
| 70 MediaSource status=stable | 70 MediaSource status=stable |
| 71 MediaStream status=stable | 71 MediaStream status=stable |
| 72 Notifications status=stable | 72 Notifications status=stable |
| 73 ObjectFitPosition status=stable | 73 ObjectFitPosition status=experimental |
|
Rick Byers
2013/10/10 22:12:18
I assume you didn't intend to change this, right?
| |
| 74 // Only enabled on Android, and for certain layout tests on Linux. | 74 // Only enabled on Android, and for certain layout tests on Linux. |
| 75 OverlayFullscreenVideo | 75 OverlayFullscreenVideo |
| 76 PagePopup status=stable | 76 PagePopup status=stable |
| 77 PartialLayout status=experimental | 77 PartialLayout status=experimental |
| 78 PathOpsSVGClipping | 78 PathOpsSVGClipping |
| 79 PeerConnection depends_on=MediaStream, status=stable | 79 PeerConnection depends_on=MediaStream, status=stable |
| 80 PointerEventsMaxTouchPoints status=experimental | |
|
Rick Byers
2013/10/10 22:12:18
Please add a comment describing how this is platfo
| |
| 80 ProgrammaticScrollNotifications status=test | 81 ProgrammaticScrollNotifications status=test |
| 81 Promise status=experimental | 82 Promise status=experimental |
| 82 Quota status=stable | 83 Quota status=stable |
| 83 OverlayScrollbars | 84 OverlayScrollbars |
| 84 RequestAutocomplete status=test | 85 RequestAutocomplete status=test |
| 85 RowSpanLogicalHeightSpreading status=stable | 86 RowSpanLogicalHeightSpreading status=stable |
| 86 ScriptedSpeech status=stable | 87 ScriptedSpeech status=stable |
| 87 SeamlessIFrames status=experimental | 88 SeamlessIFrames status=experimental |
| 88 ServiceWorker status=experimental | 89 ServiceWorker status=experimental |
| 89 SessionStorage status=stable | 90 SessionStorage status=stable |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 102 VideoTrack status=stable | 103 VideoTrack status=stable |
| 103 WebAnimations | 104 WebAnimations |
| 104 WebAnimationsCSS depends_on=WebAnimations | 105 WebAnimationsCSS depends_on=WebAnimations |
| 105 WebAnimationsSVG depends_on=WebAnimations | 106 WebAnimationsSVG depends_on=WebAnimations |
| 106 WebAudio condition=WEB_AUDIO, status=stable | 107 WebAudio condition=WEB_AUDIO, status=stable |
| 107 WebGLDraftExtensions status=experimental | 108 WebGLDraftExtensions status=experimental |
| 108 WebMIDI status=test | 109 WebMIDI status=test |
| 109 WebKitMediaSource status=stable | 110 WebKitMediaSource status=stable |
| 110 WOFF2 status=experimental | 111 WOFF2 status=experimental |
| 111 XSLT status=stable | 112 XSLT status=stable |
| OLD | NEW |