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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 PushMessaging status=stable | 122 PushMessaging status=stable |
123 // Push messaging payloads are blocked on the Push API supporting encryption. | 123 // Push messaging payloads are blocked on the Push API supporting encryption. |
124 PushMessagingData status=test | 124 PushMessagingData status=test |
125 // PushManager.permissionState() is currently disabled. | 125 // PushManager.permissionState() is currently disabled. |
126 PushMessagingHasPermission status=test | 126 PushMessagingHasPermission status=test |
127 QuotaPromise status=experimental | 127 QuotaPromise status=experimental |
128 ReducedReferrerGranularity | 128 ReducedReferrerGranularity |
129 RegionBasedColumns status=experimental | 129 RegionBasedColumns status=experimental |
130 RequestAutocomplete status=test | 130 RequestAutocomplete status=test |
131 ScreenOrientation status=stable | 131 ScreenOrientation status=stable |
| 132 ScriptedSpeech status=stable |
132 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 133 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
133 // as per the spec, matching other Web engines. | 134 // as per the spec, matching other Web engines. |
134 ScrollTopLeftInterop | 135 ScrollTopLeftInterop |
135 ServiceWorker status=stable | 136 ServiceWorker status=stable |
136 ServiceWorkerCache status=stable | 137 ServiceWorkerCache status=stable |
137 ServiceWorkerClientAttributes status=stable | 138 ServiceWorkerClientAttributes status=stable |
138 ServiceWorkerNotifications status=stable | 139 ServiceWorkerNotifications status=stable |
139 ServiceWorkerOnFetch status=stable | 140 ServiceWorkerOnFetch status=stable |
140 SharedWorker status=stable | 141 SharedWorker status=stable |
141 SlimmingPaint | 142 SlimmingPaint |
(...skipping 22 matching lines...) Expand all Loading... |
164 WebAudio condition=WEB_AUDIO, status=stable | 165 WebAudio condition=WEB_AUDIO, status=stable |
165 WebGLDraftExtensions status=experimental | 166 WebGLDraftExtensions status=experimental |
166 WebGLImageChromium | 167 WebGLImageChromium |
167 WebMIDI status=stable | 168 WebMIDI status=stable |
168 WebVR depends_on=GeometryInterfaces | 169 WebVR depends_on=GeometryInterfaces |
169 WebVTTRegions depends_on=Media, status=experimental | 170 WebVTTRegions depends_on=Media, status=experimental |
170 V8IdleTasks | 171 V8IdleTasks |
171 XSLT status=stable | 172 XSLT status=stable |
172 SVG1DOM status=stable | 173 SVG1DOM status=stable |
173 ScrollCustomization | 174 ScrollCustomization |
OLD | NEW |