| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 // Only enabled on Android, and for certain layout tests on Linux. | 79 // Only enabled on Android, and for certain layout tests on Linux. |
| 80 OverlayFullscreenVideo | 80 OverlayFullscreenVideo |
| 81 PagePopup status=stable | 81 PagePopup status=stable |
| 82 PartialLayout status=experimental | 82 PartialLayout status=experimental |
| 83 PathOpsSVGClipping | 83 PathOpsSVGClipping |
| 84 PeerConnection depends_on=MediaStream, status=stable | 84 PeerConnection depends_on=MediaStream, status=stable |
| 85 // Implementation of this feature varies by platform for now. | 85 // Implementation of this feature varies by platform for now. |
| 86 // Bug to track removal once completed everywhere: | 86 // Bug to track removal once completed everywhere: |
| 87 // http://crbug.com/308649 | 87 // http://crbug.com/308649 |
| 88 PointerEventsMaxTouchPoints status=experimental | 88 PointerEventsMaxTouchPoints status=experimental |
| 89 PushMessaging status=experimental |
| 89 Quota status=stable | 90 Quota status=stable |
| 90 QuotaPromise status=experimental | 91 QuotaPromise status=experimental |
| 91 OverlayScrollbars | 92 OverlayScrollbars |
| 92 RegionBasedColumns status=experimental | 93 RegionBasedColumns status=experimental |
| 93 | 94 |
| 94 // This is implementation flag for the re-write of the layout/paint system to | 95 // This is implementation flag for the re-write of the layout/paint system to |
| 95 // do painting after we have completed layout, instead of piecemeal during layou
t. | 96 // do painting after we have completed layout, instead of piecemeal during layou
t. |
| 96 RepaintAfterLayout | 97 RepaintAfterLayout |
| 97 | 98 |
| 98 RequestAutocomplete status=test | 99 RequestAutocomplete status=test |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 VideoTrack depends_on=Media, status=stable | 131 VideoTrack depends_on=Media, status=stable |
| 131 WebAnimationsSVG | 132 WebAnimationsSVG |
| 132 WebAnimationsAPI status=experimental | 133 WebAnimationsAPI status=experimental |
| 133 WebAudio condition=WEB_AUDIO, status=stable | 134 WebAudio condition=WEB_AUDIO, status=stable |
| 134 WebGLDraftExtensions status=experimental | 135 WebGLDraftExtensions status=experimental |
| 135 WebMIDI status=test | 136 WebMIDI status=test |
| 136 WebKitMediaSource status=stable | 137 WebKitMediaSource status=stable |
| 137 WebVTTRegions depends_on=VideoTrack, status=experimental | 138 WebVTTRegions depends_on=VideoTrack, status=experimental |
| 138 WOFF2 status=experimental | 139 WOFF2 status=experimental |
| 139 XSLT status=stable | 140 XSLT status=stable |
| OLD | NEW |