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

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

Issue 2368073002: PaymentRequest: Add payer name field to payer info editor. (android) (Closed)
Patch Set: PaymentRequest: Add payer name field to payer info editor. (android) Created 4 years, 2 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate 158 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate
159 // For simulating Android's overlay fullscreen video in layout tests on Linux. 159 // For simulating Android's overlay fullscreen video in layout tests on Linux.
160 ForceOverlayFullscreenVideo 160 ForceOverlayFullscreenVideo
161 OverlayScrollbars 161 OverlayScrollbars
162 PagePopup status=stable 162 PagePopup status=stable
163 PaintUnderInvalidationChecking settable_from_internals=True 163 PaintUnderInvalidationChecking settable_from_internals=True
164 PassiveDocumentEventListeners status=experimental 164 PassiveDocumentEventListeners status=experimental
165 PassiveEventListenersDueToFling status=experimental 165 PassiveEventListenersDueToFling status=experimental
166 PassPaintVisualRectToCompositor 166 PassPaintVisualRectToCompositor
167 PaymentRequest status=experimental 167 PaymentRequest status=experimental
168 PaymentRequestPayerName status=experimental 168 PaymentRequestPayerName status=stable
please use gerrit instead 2016/10/13 20:20:34 haraken@: Can we remove "PaymentRequestPayerName"
haraken 2016/10/14 00:08:44 No, we can drop "stable" once the feature has been
169 PerformanceObserver status=stable 169 PerformanceObserver status=stable
170 PermissionDelegation status=test 170 PermissionDelegation status=test
171 Permissions status=stable 171 Permissions status=stable
172 PermissionsRequestRevoke status=experimental 172 PermissionsRequestRevoke status=experimental
173 PointerEvent status=stable 173 PointerEvent status=stable
174 // For temporary compat testing of Edge-like model - crbug.com/640700 174 // For temporary compat testing of Edge-like model - crbug.com/640700
175 PointerEventV1SpecCapturing 175 PointerEventV1SpecCapturing
176 PreciseMemoryInfo 176 PreciseMemoryInfo
177 // This feature is deprecated and we are evangelizing affected sites. 177 // This feature is deprecated and we are evangelizing affected sites.
178 // See https://crbug.com/346236 for current status. 178 // See https://crbug.com/346236 for current status.
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 VisualViewportAPI status=experimental 254 VisualViewportAPI status=experimental
255 WakeLock status=experimental 255 WakeLock status=experimental
256 WebFontsInterventionV2With2G 256 WebFontsInterventionV2With2G
257 WebFontsInterventionV2With3G 257 WebFontsInterventionV2With3G
258 WebFontsInterventionV2WithSlow2G 258 WebFontsInterventionV2WithSlow2G
259 WebFontsInterventionTrigger 259 WebFontsInterventionTrigger
260 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android 260 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android
261 Worklet status=experimental 261 Worklet status=experimental
262 ParseHTMLOnMainThread status=test 262 ParseHTMLOnMainThread status=test
263 SendBeaconThrowForBlobWithNonSimpleType status=experimental 263 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698