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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 MemoryInfoInWorkers status=experimental | 83 MemoryInfoInWorkers status=experimental |
84 NavigationTransitions status=experimental | 84 NavigationTransitions status=experimental |
85 NavigatorContentUtils | 85 NavigatorContentUtils |
86 NetworkInformation status=stable | 86 NetworkInformation status=stable |
87 Notifications status=stable | 87 Notifications status=stable |
88 OrientationEvent | 88 OrientationEvent |
89 // Only enabled on Android, and for certain layout tests on Linux. | 89 // Only enabled on Android, and for certain layout tests on Linux. |
90 OverlayFullscreenVideo | 90 OverlayFullscreenVideo |
91 OverlayScrollbars | 91 OverlayScrollbars |
92 PagePopup status=stable | 92 PagePopup status=stable |
93 PathOpsSVGClipping status=stable | 93 PathOpsSVGClipping status=experimental |
94 PeerConnection status=stable | 94 PeerConnection status=stable |
95 Picture status=stable | 95 Picture status=stable |
96 PictureSizes status=stable | 96 PictureSizes status=stable |
97 PreciseMemoryInfo | 97 PreciseMemoryInfo |
98 PrefixedEncryptedMedia status=stable | 98 PrefixedEncryptedMedia status=stable |
99 // This feature is deprecated and we are evangalizing affected sites. | 99 // This feature is deprecated and we are evangalizing affected sites. |
100 // See https://crbug.com/346236 for current status. | 100 // See https://crbug.com/346236 for current status. |
101 PrefixedVideoFullscreen status=stable | 101 PrefixedVideoFullscreen status=stable |
102 Presentation status=test | 102 Presentation status=test |
103 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 103 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 TouchIconLoading | 136 TouchIconLoading |
137 UserSelectAll status=experimental | 137 UserSelectAll status=experimental |
138 WebAnimationsAPI status=experimental | 138 WebAnimationsAPI status=experimental |
139 WebAnimationsPlaybackControl status=stable | 139 WebAnimationsPlaybackControl status=stable |
140 WebAudio condition=WEB_AUDIO, status=stable | 140 WebAudio condition=WEB_AUDIO, status=stable |
141 WebGLDraftExtensions status=experimental | 141 WebGLDraftExtensions status=experimental |
142 WebGLImageChromium | 142 WebGLImageChromium |
143 WebMIDI status=test | 143 WebMIDI status=test |
144 WebVTTRegions depends_on=Media, status=experimental | 144 WebVTTRegions depends_on=Media, status=experimental |
145 XSLT status=stable | 145 XSLT status=stable |
OLD | NEW |