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

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

Issue 1690493002: Switch to LayoutThemeMobile when emulating mobile device in DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more mac compile Created 4 years, 10 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 MediaCapture 109 MediaCapture
110 MediaCaptureFromElement status=experimental 110 MediaCaptureFromElement status=experimental
111 MediaConstraints status=test 111 MediaConstraints status=test
112 MediaDevices status=stable 112 MediaDevices status=stable
113 MediaRecorder status=stable 113 MediaRecorder status=stable
114 MediaSession 114 MediaSession
115 MediaSource status=stable 115 MediaSource status=stable
116 MediaSourceExperimental depends_on=MediaSource, status=experimental 116 MediaSourceExperimental depends_on=MediaSource, status=experimental
117 MediaStreamSpeech status=experimental 117 MediaStreamSpeech status=experimental
118 MemoryInfoInWorkers status=experimental 118 MemoryInfoInWorkers status=experimental
119 MobileLayoutTheme
119 NavigatorConnect status=experimental 120 NavigatorConnect status=experimental
120 NavigatorContentUtils 121 NavigatorContentUtils
121 WebNFC status=experimental 122 WebNFC status=experimental
122 NetworkInformation status=stable 123 NetworkInformation status=stable
123 NetInfoDownlinkMax status=stable 124 NetInfoDownlinkMax status=stable
124 NewMediaPlaybackUi 125 NewMediaPlaybackUi
125 NotificationConstructor status=stable 126 NotificationConstructor status=stable
126 NotificationExperimental status=test 127 NotificationExperimental status=test
127 NotificationActionIcons status=test 128 NotificationActionIcons status=test
128 Notifications status=stable 129 Notifications status=stable
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 WebVTTRegions depends_on=Media, status=experimental 208 WebVTTRegions depends_on=Media, status=experimental
208 V8IdleTasks 209 V8IdleTasks
209 XSLT status=stable 210 XSLT status=stable
210 smil status=stable 211 smil status=stable
211 ScrollCustomization 212 ScrollCustomization
212 ScrollRestoration status=stable 213 ScrollRestoration status=stable
213 WakeLock status=experimental 214 WakeLock status=experimental
214 WebFontsIntervention status=experimental 215 WebFontsIntervention status=experimental
215 WebFontsInterventionTrigger 216 WebFontsInterventionTrigger
216 Worklet 217 Worklet
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698