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

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

Issue 2125683002: Add option to force document level passive event listeners as a runtime feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update value Created 4 years, 5 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 // Define a sample API for testing integration with the Origin Trials Framework. 147 // Define a sample API for testing integration with the Origin Trials Framework.
148 // The sample API is used in both unit and layout tests for the Origin Trials 148 // The sample API is used in both unit and layout tests for the Origin Trials
149 // Framework. Do not change this flag to stable, as it exists solely to generate 149 // Framework. Do not change this flag to stable, as it exists solely to generate
150 // code used by the sample API implementation. 150 // code used by the sample API implementation.
151 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate 151 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate
152 // For simulating Android's overlay fullscreen video in layout tests on Linux. 152 // For simulating Android's overlay fullscreen video in layout tests on Linux.
153 ForceOverlayFullscreenVideo 153 ForceOverlayFullscreenVideo
154 OverlayScrollbars 154 OverlayScrollbars
155 PagePopup status=stable 155 PagePopup status=stable
156 PaintOptimizations status=stable 156 PaintOptimizations status=stable
157 PassiveDocumentEventListeners status=test
Rick Byers 2016/07/06 14:35:18 May be worth using status=experimental - just to t
157 PassiveEventListeners status=stable 158 PassiveEventListeners status=stable
158 PassPaintVisualRectToCompositor 159 PassPaintVisualRectToCompositor
159 PathOpsSVGClipping status=stable 160 PathOpsSVGClipping status=stable
160 PaymentRequest status=experimental 161 PaymentRequest status=experimental
161 PerformanceObserver status=stable 162 PerformanceObserver status=stable
162 PermissionDelegation status=test 163 PermissionDelegation status=test
163 Permissions status=stable 164 Permissions status=stable
164 PermissionsRequestRevoke status=experimental 165 PermissionsRequestRevoke status=experimental
165 PointerEvent status=experimental 166 PointerEvent status=experimental
166 PreciseMemoryInfo 167 PreciseMemoryInfo
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 AutoplayMutedVideos settable_from_internals=True 240 AutoplayMutedVideos settable_from_internals=True
240 VisualViewportAPI status=experimental 241 VisualViewportAPI status=experimental
241 WakeLock status=experimental 242 WakeLock status=experimental
242 WebFontsInterventionV2With2G 243 WebFontsInterventionV2With2G
243 WebFontsInterventionV2WithSlow2G 244 WebFontsInterventionV2WithSlow2G
244 WebFontsInterventionTrigger 245 WebFontsInterventionTrigger
245 Worklet status=experimental 246 Worklet status=experimental
246 WeakMemoryCache 247 WeakMemoryCache
247 DoNotUnlockSharedBuffer 248 DoNotUnlockSharedBuffer
248 ParseHTMLOnMainThread status=test 249 ParseHTMLOnMainThread status=test
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTarget.cpp ('k') | third_party/WebKit/Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698