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

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

Issue 2244503003: Add flag to force touch events to be passive during fling as a runtime feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set feature to be experimental Created 4 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
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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 // The sample API is used in both unit and layout tests for the Origin Trials 144 // The sample API is used in both unit and layout tests for the Origin Trials
145 // Framework. Do not change this flag to stable, as it exists solely to generate 145 // Framework. Do not change this flag to stable, as it exists solely to generate
146 // code used by the sample API implementation. 146 // code used by the sample API implementation.
147 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate 147 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate
148 // For simulating Android's overlay fullscreen video in layout tests on Linux. 148 // For simulating Android's overlay fullscreen video in layout tests on Linux.
149 ForceOverlayFullscreenVideo 149 ForceOverlayFullscreenVideo
150 OverlayScrollbars 150 OverlayScrollbars
151 PagePopup status=stable 151 PagePopup status=stable
152 PaintOptimizations status=stable 152 PaintOptimizations status=stable
153 PassiveDocumentEventListeners status=experimental 153 PassiveDocumentEventListeners status=experimental
154 PassiveEventListenersDueToFling status=experimental
154 PassPaintVisualRectToCompositor 155 PassPaintVisualRectToCompositor
155 PathOpsSVGClipping status=stable 156 PathOpsSVGClipping status=stable
156 PaymentRequest status=experimental 157 PaymentRequest status=experimental
157 PerformanceObserver status=stable 158 PerformanceObserver status=stable
158 PermissionDelegation status=test 159 PermissionDelegation status=test
159 Permissions status=stable 160 Permissions status=stable
160 PermissionsRequestRevoke status=experimental 161 PermissionsRequestRevoke status=experimental
161 PointerEvent status=experimental 162 PointerEvent status=experimental
162 PreciseMemoryInfo 163 PreciseMemoryInfo
163 // This feature is deprecated and we are evangelizing affected sites. 164 // This feature is deprecated and we are evangelizing affected sites.
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 WakeLock status=experimental 239 WakeLock status=experimental
239 WebFontsInterventionV2With2G 240 WebFontsInterventionV2With2G
240 WebFontsInterventionV2WithSlow2G 241 WebFontsInterventionV2WithSlow2G
241 WebFontsInterventionTrigger 242 WebFontsInterventionTrigger
242 WebShare status=experimental 243 WebShare status=experimental
243 Worklet status=experimental 244 Worklet status=experimental
244 WeakMemoryCache 245 WeakMemoryCache
245 DoNotUnlockSharedBuffer 246 DoNotUnlockSharedBuffer
246 ParseHTMLOnMainThread status=test 247 ParseHTMLOnMainThread status=test
247 SendBeaconThrowForBlobWithNonSimpleType status=experimental 248 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698