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

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

Issue 1702223002: PaymentRequest API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 NotificationActionIcons status=stable 136 NotificationActionIcons status=stable
137 Notifications status=stable 137 Notifications status=stable
138 OrientationEvent 138 OrientationEvent
139 // For simulating Android's overlay fullscreen video in layout tests on Linux. 139 // For simulating Android's overlay fullscreen video in layout tests on Linux.
140 ForceOverlayFullscreenVideo 140 ForceOverlayFullscreenVideo
141 OverlayScrollbars 141 OverlayScrollbars
142 PagePopup status=stable 142 PagePopup status=stable
143 PassiveEventListeners status=experimental 143 PassiveEventListeners status=experimental
144 PassPaintVisualRectToCompositor 144 PassPaintVisualRectToCompositor
145 PathOpsSVGClipping status=stable 145 PathOpsSVGClipping status=stable
146 PaymentRequest status=experimental
146 PerformanceObserver status=experimental 147 PerformanceObserver status=experimental
147 Permissions status=stable 148 Permissions status=stable
148 PermissionsRequestRevoke status=experimental 149 PermissionsRequestRevoke status=experimental
149 PointerEvent 150 PointerEvent
150 PreciseMemoryInfo 151 PreciseMemoryInfo
151 // This feature is deprecated and we are evangelizing affected sites. 152 // This feature is deprecated and we are evangelizing affected sites.
152 // See https://crbug.com/346236 for current status. 153 // See https://crbug.com/346236 for current status.
153 PrefixedVideoFullscreen status=stable 154 PrefixedVideoFullscreen status=stable
154 Presentation status=stable 155 Presentation status=stable
155 PresentationReceiver status=test 156 PresentationReceiver status=test
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 WebVTTRegions depends_on=Media, status=experimental 215 WebVTTRegions depends_on=Media, status=experimental
215 V8IdleTasks 216 V8IdleTasks
216 XSLT status=stable 217 XSLT status=stable
217 smil status=stable 218 smil status=stable
218 ScrollCustomization 219 ScrollCustomization
219 ScrollRestoration status=stable 220 ScrollRestoration status=stable
220 WakeLock status=experimental 221 WakeLock status=experimental
221 WebFontsIntervention status=experimental 222 WebFontsIntervention status=experimental
222 WebFontsInterventionTrigger 223 WebFontsInterventionTrigger
223 Worklet status=test 224 Worklet status=test
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698