| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 InputModeAttribute status=test | 61 InputModeAttribute status=test |
| 62 InputTypeColor status=stable | 62 InputTypeColor status=stable |
| 63 InputTypeWeek status=stable | 63 InputTypeWeek status=stable |
| 64 LangAttributeAwareFormControlUI | 64 LangAttributeAwareFormControlUI |
| 65 PrefixedEncryptedMedia status=stable | 65 PrefixedEncryptedMedia status=stable |
| 66 LocalStorage status=stable | 66 LocalStorage status=stable |
| 67 Media status=stable | 67 Media status=stable |
| 68 MediaSource status=stable | 68 MediaSource status=stable |
| 69 MediaStream status=stable | 69 MediaStream status=stable |
| 70 Notifications status=stable | 70 Notifications status=stable |
| 71 ObjectFitPosition status=experimental | 71 ObjectFitPosition status=stable |
| 72 // Only enabled on Android, and for certain layout tests on Linux. | 72 // Only enabled on Android, and for certain layout tests on Linux. |
| 73 OverlayFullscreenVideo | 73 OverlayFullscreenVideo |
| 74 PagePopup status=stable | 74 PagePopup status=stable |
| 75 PartialLayout status=experimental | 75 PartialLayout status=experimental |
| 76 PathOpsSVGClipping | 76 PathOpsSVGClipping |
| 77 PeerConnection depends_on=MediaStream, status=stable | 77 PeerConnection depends_on=MediaStream, status=stable |
| 78 ProgrammaticScrollNotifications status=test | 78 ProgrammaticScrollNotifications status=test |
| 79 Promise status=experimental | 79 Promise status=experimental |
| 80 Quota status=stable | 80 Quota status=stable |
| 81 OverlayScrollbars | 81 OverlayScrollbars |
| (...skipping 18 matching lines...) Expand all Loading... |
| 100 VideoTrack status=stable | 100 VideoTrack status=stable |
| 101 WebAnimations | 101 WebAnimations |
| 102 WebAnimationsCSS depends_on=WebAnimations | 102 WebAnimationsCSS depends_on=WebAnimations |
| 103 WebAnimationsSVG depends_on=WebAnimations | 103 WebAnimationsSVG depends_on=WebAnimations |
| 104 WebAudio condition=WEB_AUDIO, status=stable | 104 WebAudio condition=WEB_AUDIO, status=stable |
| 105 WebGLDraftExtensions status=experimental | 105 WebGLDraftExtensions status=experimental |
| 106 WebMIDI status=test | 106 WebMIDI status=test |
| 107 WebKitMediaSource status=stable | 107 WebKitMediaSource status=stable |
| 108 WOFF2 status=experimental | 108 WOFF2 status=experimental |
| 109 XSLT status=stable | 109 XSLT status=stable |
| OLD | NEW |