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

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

Issue 2375493005: Enabled Pointer Events API in stable. (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('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 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 165 PaymentRequestPayerName status=experimental
166 PerformanceObserver status=stable 166 PerformanceObserver status=stable
167 PermissionDelegation status=test 167 PermissionDelegation status=test
168 Permissions status=stable 168 Permissions status=stable
169 PermissionsRequestRevoke status=experimental 169 PermissionsRequestRevoke status=experimental
170 PointerEvent status=experimental 170 PointerEvent status=stable
dtapuska 2016/09/27 18:38:27 I'd like https://cs.chromium.org/chromium/src/cont
mustaq 2016/09/28 15:58:12 Done.
171 // For temporary compat testing of Edge-like model - crbug.com/640700 171 // For temporary compat testing of Edge-like model - crbug.com/640700
172 PointerEventV1SpecCapturing 172 PointerEventV1SpecCapturing
173 PreciseMemoryInfo 173 PreciseMemoryInfo
174 // This feature is deprecated and we are evangelizing affected sites. 174 // This feature is deprecated and we are evangelizing affected sites.
175 // See https://crbug.com/346236 for current status. 175 // See https://crbug.com/346236 for current status.
176 PrefixedVideoFullscreen status=stable 176 PrefixedVideoFullscreen status=stable
177 Presentation status=stable 177 Presentation status=stable
178 PresentationReceiver status=test 178 PresentationReceiver status=test
179 PushMessaging status=stable 179 PushMessaging status=stable
180 QuotaPromise status=experimental 180 QuotaPromise status=experimental
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 VisualViewportAPI status=experimental 252 VisualViewportAPI status=experimental
253 WakeLock status=experimental 253 WakeLock status=experimental
254 WebFontsInterventionV2With2G 254 WebFontsInterventionV2With2G
255 WebFontsInterventionV2With3G 255 WebFontsInterventionV2With3G
256 WebFontsInterventionV2WithSlow2G 256 WebFontsInterventionV2WithSlow2G
257 WebFontsInterventionTrigger 257 WebFontsInterventionTrigger
258 WebShare status=experimental, origin_trial_feature_name=WebShare 258 WebShare status=experimental, origin_trial_feature_name=WebShare
259 Worklet status=experimental 259 Worklet status=experimental
260 ParseHTMLOnMainThread status=test 260 ParseHTMLOnMainThread status=test
261 SendBeaconThrowForBlobWithNonSimpleType status=experimental 261 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698