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

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

Issue 2348103002: PaymentRequest: Add support for payerName. (in blink side) (Closed)
Patch Set: PaymentRequest: Add support for payerName. (in blink side) Created 4 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 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 // For simulating Android's overlay fullscreen video in layout tests on Linux. 155 // For simulating Android's overlay fullscreen video in layout tests on Linux.
156 ForceOverlayFullscreenVideo 156 ForceOverlayFullscreenVideo
157 OverlayScrollbars 157 OverlayScrollbars
158 HideScrollbars settable_from_internals=True 158 HideScrollbars settable_from_internals=True
159 PagePopup status=stable 159 PagePopup status=stable
160 PaintUnderInvalidationChecking settable_from_internals=True 160 PaintUnderInvalidationChecking settable_from_internals=True
161 PassiveDocumentEventListeners status=experimental 161 PassiveDocumentEventListeners status=experimental
162 PassiveEventListenersDueToFling status=experimental 162 PassiveEventListenersDueToFling status=experimental
163 PassPaintVisualRectToCompositor 163 PassPaintVisualRectToCompositor
164 PaymentRequest status=experimental 164 PaymentRequest status=experimental
165 PaymentRequestPayerName status=experimental
foolip 2016/09/19 15:34:40 Does this really need a separate feature, do you e
165 PerformanceObserver status=stable 166 PerformanceObserver status=stable
166 PermissionDelegation status=test 167 PermissionDelegation status=test
167 Permissions status=stable 168 Permissions status=stable
168 PermissionsRequestRevoke status=experimental 169 PermissionsRequestRevoke status=experimental
169 PointerEvent status=experimental 170 PointerEvent status=experimental
170 // For temporary compat testing of Edge-like model - crbug.com/640700 171 // For temporary compat testing of Edge-like model - crbug.com/640700
171 PointerEventV1SpecCapturing 172 PointerEventV1SpecCapturing
172 PreciseMemoryInfo 173 PreciseMemoryInfo
173 // This feature is deprecated and we are evangelizing affected sites. 174 // This feature is deprecated and we are evangelizing affected sites.
174 // See https://crbug.com/346236 for current status. 175 // See https://crbug.com/346236 for current status.
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 AutoplayMutedVideos settable_from_internals=True 252 AutoplayMutedVideos settable_from_internals=True
252 VisualViewportAPI status=experimental 253 VisualViewportAPI status=experimental
253 WakeLock status=experimental 254 WakeLock status=experimental
254 WebFontsInterventionV2With2G 255 WebFontsInterventionV2With2G
255 WebFontsInterventionV2WithSlow2G 256 WebFontsInterventionV2WithSlow2G
256 WebFontsInterventionTrigger 257 WebFontsInterventionTrigger
257 WebShare status=experimental, origin_trial_feature_name=WebShare 258 WebShare status=experimental, origin_trial_feature_name=WebShare
258 Worklet status=experimental 259 Worklet status=experimental
259 ParseHTMLOnMainThread status=test 260 ParseHTMLOnMainThread status=test
260 SendBeaconThrowForBlobWithNonSimpleType status=experimental 261 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698