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

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

Issue 2205943002: Remove MediaRecorder runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl ('k') | no next file » | 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 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 LinkHeader status=stable 113 LinkHeader status=stable
114 LinkServiceWorker status=experimental 114 LinkServiceWorker status=experimental
115 FractionalScrollOffsets 115 FractionalScrollOffsets
116 MediaCapture 116 MediaCapture
117 MediaCaptureFromCanvas status=stable 117 MediaCaptureFromCanvas status=stable
118 MediaCaptureFromVideo status=experimental 118 MediaCaptureFromVideo status=experimental
119 MediaConstraints status=stable 119 MediaConstraints status=stable
120 MediaDevices status=stable 120 MediaDevices status=stable
121 MediaDocumentDownloadButton 121 MediaDocumentDownloadButton
122 MediaGetSettings status=test 122 MediaGetSettings status=test
123 MediaRecorder status=stable
124 MediaSession 123 MediaSession
125 MediaSourceExperimental status=experimental 124 MediaSourceExperimental status=experimental
126 MediaSourceNewAbortAndDuration status=experimental 125 MediaSourceNewAbortAndDuration status=experimental
127 MediaStreamSpeech status=experimental 126 MediaStreamSpeech status=experimental
128 MemoryInfoInWorkers status=experimental 127 MemoryInfoInWorkers status=experimental
129 MobileLayoutTheme 128 MobileLayoutTheme
130 ModuleScripts status=test 129 ModuleScripts status=test
131 NavigatorContentUtils 130 NavigatorContentUtils
132 WebNFC status=experimental 131 WebNFC status=experimental
133 NetworkInformation status=stable 132 NetworkInformation status=stable
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 VisualViewportAPI status=experimental 236 VisualViewportAPI status=experimental
238 WakeLock status=experimental 237 WakeLock status=experimental
239 WebFontsInterventionV2With2G 238 WebFontsInterventionV2With2G
240 WebFontsInterventionV2WithSlow2G 239 WebFontsInterventionV2WithSlow2G
241 WebFontsInterventionTrigger 240 WebFontsInterventionTrigger
242 WebShare status=experimental 241 WebShare status=experimental
243 Worklet status=experimental 242 Worklet status=experimental
244 WeakMemoryCache 243 WeakMemoryCache
245 DoNotUnlockSharedBuffer 244 DoNotUnlockSharedBuffer
246 ParseHTMLOnMainThread status=test 245 ParseHTMLOnMainThread status=test
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698