| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 PeerConnection depends_on=MediaStream, status=stable | 95 PeerConnection depends_on=MediaStream, status=stable |
| 96 PreciseMemoryInfo | 96 PreciseMemoryInfo |
| 97 Presentation status=test | 97 Presentation status=test |
| 98 PushMessaging status=experimental | 98 PushMessaging status=experimental |
| 99 QuotaPromise status=experimental | 99 QuotaPromise status=experimental |
| 100 OverlayScrollbars | 100 OverlayScrollbars |
| 101 RegionBasedColumns status=experimental | 101 RegionBasedColumns status=experimental |
| 102 | 102 |
| 103 RequestAutocomplete status=test | 103 RequestAutocomplete status=test |
| 104 ScreenOrientation status=stable | 104 ScreenOrientation status=stable |
| 105 ScriptedSpeech status=stable | |
| 106 | 105 |
| 107 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 106 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 108 // as per the spec, matching other Web engines. | 107 // as per the spec, matching other Web engines. |
| 109 ScrollTopLeftInterop status=experimental | 108 ScrollTopLeftInterop status=experimental |
| 110 ServiceWorker status=experimental | 109 ServiceWorker status=experimental |
| 111 // FIXME: When ServiceWorker is status=stable add a webexposed test to | 110 // FIXME: When ServiceWorker is status=stable add a webexposed test to |
| 112 // verify that addEventListener('fetch', ... is *not* fired when | 111 // verify that addEventListener('fetch', ... is *not* fired when |
| 113 // onfetch is not enabled. | 112 // onfetch is not enabled. |
| 114 ServiceWorkerOnFetch status=experimental | 113 ServiceWorkerOnFetch status=experimental |
| 115 SessionStorage status=stable | 114 SessionStorage status=stable |
| (...skipping 30 matching lines...) Expand all Loading... |
| 146 WebGLDraftExtensions status=experimental | 145 WebGLDraftExtensions status=experimental |
| 147 WebGLImageChromium | 146 WebGLImageChromium |
| 148 WebMIDI status=test | 147 WebMIDI status=test |
| 149 WebVTTRegions depends_on=Media, status=experimental | 148 WebVTTRegions depends_on=Media, status=experimental |
| 150 WOFF2 status=stable | 149 WOFF2 status=stable |
| 151 XSLT status=stable | 150 XSLT status=stable |
| 152 | 151 |
| 153 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 152 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 154 | 153 |
| 155 CredentialManager status=test | 154 CredentialManager status=test |
| OLD | NEW |