| 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 // Features without a status are not enabled anywhere by default. | 10 // Features without a status are not enabled anywhere by default. |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 MediaSource status=stable | 71 MediaSource status=stable |
| 72 MediaStream status=stable | 72 MediaStream status=stable |
| 73 Notifications status=stable | 73 Notifications status=stable |
| 74 ObjectFitPosition status=stable | 74 ObjectFitPosition status=stable |
| 75 // Only enabled on Android, and for certain layout tests on Linux. | 75 // Only enabled on Android, and for certain layout tests on Linux. |
| 76 OverlayFullscreenVideo | 76 OverlayFullscreenVideo |
| 77 PagePopup status=stable | 77 PagePopup status=stable |
| 78 PartialLayout status=experimental | 78 PartialLayout status=experimental |
| 79 PathOpsSVGClipping | 79 PathOpsSVGClipping |
| 80 PeerConnection depends_on=MediaStream, status=stable | 80 PeerConnection depends_on=MediaStream, status=stable |
| 81 // Implementation of this feature varies by platform for now. |
| 82 // Bug to track removal once completed everywhere: |
| 83 // http://crbug.com/308649 |
| 84 PointerEventsMaxTouchPoints status=experimental |
| 81 ProgrammaticScrollNotifications status=test | 85 ProgrammaticScrollNotifications status=test |
| 82 Promise status=experimental | 86 Promise status=experimental |
| 83 Quota status=stable | 87 Quota status=stable |
| 84 OverlayScrollbars | 88 OverlayScrollbars |
| 85 RegionBasedColumns status=experimental | 89 RegionBasedColumns status=experimental |
| 86 RequestAutocomplete status=test | 90 RequestAutocomplete status=test |
| 87 RowSpanLogicalHeightSpreading status=stable | 91 RowSpanLogicalHeightSpreading status=stable |
| 88 ScriptedSpeech status=stable | 92 ScriptedSpeech status=stable |
| 89 SeamlessIFrames status=experimental | 93 SeamlessIFrames status=experimental |
| 90 ServiceWorker status=experimental | 94 ServiceWorker status=experimental |
| (...skipping 19 matching lines...) Expand all Loading... |
| 110 VideoTrack status=stable | 114 VideoTrack status=stable |
| 111 WebAnimations | 115 WebAnimations |
| 112 WebAnimationsCSS depends_on=WebAnimations | 116 WebAnimationsCSS depends_on=WebAnimations |
| 113 WebAnimationsSVG depends_on=WebAnimations | 117 WebAnimationsSVG depends_on=WebAnimations |
| 114 WebAudio condition=WEB_AUDIO, status=stable | 118 WebAudio condition=WEB_AUDIO, status=stable |
| 115 WebGLDraftExtensions status=experimental | 119 WebGLDraftExtensions status=experimental |
| 116 WebMIDI status=test | 120 WebMIDI status=test |
| 117 WebKitMediaSource status=stable | 121 WebKitMediaSource status=stable |
| 118 WOFF2 status=experimental | 122 WOFF2 status=experimental |
| 119 XSLT status=stable | 123 XSLT status=stable |
| OLD | NEW |