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

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

Issue 2102323002: MSE: Experimental support for new abort and duration behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 MediaCapture 119 MediaCapture
120 MediaCaptureFromCanvas status=stable 120 MediaCaptureFromCanvas status=stable
121 MediaCaptureFromVideo status=experimental 121 MediaCaptureFromVideo status=experimental
122 MediaConstraints status=stable 122 MediaConstraints status=stable
123 MediaDevices status=stable 123 MediaDevices status=stable
124 MediaDocumentDownloadButton 124 MediaDocumentDownloadButton
125 MediaGetSettings status=test 125 MediaGetSettings status=test
126 MediaRecorder status=stable 126 MediaRecorder status=stable
127 MediaSession 127 MediaSession
128 MediaSourceExperimental status=experimental 128 MediaSourceExperimental status=experimental
129 MediaSourceNewAbortAndDuration status=experimental
129 MediaStreamSpeech status=experimental 130 MediaStreamSpeech status=experimental
130 MemoryInfoInWorkers status=experimental 131 MemoryInfoInWorkers status=experimental
131 MobileLayoutTheme 132 MobileLayoutTheme
132 ModuleScripts status=test 133 ModuleScripts status=test
133 NavigatorContentUtils 134 NavigatorContentUtils
134 WebNFC status=experimental 135 WebNFC status=experimental
135 NetworkInformation status=stable 136 NetworkInformation status=stable
136 NetInfoDownlinkMax status=stable 137 NetInfoDownlinkMax status=stable
137 NewMediaPlaybackUi 138 NewMediaPlaybackUi
138 NotificationConstructor status=stable 139 NotificationConstructor status=stable
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 AutoplayMutedVideos settable_from_internals=True 237 AutoplayMutedVideos settable_from_internals=True
237 VisualViewportAPI status=experimental 238 VisualViewportAPI status=experimental
238 WakeLock status=experimental 239 WakeLock status=experimental
239 WebFontsInterventionV2With2G 240 WebFontsInterventionV2With2G
240 WebFontsInterventionV2WithSlow2G 241 WebFontsInterventionV2WithSlow2G
241 WebFontsInterventionTrigger 242 WebFontsInterventionTrigger
242 Worklet status=experimental 243 Worklet status=experimental
243 WeakMemoryCache 244 WeakMemoryCache
244 DoNotUnlockSharedBuffer 245 DoNotUnlockSharedBuffer
245 ParseHTMLOnMainThread status=test 246 ParseHTMLOnMainThread status=test
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp ('k') | third_party/WebKit/public/platform/WebSourceBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698