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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 ComputedAccessibilityInfo status=experimental | 73 ComputedAccessibilityInfo status=experimental |
74 EventListenerOptions status=experimental | 74 EventListenerOptions status=experimental |
75 ExperimentalCanvasFeatures status=test | 75 ExperimentalCanvasFeatures status=test |
76 ExperimentalContentSecurityPolicyFeatures status=experimental | 76 ExperimentalContentSecurityPolicyFeatures status=experimental |
77 ExperimentalFramework status=test | 77 ExperimentalFramework status=test |
78 ExperimentalV8Extras status=experimental | 78 ExperimentalV8Extras status=experimental |
79 FastMobileScrolling | 79 FastMobileScrolling |
80 FileAPIBlobClose status=experimental | 80 FileAPIBlobClose status=experimental |
81 FileSystem status=stable | 81 FileSystem status=stable |
82 ForeignFetch status=experimental | 82 ForeignFetch status=experimental |
| 83 FontAccess api_name=FontAccess |
83 FormDataNewMethods status=experimental | 84 FormDataNewMethods status=experimental |
84 FullscreenUnprefixed status=test | 85 FullscreenUnprefixed status=test |
85 FrameTimingSupport status=experimental | 86 FrameTimingSupport status=experimental |
86 Geofencing status=experimental | 87 Geofencing status=experimental |
87 GeometryInterfaces status=test | 88 GeometryInterfaces status=test |
88 GetUserMedia depends_on=MediaDevices, status=experimental | 89 GetUserMedia depends_on=MediaDevices, status=experimental |
89 GlobalCacheStorage status=stable | 90 GlobalCacheStorage status=stable |
90 HiResEventTimeStamp status=stable | 91 HiResEventTimeStamp status=stable |
91 ImageColorProfiles | 92 ImageColorProfiles |
92 ImageOrientation status=test | 93 ImageOrientation status=test |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 WebGLImageChromium | 201 WebGLImageChromium |
201 WebUSB status=experimental | 202 WebUSB status=experimental |
202 WebVR depends_on=GeometryInterfaces, status=test | 203 WebVR depends_on=GeometryInterfaces, status=test |
203 WebVTTRegions depends_on=Media, status=experimental | 204 WebVTTRegions depends_on=Media, status=experimental |
204 V8IdleTasks | 205 V8IdleTasks |
205 XSLT status=stable | 206 XSLT status=stable |
206 smil status=stable | 207 smil status=stable |
207 ScrollCustomization | 208 ScrollCustomization |
208 ScrollRestoration status=stable | 209 ScrollRestoration status=stable |
209 WakeLock status=experimental | 210 WakeLock status=experimental |
OLD | NEW |