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 // status=deprecated -> Alias for "test", will be removed at some point. | 10 // status=deprecated -> Alias for "test", will be removed at some point. |
(...skipping 12 matching lines...) Expand all Loading... |
23 AudioVideoTracks depends_on=Media, status=experimental | 23 AudioVideoTracks depends_on=Media, status=experimental |
24 AuthorShadowDOMForAnyElement | 24 AuthorShadowDOMForAnyElement |
25 BackgroundSync status=experimental | 25 BackgroundSync status=experimental |
26 BackgroundSyncPeriodic status=experimental | 26 BackgroundSyncPeriodic status=experimental |
27 BackgroundSyncV2 status=experimental | 27 BackgroundSyncV2 status=experimental |
28 // Enable bleeding-edge code to make Blink draw content faster. | 28 // Enable bleeding-edge code to make Blink draw content faster. |
29 // The changes enabled behind this flag are very likely to break lots of content
. | 29 // The changes enabled behind this flag are very likely to break lots of content
. |
30 // ** DO NOT use this flag unless you know what you are doing. ** | 30 // ** DO NOT use this flag unless you know what you are doing. ** |
31 BleedingEdgeFastPaths | 31 BleedingEdgeFastPaths |
32 CacheStorageMatchAll status=experimental | 32 CacheStorageMatchAll status=experimental |
33 ClientHints status=experimental | 33 ClientHints status=stable |
34 ColumnFill status=experimental | 34 ColumnFill status=experimental |
35 CompositedSelectionUpdate | 35 CompositedSelectionUpdate |
36 CompositorWorker status=experimental | 36 CompositorWorker 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 CreateShadowRootWithParameter status=experimental | 40 CreateShadowRootWithParameter status=experimental |
41 CredentialManager status=test | 41 CredentialManager status=test |
42 CSS3Text status=experimental | 42 CSS3Text status=experimental |
43 CSS3TextDecorations status=experimental | 43 CSS3TextDecorations status=experimental |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 WebUSB status=experimental | 182 WebUSB status=experimental |
183 WebVR depends_on=GeometryInterfaces | 183 WebVR depends_on=GeometryInterfaces |
184 WebVTTRegions depends_on=Media, status=experimental | 184 WebVTTRegions depends_on=Media, status=experimental |
185 V8IdleTasks | 185 V8IdleTasks |
186 XSLT status=stable | 186 XSLT status=stable |
187 SVG1DOM status=stable | 187 SVG1DOM status=stable |
188 smil status=stable | 188 smil status=stable |
189 ScrollCustomization | 189 ScrollCustomization |
190 ScrollRestoration status=stable | 190 ScrollRestoration status=stable |
191 WakeLock status=experimental | 191 WakeLock status=experimental |
OLD | NEW |