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

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

Issue 1291663004: [webnfc]: Step 1: Add NavigatorNfc, Nfc and Layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: d'stor ~NFC() override 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
« no previous file with comments | « Source/modules/nfc/OWNERS ('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 // status=deprecated -> Alias for "test", will be removed at some point. 10 // status=deprecated -> Alias for "test", will be removed at some point.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 Media status=stable 92 Media status=stable
93 MediaCapture 93 MediaCapture
94 MediaController depends_on=Media, status=experimental 94 MediaController depends_on=Media, status=experimental
95 MediaSession 95 MediaSession
96 MediaSource status=stable 96 MediaSource status=stable
97 MediaSourceExperimental depends_on=MediaSource, status=experimental 97 MediaSourceExperimental depends_on=MediaSource, status=experimental
98 MediaStreamSpeech status=experimental 98 MediaStreamSpeech status=experimental
99 MemoryInfoInWorkers status=experimental 99 MemoryInfoInWorkers status=experimental
100 NavigatorConnect status=experimental 100 NavigatorConnect status=experimental
101 NavigatorContentUtils 101 NavigatorContentUtils
102 WebNFC status=experimental
102 NetworkInformation status=stable 103 NetworkInformation status=stable
103 NewMediaPlaybackUi 104 NewMediaPlaybackUi
104 NotificationConstructor status=stable 105 NotificationConstructor status=stable
105 NotificationExperimental status=test 106 NotificationExperimental status=test
106 Notifications status=stable 107 Notifications status=stable
107 OrientationEvent 108 OrientationEvent
108 // Only enabled on Android, and for certain layout tests on Linux. 109 // Only enabled on Android, and for certain layout tests on Linux.
109 // TODO(watk): Delete this in favor of ForceOverlayFullscreenVideo after 110 // TODO(watk): Delete this in favor of ForceOverlayFullscreenVideo after
110 // removing chromium's dependency on it. http://crbug.com/511376 111 // removing chromium's dependency on it. http://crbug.com/511376
111 OverlayFullscreenVideo 112 OverlayFullscreenVideo
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 WebUSB status=experimental 182 WebUSB status=experimental
182 WebVR depends_on=GeometryInterfaces 183 WebVR depends_on=GeometryInterfaces
183 WebVTTRegions depends_on=Media, status=experimental 184 WebVTTRegions depends_on=Media, status=experimental
184 V8IdleTasks 185 V8IdleTasks
185 XSLT status=stable 186 XSLT status=stable
186 SVG1DOM status=stable 187 SVG1DOM status=stable
187 smil status=stable 188 smil status=stable
188 ScrollCustomization 189 ScrollCustomization
189 ScrollRestoration status=stable 190 ScrollRestoration status=stable
190 WakeLock status=experimental 191 WakeLock status=experimental
OLDNEW
« no previous file with comments | « Source/modules/nfc/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698