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

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

Issue 1514383002: [BackgroundSync] Enable BackgroundSync by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Layout test expectations Created 5 years 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.
11 // 11 //
12 // "implied_by" or "depends_on" specifies relationship to other features: 12 // "implied_by" or "depends_on" specifies relationship to other features:
13 // implied_by=feature1[,feature2,...] -> The feature is automatically enabled if any implied_by features is enabled; 13 // implied_by=feature1[,feature2,...] -> The feature is automatically enabled if any implied_by features is enabled;
14 // depends_on=feature1[,feature2,...] -> The feature is enabled only if all depe nds_on features are enabled. 14 // depends_on=feature1[,feature2,...] -> The feature is enabled only if all depe nds_on features are enabled.
15 // Only one of "implied_by" and "depends_on" can be specified. 15 // Only one of "implied_by" and "depends_on" can be specified.
16 // 16 //
17 // "stable" features listed here should be rare, as anything which we've shipped stable 17 // "stable" features listed here should be rare, as anything which we've shipped stable
18 // can have its runtime flag removed soon after. 18 // can have its runtime flag removed soon after.
19 // 19 //
20 // condition=ENABLE_NAME is used for wrapping features in compile-time 20 // condition=ENABLE_NAME is used for wrapping features in compile-time
21 // #if ENABLE(FEATURE) guards. These are deprecated and should all be removed. 21 // #if ENABLE(FEATURE) guards. These are deprecated and should all be removed.
22 22
23 AdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimations 23 AdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimations
24 AppBanner status=stable 24 AppBanner status=stable
25 AlwaysUseComplexText status=stable 25 AlwaysUseComplexText status=stable
26 ApplicationCache status=stable 26 ApplicationCache status=stable
27 AudioOutputDevices status=experimental 27 AudioOutputDevices status=experimental
28 AudioVideoTracks depends_on=Media, status=experimental 28 AudioVideoTracks depends_on=Media, status=experimental
29 AuthorShadowDOMForAnyElement 29 AuthorShadowDOMForAnyElement
30 BackgroundSync status=experimental 30 BackgroundSync status=stable
31 BackgroundSyncPeriodic status=experimental
32 BackgroundSyncV2 status=experimental 31 BackgroundSyncV2 status=experimental
33 CacheStorageMatchAll status=stable 32 CacheStorageMatchAll status=stable
34 ClientHints status=stable 33 ClientHints status=stable
35 ColumnFill status=experimental 34 ColumnFill status=experimental
36 CompositedSelectionUpdate 35 CompositedSelectionUpdate
37 CompositorWorker status=experimental 36 CompositorWorker status=experimental
38 // Unified Chrome Compositor and Blink Animations engine (Project Heaviside). cr bug.com/394772 37 // Unified Chrome Compositor and Blink Animations engine (Project Heaviside). cr bug.com/394772
39 CompositorAnimationTimelines 38 CompositorAnimationTimelines
40 ContextMenu status=experimental 39 ContextMenu status=experimental
41 CredentialManager status=test 40 CredentialManager status=test
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 WebUSB status=experimental 198 WebUSB status=experimental
200 WebVR depends_on=GeometryInterfaces, status=test 199 WebVR depends_on=GeometryInterfaces, status=test
201 WebVTTRegions depends_on=Media, status=experimental 200 WebVTTRegions depends_on=Media, status=experimental
202 V8IdleTasks 201 V8IdleTasks
203 XSLT status=stable 202 XSLT status=stable
204 SVG1DOM status=stable 203 SVG1DOM status=stable
205 smil status=stable 204 smil status=stable
206 ScrollCustomization 205 ScrollCustomization
207 ScrollRestoration status=stable 206 ScrollRestoration status=stable
208 WakeLock status=experimental 207 WakeLock status=experimental
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698