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

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

Issue 1254613003: Let the WebMediaPlayer decide whether to use overlay video. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: trchen@'s comments Created 5 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
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 MediaStreamSpeech status=experimental 97 MediaStreamSpeech status=experimental
98 MemoryInfoInWorkers status=experimental 98 MemoryInfoInWorkers status=experimental
99 NavigatorConnect status=experimental 99 NavigatorConnect status=experimental
100 NavigatorContentUtils 100 NavigatorContentUtils
101 NetworkInformation status=stable 101 NetworkInformation status=stable
102 NotificationConstructor status=stable 102 NotificationConstructor status=stable
103 NotificationExperimental status=test 103 NotificationExperimental status=test
104 Notifications status=stable 104 Notifications status=stable
105 OrientationEvent 105 OrientationEvent
106 // Only enabled on Android, and for certain layout tests on Linux. 106 // Only enabled on Android, and for certain layout tests on Linux.
107 // TODO(watk): Delete this in favor of ForceOverlayFullscreenVideo after
108 // removing chromium's dependency on it. http://crbug.com/511376
107 OverlayFullscreenVideo 109 OverlayFullscreenVideo
110 // For simulating Android's overlay fullscreen video in layout tests on Linux.
111 ForceOverlayFullscreenVideo
108 OverlayScrollbars 112 OverlayScrollbars
109 PagePopup status=stable 113 PagePopup status=stable
110 PathOpsSVGClipping status=stable 114 PathOpsSVGClipping status=stable
111 Permissions status=stable 115 Permissions status=stable
112 PermissionsRequestRevoke status=test 116 PermissionsRequestRevoke status=test
113 PointerEvent 117 PointerEvent
114 PreciseMemoryInfo 118 PreciseMemoryInfo
115 // This feature is deprecated and replaced by EncryptedMedia. 119 // This feature is deprecated and replaced by EncryptedMedia.
116 // See http://crbug.com/451117 for current status. 120 // See http://crbug.com/451117 for current status.
117 PrefixedEncryptedMedia status=stable 121 PrefixedEncryptedMedia status=stable
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 WebGLImageChromium 177 WebGLImageChromium
174 WebVR depends_on=GeometryInterfaces 178 WebVR depends_on=GeometryInterfaces
175 WebVTTRegions depends_on=Media, status=experimental 179 WebVTTRegions depends_on=Media, status=experimental
176 V8IdleTasks 180 V8IdleTasks
177 XSLT status=stable 181 XSLT status=stable
178 SVG1DOM status=stable 182 SVG1DOM status=stable
179 smil status=stable 183 smil status=stable
180 ScrollCustomization 184 ScrollCustomization
181 ScrollRestoration status=experimental 185 ScrollRestoration status=experimental
182 WakeLock status=experimental 186 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698