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

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: Basic structure. Needs lots of test fixing and some new tests. 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 MediaCapture 120 MediaCapture
121 MediaCaptureFromCanvas status=stable 121 MediaCaptureFromCanvas status=stable
122 MediaCaptureFromVideo status=experimental 122 MediaCaptureFromVideo status=experimental
123 MediaConstraints status=stable 123 MediaConstraints status=stable
124 MediaDevices status=stable 124 MediaDevices status=stable
125 MediaDocumentDownloadButton 125 MediaDocumentDownloadButton
126 MediaGetSettings status=test 126 MediaGetSettings status=test
127 MediaRecorder status=stable 127 MediaRecorder status=stable
128 MediaSession 128 MediaSession
129 MediaSourceExperimental status=experimental 129 MediaSourceExperimental status=experimental
130 MediaSourceNewAbortAndDuration status=experimental
130 MediaStreamSpeech status=experimental 131 MediaStreamSpeech status=experimental
131 MemoryInfoInWorkers status=experimental 132 MemoryInfoInWorkers status=experimental
132 MobileLayoutTheme 133 MobileLayoutTheme
133 ModuleScripts status=test 134 ModuleScripts status=test
134 NavigatorContentUtils 135 NavigatorContentUtils
135 WebNFC status=experimental 136 WebNFC status=experimental
136 NetworkInformation status=stable 137 NetworkInformation status=stable
137 NetInfoDownlinkMax status=stable 138 NetInfoDownlinkMax status=stable
138 NewMediaPlaybackUi 139 NewMediaPlaybackUi
139 NotificationConstructor status=stable 140 NotificationConstructor status=stable
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 ScrollRestoration status=stable 238 ScrollRestoration status=stable
238 AutoplayMutedVideos settable_from_internals=True 239 AutoplayMutedVideos settable_from_internals=True
239 VisualViewportAPI status=experimental 240 VisualViewportAPI status=experimental
240 WakeLock status=experimental 241 WakeLock status=experimental
241 WebFontsInterventionV2With2G 242 WebFontsInterventionV2With2G
242 WebFontsInterventionV2WithSlow2G 243 WebFontsInterventionV2WithSlow2G
243 WebFontsInterventionTrigger 244 WebFontsInterventionTrigger
244 Worklet status=experimental 245 Worklet status=experimental
245 WeakMemoryCache 246 WeakMemoryCache
246 DoNotUnlockSharedBuffer 247 DoNotUnlockSharedBuffer
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698