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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 DisplayList2dCanvas status=stable | 65 DisplayList2dCanvas status=stable |
66 DurableStorage status=experimental | 66 DurableStorage status=experimental |
67 ForceDisplayList2dCanvas | 67 ForceDisplayList2dCanvas |
68 EncryptedMedia status=stable | 68 EncryptedMedia status=stable |
69 ExecCommandInJavaScript status=test | 69 ExecCommandInJavaScript status=test |
70 ComputedAccessibilityInfo status=experimental | 70 ComputedAccessibilityInfo status=experimental |
71 EventListenerOptions status=experimental | 71 EventListenerOptions status=experimental |
72 ExperimentalCanvasFeatures status=test | 72 ExperimentalCanvasFeatures status=test |
73 ExperimentalContentSecurityPolicyFeatures status=experimental | 73 ExperimentalContentSecurityPolicyFeatures status=experimental |
74 ExperimentalFramework | 74 ExperimentalFramework |
| 75 ExperimentalV8Extras status=experimental |
75 FastMobileScrolling | 76 FastMobileScrolling |
76 FileAPIBlobClose status=experimental | 77 FileAPIBlobClose status=experimental |
77 FileSystem status=stable | 78 FileSystem status=stable |
78 ForeignFetch status=experimental | 79 ForeignFetch status=experimental |
79 FormDataNewMethods status=experimental | 80 FormDataNewMethods status=experimental |
80 FullscreenUnprefixed status=test | 81 FullscreenUnprefixed status=test |
81 FrameTimingSupport status=experimental | 82 FrameTimingSupport status=experimental |
82 Geofencing status=experimental | 83 Geofencing status=experimental |
83 GeometryInterfaces status=test | 84 GeometryInterfaces status=test |
84 GetUserMedia depends_on=MediaDevices, status=experimental | 85 GetUserMedia depends_on=MediaDevices, status=experimental |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 WebUSB status=experimental | 198 WebUSB status=experimental |
198 WebVR depends_on=GeometryInterfaces, status=test | 199 WebVR depends_on=GeometryInterfaces, status=test |
199 WebVTTRegions depends_on=Media, status=experimental | 200 WebVTTRegions depends_on=Media, status=experimental |
200 V8IdleTasks | 201 V8IdleTasks |
201 XSLT status=stable | 202 XSLT status=stable |
202 SVG1DOM status=stable | 203 SVG1DOM status=stable |
203 smil status=stable | 204 smil status=stable |
204 ScrollCustomization | 205 ScrollCustomization |
205 ScrollRestoration status=stable | 206 ScrollRestoration status=stable |
206 WakeLock status=experimental | 207 WakeLock status=experimental |
OLD | NEW |