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

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@ last comments Created 5 years, 3 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
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 KeyboardEventKey status=test 87 KeyboardEventKey status=test
88 LangAttributeAwareFormControlUI 88 LangAttributeAwareFormControlUI
89 LinkPreconnect status=stable 89 LinkPreconnect status=stable
90 LinkPreload status=experimental 90 LinkPreload status=experimental
91 LinkHeader status=stable 91 LinkHeader status=stable
92 FractionalScrollOffsets status=experimental 92 FractionalScrollOffsets status=experimental
93 Media status=stable 93 Media status=stable
94 MediaCapture 94 MediaCapture
95 MediaController depends_on=Media, status=experimental 95 MediaController depends_on=Media, status=experimental
96 MediaDevices status=stable 96 MediaDevices status=stable
97 MediaRecorder status=test
97 MediaSession 98 MediaSession
98 MediaSource status=stable 99 MediaSource status=stable
99 MediaSourceExperimental depends_on=MediaSource, status=experimental 100 MediaSourceExperimental depends_on=MediaSource, status=experimental
100 MediaStreamSpeech status=experimental 101 MediaStreamSpeech status=experimental
101 MemoryInfoInWorkers status=experimental 102 MemoryInfoInWorkers status=experimental
102 NavigatorConnect status=experimental 103 NavigatorConnect status=experimental
103 NavigatorContentUtils 104 NavigatorContentUtils
104 WebNFC status=experimental 105 WebNFC status=experimental
105 NetworkInformation status=stable 106 NetworkInformation status=stable
106 NewMediaPlaybackUi 107 NewMediaPlaybackUi
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 WebUSB status=experimental 181 WebUSB status=experimental
181 WebVR depends_on=GeometryInterfaces 182 WebVR depends_on=GeometryInterfaces
182 WebVTTRegions depends_on=Media, status=experimental 183 WebVTTRegions depends_on=Media, status=experimental
183 V8IdleTasks 184 V8IdleTasks
184 XSLT status=stable 185 XSLT status=stable
185 SVG1DOM status=stable 186 SVG1DOM status=stable
186 smil status=stable 187 smil status=stable
187 ScrollCustomization 188 ScrollCustomization
188 ScrollRestoration status=stable 189 ScrollRestoration status=stable
189 WakeLock status=experimental 190 WakeLock status=experimental
OLDNEW
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698