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

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

Issue 1885553002: Remove flag for HTMLMediaElement.srcObject. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix statble webexposed test expectation Created 4 years, 8 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/srcobject/HTMLMediaElementSrcObject.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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 StyleMatchedPropertiesCache status=stable 197 StyleMatchedPropertiesCache status=stable
198 // Do not turn this flag into stable, because many interfaces that should not 198 // Do not turn this flag into stable, because many interfaces that should not
199 // be shipped would be enabled. Instead, remove the flag from the shipping 199 // be shipped would be enabled. Instead, remove the flag from the shipping
200 // interface. 200 // interface.
201 ExperimentalStream status=experimental 201 ExperimentalStream status=experimental
202 Suborigins status=experimental 202 Suborigins status=experimental
203 // Many websites disable mouse support when touch APIs are available. We'd 203 // Many websites disable mouse support when touch APIs are available. We'd
204 // like to enable this always but can't until more websites fix this bug. 204 // like to enable this always but can't until more websites fix this bug.
205 // Chromium sets this conditionally (eg. based on the presence of a 205 // Chromium sets this conditionally (eg. based on the presence of a
206 // touchscreen) in ApplyWebPreferences. 206 // touchscreen) in ApplyWebPreferences.
207 SrcObject status=test
208 Touch status=stable 207 Touch status=stable
209 TraceWrappables 208 TraceWrappables
210 TrustedEvents status=stable 209 TrustedEvents status=stable
211 TrustedEventsDefaultAction 210 TrustedEventsDefaultAction
212 UnsafeES3APIs 211 UnsafeES3APIs
213 UnsandboxedAuxiliary status=stable 212 UnsandboxedAuxiliary status=stable
214 UserSelectAll status=experimental 213 UserSelectAll status=experimental
215 WebAnimationsAPI status=experimental 214 WebAnimationsAPI status=experimental
216 WebAnimationsSVG status=experimental 215 WebAnimationsSVG status=experimental
217 WebBluetooth origin_trial_feature_name=WebBluetooth 216 WebBluetooth origin_trial_feature_name=WebBluetooth
218 WebGLDraftExtensions status=experimental 217 WebGLDraftExtensions status=experimental
219 WebGLImageChromium 218 WebGLImageChromium
220 WebUSB status=experimental, origin_trial_feature_name=WebUSB 219 WebUSB status=experimental, origin_trial_feature_name=WebUSB
221 WebVR depends_on=GeometryInterfaces, status=test 220 WebVR depends_on=GeometryInterfaces, status=test
222 WebVTTRegions status=experimental 221 WebVTTRegions status=experimental
223 V8IdleTasks 222 V8IdleTasks
224 VisibilityChangeOnUnload status=experimental 223 VisibilityChangeOnUnload status=experimental
225 XSLT status=stable 224 XSLT status=stable
226 smil status=stable 225 smil status=stable
227 ScrollCustomization 226 ScrollCustomization
228 ScrollRestoration status=stable 227 ScrollRestoration status=stable
229 VisualViewportAPI status=experimental 228 VisualViewportAPI status=experimental
230 WakeLock status=experimental 229 WakeLock status=experimental
231 WebFontsIntervention status=experimental 230 WebFontsIntervention status=experimental
232 WebFontsInterventionTrigger 231 WebFontsInterventionTrigger
233 Worklet status=test 232 Worklet status=test
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/srcobject/HTMLMediaElementSrcObject.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698