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

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

Issue 1308943005: [NetInfo] Add Blink support for connection.change, connection.downlinkMax, and wimax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add units Created 5 years, 3 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 MediaRecorder status=test 97 MediaRecorder status=test
98 MediaSession 98 MediaSession
99 MediaSource status=stable 99 MediaSource status=stable
100 MediaSourceExperimental depends_on=MediaSource, status=experimental 100 MediaSourceExperimental depends_on=MediaSource, status=experimental
101 MediaStreamSpeech status=experimental 101 MediaStreamSpeech status=experimental
102 MemoryInfoInWorkers status=experimental 102 MemoryInfoInWorkers status=experimental
103 NavigatorConnect status=experimental 103 NavigatorConnect status=experimental
104 NavigatorContentUtils 104 NavigatorContentUtils
105 WebNFC status=experimental 105 WebNFC status=experimental
106 NetworkInformation status=stable 106 NetworkInformation status=stable
107 NetInfoDownlinkMax status=experimental
107 NewMediaPlaybackUi 108 NewMediaPlaybackUi
108 NotificationConstructor status=stable 109 NotificationConstructor status=stable
109 NotificationExperimental status=test 110 NotificationExperimental status=test
110 Notifications status=stable 111 Notifications status=stable
111 OrientationEvent 112 OrientationEvent
112 // For simulating Android's overlay fullscreen video in layout tests on Linux. 113 // For simulating Android's overlay fullscreen video in layout tests on Linux.
113 ForceOverlayFullscreenVideo 114 ForceOverlayFullscreenVideo
114 OverlayScrollbars 115 OverlayScrollbars
115 PagePopup status=stable 116 PagePopup status=stable
116 PathOpsSVGClipping status=stable 117 PathOpsSVGClipping status=stable
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 WebUSB status=experimental 181 WebUSB status=experimental
181 WebVR depends_on=GeometryInterfaces 182 WebVR depends_on=GeometryInterfaces
182 WebVTTRegions depends_on=Media, status=experimental 183 WebVTTRegions depends_on=Media, status=experimental
183 V8IdleTasks 184 V8IdleTasks
184 XSLT status=stable 185 XSLT status=stable
185 SVG1DOM status=stable 186 SVG1DOM status=stable
186 smil status=stable 187 smil status=stable
187 ScrollCustomization 188 ScrollCustomization
188 ScrollRestoration status=stable 189 ScrollRestoration status=stable
189 WakeLock status=experimental 190 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698