| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 // Push messaging payloads are blocked on the Push API supporting encryption. | 110 // Push messaging payloads are blocked on the Push API supporting encryption. |
| 111 PushMessagingData status=test | 111 PushMessagingData status=test |
| 112 QuotaPromise status=experimental | 112 QuotaPromise status=experimental |
| 113 ReducedReferrerGranularity | 113 ReducedReferrerGranularity |
| 114 RegionBasedColumns status=experimental | 114 RegionBasedColumns status=experimental |
| 115 RequestAutocomplete status=test | 115 RequestAutocomplete status=test |
| 116 ScreenOrientation status=stable | 116 ScreenOrientation status=stable |
| 117 ScriptedSpeech status=stable | 117 ScriptedSpeech status=stable |
| 118 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 118 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 119 // as per the spec, matching other Web engines. | 119 // as per the spec, matching other Web engines. |
| 120 ScrollTopLeftInterop status=experimental | 120 ScrollTopLeftInterop |
| 121 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831 | 121 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831 |
| 122 ShowModalDialog status=deprecated | 122 ShowModalDialog status=deprecated |
| 123 ServiceWorker status=stable | 123 ServiceWorker status=stable |
| 124 ServiceWorkerCache status=stable | 124 ServiceWorkerCache status=stable |
| 125 ServiceWorkerClientAttributes status=experimental | 125 ServiceWorkerClientAttributes status=experimental |
| 126 ServiceWorkerNotifications status=experimental | 126 ServiceWorkerNotifications status=experimental |
| 127 ServiceWorkerOnFetch status=stable | 127 ServiceWorkerOnFetch status=stable |
| 128 SessionStorage status=stable | 128 SessionStorage status=stable |
| 129 SharedWorker status=stable | 129 SharedWorker status=stable |
| 130 SlimmingPaint | 130 SlimmingPaint |
| (...skipping 16 matching lines...) Expand all Loading... |
| 147 WebAnimationsAPI status=experimental | 147 WebAnimationsAPI status=experimental |
| 148 WebAnimationsAPITimingFunctionPartitioning | 148 WebAnimationsAPITimingFunctionPartitioning |
| 149 WebAudio condition=WEB_AUDIO, status=stable | 149 WebAudio condition=WEB_AUDIO, status=stable |
| 150 WebGLDraftExtensions status=experimental | 150 WebGLDraftExtensions status=experimental |
| 151 WebGLImageChromium | 151 WebGLImageChromium |
| 152 WebMIDI status=test | 152 WebMIDI status=test |
| 153 WebVTTRegions depends_on=Media, status=experimental | 153 WebVTTRegions depends_on=Media, status=experimental |
| 154 V8IdleTasks | 154 V8IdleTasks |
| 155 XSLT status=stable | 155 XSLT status=stable |
| 156 SVG1DOM status=stable | 156 SVG1DOM status=stable |
| OLD | NEW |