Chromium Code Reviews

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: Address Xianzhu's Comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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...)
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 56 matching lines...)
174 WebUSB status=experimental 178 WebUSB status=experimental
175 WebVR depends_on=GeometryInterfaces 179 WebVR depends_on=GeometryInterfaces
176 WebVTTRegions depends_on=Media, status=experimental 180 WebVTTRegions depends_on=Media, status=experimental
177 V8IdleTasks 181 V8IdleTasks
178 XSLT status=stable 182 XSLT status=stable
179 SVG1DOM status=stable 183 SVG1DOM status=stable
180 smil status=stable 184 smil status=stable
181 ScrollCustomization 185 ScrollCustomization
182 ScrollRestoration status=experimental 186 ScrollRestoration status=experimental
183 WakeLock status=experimental 187 WakeLock status=experimental
OLDNEW
« no previous file with comments | « Source/core/layout/compositing/GraphicsLayerTreeBuilder.cpp ('k') | Source/web/FullscreenController.cpp » ('j') | no next file with comments »

Powered by Google App Engine