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

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

Issue 2053573002: Speculatively launch Service Workers on mouse/touch events. [5/5] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/evnets/events/ 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 // a runtime-enabled feature name is required for correct IDL syntax. 201 // a runtime-enabled feature name is required for correct IDL syntax.
202 // This is a global flag; do not change its status. 202 // This is a global flag; do not change its status.
203 StableBlinkFeatures status=stable 203 StableBlinkFeatures status=stable
204 StackedCSSPropertyAnimations status=experimental 204 StackedCSSPropertyAnimations status=experimental
205 StyleSharing status=stable 205 StyleSharing status=stable
206 StyleMatchedPropertiesCache status=stable 206 StyleMatchedPropertiesCache status=stable
207 // Do not turn this flag into stable, because many interfaces that should not 207 // Do not turn this flag into stable, because many interfaces that should not
208 // be shipped would be enabled. Instead, remove the flag from the shipping 208 // be shipped would be enabled. Instead, remove the flag from the shipping
209 // interface. 209 // interface.
210 ExperimentalStream status=experimental 210 ExperimentalStream status=experimental
211 SpeculativeLaunchServiceWorker
211 StorageEstimate status=experimental 212 StorageEstimate status=experimental
212 Suborigins status=test 213 Suborigins status=test
213 // Many websites disable mouse support when touch APIs are available. We'd 214 // Many websites disable mouse support when touch APIs are available. We'd
214 // like to enable this always but can't until more websites fix this bug. 215 // like to enable this always but can't until more websites fix this bug.
215 // Chromium sets this conditionally (eg. based on the presence of a 216 // Chromium sets this conditionally (eg. based on the presence of a
216 // touchscreen) in ApplyWebPreferences. 217 // touchscreen) in ApplyWebPreferences.
217 Touch status=stable 218 Touch status=stable
218 TraceWrappables 219 TraceWrappables
219 TrustedEventsDefaultAction status=stable 220 TrustedEventsDefaultAction status=stable
220 UnsafeES3APIs 221 UnsafeES3APIs
(...skipping 18 matching lines...) Expand all
239 WakeLock status=experimental 240 WakeLock status=experimental
240 WebFontsInterventionV2With2G 241 WebFontsInterventionV2With2G
241 WebFontsInterventionV2WithSlow2G 242 WebFontsInterventionV2WithSlow2G
242 WebFontsInterventionTrigger 243 WebFontsInterventionTrigger
243 WebShare status=experimental 244 WebShare status=experimental
244 Worklet status=experimental 245 Worklet status=experimental
245 WeakMemoryCache 246 WeakMemoryCache
246 DoNotUnlockSharedBuffer 247 DoNotUnlockSharedBuffer
247 ParseHTMLOnMainThread status=test 248 ParseHTMLOnMainThread status=test
248 SendBeaconThrowForBlobWithNonSimpleType status=experimental 249 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp ('k') | third_party/WebKit/Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698