| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 Picture status=stable | 103 Picture status=stable |
| 104 PreciseMemoryInfo | 104 PreciseMemoryInfo |
| 105 // This feature is deprecated and replaced by EncryptedMedia. | 105 // This feature is deprecated and replaced by EncryptedMedia. |
| 106 // See http://crbug.com/451117 for current status. | 106 // See http://crbug.com/451117 for current status. |
| 107 PrefixedEncryptedMedia status=stable | 107 PrefixedEncryptedMedia status=stable |
| 108 // This feature is deprecated and we are evangalizing affected sites. | 108 // This feature is deprecated and we are evangalizing affected sites. |
| 109 // See https://crbug.com/346236 for current status. | 109 // See https://crbug.com/346236 for current status. |
| 110 PrefixedVideoFullscreen status=stable | 110 PrefixedVideoFullscreen status=stable |
| 111 Presentation status=test | 111 Presentation status=test |
| 112 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 112 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 113 PushMessaging status=experimental | 113 PushMessaging status=stable |
| 114 // Push messaging payloads are blocked on the Push API supporting encryption. | 114 // Push messaging payloads are blocked on the Push API supporting encryption. |
| 115 PushMessagingData status=test | 115 PushMessagingData status=test |
| 116 QuotaPromise status=experimental | 116 QuotaPromise status=experimental |
| 117 ReducedReferrerGranularity | 117 ReducedReferrerGranularity |
| 118 RegionBasedColumns status=experimental | 118 RegionBasedColumns status=experimental |
| 119 RequestAutocomplete status=test | 119 RequestAutocomplete status=test |
| 120 ScreenOrientation status=stable | 120 ScreenOrientation status=stable |
| 121 ScriptedSpeech status=stable | 121 ScriptedSpeech status=stable |
| 122 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 122 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 123 // as per the spec, matching other Web engines. | 123 // as per the spec, matching other Web engines. |
| 124 ScrollTopLeftInterop | 124 ScrollTopLeftInterop |
| 125 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831 | 125 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831 |
| 126 ShowModalDialog status=deprecated | 126 ShowModalDialog status=deprecated |
| 127 ServiceWorker status=stable | 127 ServiceWorker status=stable |
| 128 ServiceWorkerCache status=stable | 128 ServiceWorkerCache status=stable |
| 129 ServiceWorkerClientAttributes status=stable | 129 ServiceWorkerClientAttributes status=stable |
| 130 ServiceWorkerNotifications status=experimental | 130 ServiceWorkerNotifications status=stable |
| 131 ServiceWorkerOnFetch status=stable | 131 ServiceWorkerOnFetch status=stable |
| 132 SessionStorage status=stable | 132 SessionStorage status=stable |
| 133 SharedWorker status=stable | 133 SharedWorker status=stable |
| 134 SlimmingPaint | 134 SlimmingPaint |
| 135 SlimmingPaintCompositorLayerization | 135 SlimmingPaintCompositorLayerization |
| 136 SlimmingPaintDisplayItemCache depends_on=SlimmingPaint, status=stable | 136 SlimmingPaintDisplayItemCache depends_on=SlimmingPaint, status=stable |
| 137 // Do not turn this flag into stable, because many interfaces that should not | 137 // Do not turn this flag into stable, because many interfaces that should not |
| 138 // be shipped would be enabled. Instead, remove the flag from the shipping | 138 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 139 // interface. | 139 // interface. |
| 140 ExperimentalStream status=experimental | 140 ExperimentalStream status=experimental |
| (...skipping 10 matching lines...) Expand all Loading... |
| 151 UserSelectAll status=experimental | 151 UserSelectAll status=experimental |
| 152 WebAnimationsAPI status=experimental | 152 WebAnimationsAPI status=experimental |
| 153 WebAudio condition=WEB_AUDIO, status=stable | 153 WebAudio condition=WEB_AUDIO, status=stable |
| 154 WebGLDraftExtensions status=experimental | 154 WebGLDraftExtensions status=experimental |
| 155 WebGLImageChromium | 155 WebGLImageChromium |
| 156 WebMIDI status=test | 156 WebMIDI status=test |
| 157 WebVTTRegions depends_on=Media, status=experimental | 157 WebVTTRegions depends_on=Media, status=experimental |
| 158 V8IdleTasks | 158 V8IdleTasks |
| 159 XSLT status=stable | 159 XSLT status=stable |
| 160 SVG1DOM status=stable | 160 SVG1DOM status=stable |
| OLD | NEW |