| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 InputTypeWeek status=stable | 60 InputTypeWeek status=stable |
| 61 LangAttributeAwareFormControlUI | 61 LangAttributeAwareFormControlUI |
| 62 LegacyEncryptedMedia status=stable | 62 LegacyEncryptedMedia status=stable |
| 63 LocalStorage status=stable | 63 LocalStorage status=stable |
| 64 Media status=stable | 64 Media status=stable |
| 65 MediaSource status=stable | 65 MediaSource status=stable |
| 66 MediaStream status=stable | 66 MediaStream status=stable |
| 67 NavigationController status=experimental | 67 NavigationController status=experimental |
| 68 Notifications status=stable | 68 Notifications status=stable |
| 69 ObjectFitPosition status=experimental | 69 ObjectFitPosition status=experimental |
| 70 // Only enabled on Android, and for certain layout tests on Linux. |
| 71 OverlayFullscreenVideo |
| 70 PagePopup status=stable | 72 PagePopup status=stable |
| 71 PartialLayout status=experimental | 73 PartialLayout status=experimental |
| 72 PathOpsSVGClipping | 74 PathOpsSVGClipping |
| 73 PeerConnection depends_on=MediaStream, status=stable | 75 PeerConnection depends_on=MediaStream, status=stable |
| 74 ProgrammaticScrollNotifications status=test | 76 ProgrammaticScrollNotifications status=test |
| 75 Promise status=experimental | 77 Promise status=experimental |
| 76 Quota status=stable | 78 Quota status=stable |
| 77 OverlayScrollbars | 79 OverlayScrollbars |
| 78 RequestAutocomplete status=test | 80 RequestAutocomplete status=test |
| 79 RowSpanLogicalHeightSpreading status=test | 81 RowSpanLogicalHeightSpreading status=test |
| (...skipping 13 matching lines...) Expand all Loading... |
| 93 Vibration status=experimental | 95 Vibration status=experimental |
| 94 VideoTrack status=stable | 96 VideoTrack status=stable |
| 95 WebAnimations | 97 WebAnimations |
| 96 WebAnimationsCSS depends_on=WebAnimations | 98 WebAnimationsCSS depends_on=WebAnimations |
| 97 WebAnimationsSVG depends_on=WebAnimations | 99 WebAnimationsSVG depends_on=WebAnimations |
| 98 WebAudio condition=WEB_AUDIO, status=stable | 100 WebAudio condition=WEB_AUDIO, status=stable |
| 99 WebGLDraftExtensions status=experimental | 101 WebGLDraftExtensions status=experimental |
| 100 WebMIDI status=test | 102 WebMIDI status=test |
| 101 WebKitMediaSource status=stable | 103 WebKitMediaSource status=stable |
| 102 WOFF2 status=experimental | 104 WOFF2 status=experimental |
| OLD | NEW |