| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 Presentation status=stable | 125 Presentation status=stable |
| 126 PromiseRejectionEvent status=experimental | 126 PromiseRejectionEvent status=experimental |
| 127 PushMessaging status=stable | 127 PushMessaging status=stable |
| 128 // Push messaging payloads are blocked on the Push API supporting encryption. | 128 // Push messaging payloads are blocked on the Push API supporting encryption. |
| 129 PushMessagingData status=test | 129 PushMessagingData status=test |
| 130 QuotaPromise status=experimental | 130 QuotaPromise status=experimental |
| 131 ReducedReferrerGranularity | 131 ReducedReferrerGranularity |
| 132 RequestIdleCallback status=experimental | 132 RequestIdleCallback status=experimental |
| 133 RequestAutocomplete status=test | 133 RequestAutocomplete status=test |
| 134 RestrictIFramePermissions | 134 RestrictIFramePermissions |
| 135 RTCCertificate status=test |
| 135 SandboxBlocksModals status=stable | 136 SandboxBlocksModals status=stable |
| 136 ScreenOrientation status=stable | 137 ScreenOrientation status=stable |
| 137 ScriptedSpeech status=stable | 138 ScriptedSpeech status=stable |
| 138 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 139 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 139 // as per the spec, matching other Web engines. | 140 // as per the spec, matching other Web engines. |
| 140 ScrollTopLeftInterop status=experimental | 141 ScrollTopLeftInterop status=experimental |
| 141 SelectionForComposedTree status=stable | 142 SelectionForComposedTree status=stable |
| 142 SelectionPaintingWithoutSelectionGaps | 143 SelectionPaintingWithoutSelectionGaps |
| 143 ServiceWorkerClientAttributes status=stable | 144 ServiceWorkerClientAttributes status=stable |
| 144 ServiceWorkerPerformanceTimeline status=stable | 145 ServiceWorkerPerformanceTimeline status=stable |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 WebUSB status=experimental | 180 WebUSB status=experimental |
| 180 WebVR depends_on=GeometryInterfaces | 181 WebVR depends_on=GeometryInterfaces |
| 181 WebVTTRegions depends_on=Media, status=experimental | 182 WebVTTRegions depends_on=Media, status=experimental |
| 182 V8IdleTasks | 183 V8IdleTasks |
| 183 XSLT status=stable | 184 XSLT status=stable |
| 184 SVG1DOM status=stable | 185 SVG1DOM status=stable |
| 185 smil status=stable | 186 smil status=stable |
| 186 ScrollCustomization | 187 ScrollCustomization |
| 187 ScrollRestoration status=stable | 188 ScrollRestoration status=stable |
| 188 WakeLock status=experimental | 189 WakeLock status=experimental |
| OLD | NEW |