OLD | NEW |
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 15 matching lines...) Expand all Loading... |
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=stable | 30 BackgroundSync status=stable |
31 BackgroundSyncV2 status=experimental | 31 BackgroundSyncV2 status=experimental |
32 CacheStorageMatchAll status=stable | 32 CacheStorageMatchAll status=stable |
33 ClientHints status=stable | 33 ClientHints status=stable |
34 ColumnFill status=experimental | 34 ColumnFill status=experimental |
35 CompositedSelectionUpdate | 35 CompositedSelectionUpdate |
36 CompositorWorker status=experimental | 36 CompositorWorker depends_on=GeometryInterfaces, status=experimental |
37 // 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 |
38 CompositorAnimationTimelines | 38 CompositorAnimationTimelines |
39 ContextMenu status=experimental | 39 ContextMenu status=experimental |
40 CredentialManager status=test | 40 CredentialManager status=test |
41 CSS3Text status=experimental | 41 CSS3Text status=experimental |
42 CSS3TextDecorations status=experimental | 42 CSS3TextDecorations status=experimental |
43 CSSBackdropFilter status=experimental | 43 CSSBackdropFilter status=experimental |
44 CSSCompositing status=stable | 44 CSSCompositing status=stable |
45 CSSContainment status=experimental | 45 CSSContainment status=experimental |
46 CSSFontDisplay status=experimental | 46 CSSFontDisplay status=experimental |
(...skipping 27 matching lines...) Expand all Loading... |
74 ExperimentalFramework status=test | 74 ExperimentalFramework status=test |
75 ExperimentalV8Extras status=experimental | 75 ExperimentalV8Extras status=experimental |
76 FastMobileScrolling | 76 FastMobileScrolling |
77 FileAPIBlobClose status=experimental | 77 FileAPIBlobClose status=experimental |
78 FileSystem status=stable | 78 FileSystem status=stable |
79 ForeignFetch status=experimental | 79 ForeignFetch status=experimental |
80 FormDataNewMethods status=experimental | 80 FormDataNewMethods status=experimental |
81 FullscreenUnprefixed status=test | 81 FullscreenUnprefixed status=test |
82 FrameTimingSupport status=experimental | 82 FrameTimingSupport status=experimental |
83 Geofencing status=experimental | 83 Geofencing status=experimental |
84 GeometryInterfaces status=test | 84 GeometryInterfaces status=experimental |
85 GetUserMedia depends_on=MediaDevices, status=experimental | 85 GetUserMedia depends_on=MediaDevices, status=experimental |
86 GlobalCacheStorage status=stable | 86 GlobalCacheStorage status=stable |
87 HiResEventTimeStamp status=stable | 87 HiResEventTimeStamp status=stable |
88 ImageColorProfiles | 88 ImageColorProfiles |
89 ImageOrientation status=test | 89 ImageOrientation status=test |
90 ImageRenderingPixelated status=stable | 90 ImageRenderingPixelated status=stable |
91 IndexedDBExperimental status=experimental | 91 IndexedDBExperimental status=experimental |
92 InputDeviceCapabilities status=stable | 92 InputDeviceCapabilities status=stable |
93 InputModeAttribute status=experimental | 93 InputModeAttribute status=experimental |
94 IterableCollections status=experimental | 94 IterableCollections status=experimental |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 WebGLImageChromium | 197 WebGLImageChromium |
198 WebUSB status=experimental | 198 WebUSB status=experimental |
199 WebVR depends_on=GeometryInterfaces, status=test | 199 WebVR depends_on=GeometryInterfaces, status=test |
200 WebVTTRegions depends_on=Media, status=experimental | 200 WebVTTRegions depends_on=Media, status=experimental |
201 V8IdleTasks | 201 V8IdleTasks |
202 XSLT status=stable | 202 XSLT status=stable |
203 smil status=stable | 203 smil status=stable |
204 ScrollCustomization | 204 ScrollCustomization |
205 ScrollRestoration status=stable | 205 ScrollRestoration status=stable |
206 WakeLock status=experimental | 206 WakeLock status=experimental |
OLD | NEW |