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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 FrameTimingSupport status=experimental | 76 FrameTimingSupport status=experimental |
77 Geofencing status=experimental | 77 Geofencing status=experimental |
78 GeometryInterfaces status=test | 78 GeometryInterfaces status=test |
79 GlobalCacheStorage status=stable | 79 GlobalCacheStorage status=stable |
80 ImageColorProfiles | 80 ImageColorProfiles |
81 ImageOrientation status=test | 81 ImageOrientation status=test |
82 ImageRenderingPixelated status=stable | 82 ImageRenderingPixelated status=stable |
83 IndexedDBExperimental status=experimental | 83 IndexedDBExperimental status=experimental |
84 InputDeviceCapabilities status=experimental | 84 InputDeviceCapabilities status=experimental |
85 InputModeAttribute status=experimental | 85 InputModeAttribute status=experimental |
| 86 IntersectionObserver status=experimental |
86 KeyboardEventCode status=experimental | 87 KeyboardEventCode status=experimental |
87 KeyboardEventKey status=test | 88 KeyboardEventKey status=test |
88 LangAttributeAwareFormControlUI | 89 LangAttributeAwareFormControlUI |
89 LinkPreconnect status=stable | 90 LinkPreconnect status=stable |
90 LinkPreload status=experimental | 91 LinkPreload status=experimental |
91 LinkHeader status=stable | 92 LinkHeader status=stable |
92 FractionalScrollOffsets status=experimental | 93 FractionalScrollOffsets status=experimental |
93 Media status=stable | 94 Media status=stable |
94 MediaCapture | 95 MediaCapture |
95 MediaController depends_on=Media, status=experimental | 96 MediaController depends_on=Media, status=experimental |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 WebUSB status=experimental | 181 WebUSB status=experimental |
181 WebVR depends_on=GeometryInterfaces | 182 WebVR depends_on=GeometryInterfaces |
182 WebVTTRegions depends_on=Media, status=experimental | 183 WebVTTRegions depends_on=Media, status=experimental |
183 V8IdleTasks | 184 V8IdleTasks |
184 XSLT status=stable | 185 XSLT status=stable |
185 SVG1DOM status=stable | 186 SVG1DOM status=stable |
186 smil status=stable | 187 smil status=stable |
187 ScrollCustomization | 188 ScrollCustomization |
188 ScrollRestoration status=stable | 189 ScrollRestoration status=stable |
189 WakeLock status=experimental | 190 WakeLock status=experimental |
OLD | NEW |