| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 LangAttributeAwareFormControlUI | 72 LangAttributeAwareFormControlUI |
| 73 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated
for removal. crbug.com/389089 | 73 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated
for removal. crbug.com/389089 |
| 74 LaxMixedContentChecking status=deprecated | 74 LaxMixedContentChecking status=deprecated |
| 75 LayerSquashing status=stable | 75 LayerSquashing status=stable |
| 76 LocalStorage status=stable | 76 LocalStorage status=stable |
| 77 Media status=stable | 77 Media status=stable |
| 78 MediaCapture | 78 MediaCapture |
| 79 MediaController depends_on=Media, status=experimental | 79 MediaController depends_on=Media, status=experimental |
| 80 MediaSource status=stable | 80 MediaSource status=stable |
| 81 MediaSourceExperimental depends_on=MediaSource, status=experimental | 81 MediaSourceExperimental depends_on=MediaSource, status=experimental |
| 82 MediaStream status=stable | 82 MediaStreamSpeech status=experimental |
| 83 MediaStreamSpeech depends_on=MediaStream, status=experimental | |
| 84 MemoryInfoInWorkers status=experimental | 83 MemoryInfoInWorkers status=experimental |
| 85 NavigationTransitions status=experimental | 84 NavigationTransitions status=experimental |
| 86 NavigatorContentUtils | 85 NavigatorContentUtils |
| 87 NetworkInformation status=stable | 86 NetworkInformation status=stable |
| 88 Notifications status=stable | 87 Notifications status=stable |
| 89 OrientationEvent | 88 OrientationEvent |
| 90 // Only enabled on Android, and for certain layout tests on Linux. | 89 // Only enabled on Android, and for certain layout tests on Linux. |
| 91 OverlayFullscreenVideo | 90 OverlayFullscreenVideo |
| 92 OverlayScrollbars | 91 OverlayScrollbars |
| 93 PathOpsSVGClipping status=stable | 92 PathOpsSVGClipping status=stable |
| 94 PeerConnection depends_on=MediaStream, status=stable | 93 PeerConnection status=stable |
| 95 Picture status=stable | 94 Picture status=stable |
| 96 PictureSizes status=stable | 95 PictureSizes status=stable |
| 97 PreciseMemoryInfo | 96 PreciseMemoryInfo |
| 98 PrefixedEncryptedMedia status=stable | 97 PrefixedEncryptedMedia status=stable |
| 99 // This feature is deprecated and we are evangalizing affected sites. | 98 // This feature is deprecated and we are evangalizing affected sites. |
| 100 // See https://crbug.com/346236 for current status. | 99 // See https://crbug.com/346236 for current status. |
| 101 PrefixedVideoFullscreen status=stable | 100 PrefixedVideoFullscreen status=stable |
| 102 Presentation status=test | 101 Presentation status=test |
| 103 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 102 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 104 PushMessaging status=experimental | 103 PushMessaging status=experimental |
| (...skipping 30 matching lines...) Expand all Loading... |
| 135 UserSelectAll status=experimental | 134 UserSelectAll status=experimental |
| 136 WebAnimationsAPI status=experimental | 135 WebAnimationsAPI status=experimental |
| 137 WebAnimationsPlaybackControl status=stable | 136 WebAnimationsPlaybackControl status=stable |
| 138 WebAudio condition=WEB_AUDIO, status=stable | 137 WebAudio condition=WEB_AUDIO, status=stable |
| 139 WebGLDraftExtensions status=experimental | 138 WebGLDraftExtensions status=experimental |
| 140 WebGLImageChromium | 139 WebGLImageChromium |
| 141 WebMIDI status=test | 140 WebMIDI status=test |
| 142 WebVTTRegions depends_on=Media, status=experimental | 141 WebVTTRegions depends_on=Media, status=experimental |
| 143 WOFF2 status=stable | 142 WOFF2 status=stable |
| 144 XSLT status=stable | 143 XSLT status=stable |
| OLD | NEW |