Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 1255873002: MediaRecorder Blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: esprehn@ comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 // status=deprecated -> Alias for "test", will be removed at some point. 10 // status=deprecated -> Alias for "test", will be removed at some point.
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 KeyboardEventCode status=experimental 85 KeyboardEventCode status=experimental
86 KeyboardEventKey status=test 86 KeyboardEventKey status=test
87 LangAttributeAwareFormControlUI 87 LangAttributeAwareFormControlUI
88 LinkPreconnect status=stable 88 LinkPreconnect status=stable
89 LinkPreload status=experimental 89 LinkPreload status=experimental
90 LinkHeader status=stable 90 LinkHeader status=stable
91 FractionalScrollOffsets status=experimental 91 FractionalScrollOffsets status=experimental
92 Media status=stable 92 Media status=stable
93 MediaCapture 93 MediaCapture
94 MediaController depends_on=Media, status=experimental 94 MediaController depends_on=Media, status=experimental
95 MediaRecorder status=experimental
Peter Beverloo 2015/08/28 17:18:24 Does this do anything yet? We generally prefer set
mcasas 2015/08/29 01:12:57 Done.
95 MediaSession 96 MediaSession
96 MediaSource status=stable 97 MediaSource status=stable
97 MediaSourceExperimental depends_on=MediaSource, status=experimental 98 MediaSourceExperimental depends_on=MediaSource, status=experimental
98 MediaStreamSpeech status=experimental 99 MediaStreamSpeech status=experimental
99 MemoryInfoInWorkers status=experimental 100 MemoryInfoInWorkers status=experimental
100 NavigatorConnect status=experimental 101 NavigatorConnect status=experimental
101 NavigatorContentUtils 102 NavigatorContentUtils
102 NetworkInformation status=stable 103 NetworkInformation status=stable
103 NewMediaPlaybackUi 104 NewMediaPlaybackUi
104 NotificationConstructor status=stable 105 NotificationConstructor status=stable
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 WebUSB status=experimental 182 WebUSB status=experimental
182 WebVR depends_on=GeometryInterfaces 183 WebVR depends_on=GeometryInterfaces
183 WebVTTRegions depends_on=Media, status=experimental 184 WebVTTRegions depends_on=Media, status=experimental
184 V8IdleTasks 185 V8IdleTasks
185 XSLT status=stable 186 XSLT status=stable
186 SVG1DOM status=stable 187 SVG1DOM status=stable
187 smil status=stable 188 smil status=stable
188 ScrollCustomization 189 ScrollCustomization
189 ScrollRestoration status=stable 190 ScrollRestoration status=stable
190 WakeLock status=experimental 191 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698