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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 Gamepad status=stable | 49 Gamepad status=stable |
50 Geolocation status=stable | 50 Geolocation status=stable |
51 HTMLImports status=test | 51 HTMLImports status=test |
52 HighResolutionTimeInWorkers status=experimental | 52 HighResolutionTimeInWorkers status=experimental |
53 IMEAPI status=test | 53 IMEAPI status=test |
54 IndexedDB status=stable | 54 IndexedDB status=stable |
55 InputModeAttribute status=test | 55 InputModeAttribute status=test |
56 InputTypeColor status=stable | 56 InputTypeColor status=stable |
57 InputTypeWeek status=stable | 57 InputTypeWeek status=stable |
58 LangAttributeAwareFormControlUI | 58 LangAttributeAwareFormControlUI |
59 LazyLayout | |
60 LegacyEncryptedMedia status=stable | 59 LegacyEncryptedMedia status=stable |
61 LocalStorage status=stable | 60 LocalStorage status=stable |
62 Media status=stable | 61 Media status=stable |
63 MediaSource status=experimental | 62 MediaSource status=experimental |
64 MediaStream status=stable | 63 MediaStream status=stable |
65 Notifications status=stable | 64 Notifications status=stable |
66 PagePopup status=stable | 65 PagePopup status=stable |
67 ParseSVGAsHTML | 66 ParseSVGAsHTML |
68 PathOpsSVGClipping | 67 PathOpsSVGClipping |
69 PeerConnection depends_on=MediaStream, status=stable | 68 PeerConnection depends_on=MediaStream, status=stable |
(...skipping 17 matching lines...) Expand all Loading... |
87 Vibration status=experimental | 86 Vibration status=experimental |
88 VideoTrack status=stable | 87 VideoTrack status=stable |
89 WebAnimations | 88 WebAnimations |
90 WebAnimationsCSS depends_on=WebAnimations | 89 WebAnimationsCSS depends_on=WebAnimations |
91 WebAnimationsSVG depends_on=WebAnimations | 90 WebAnimationsSVG depends_on=WebAnimations |
92 WebAudio condition=WEB_AUDIO, status=stable | 91 WebAudio condition=WEB_AUDIO, status=stable |
93 WebGLDraftExtensions status=experimental | 92 WebGLDraftExtensions status=experimental |
94 WebMIDI status=test | 93 WebMIDI status=test |
95 WebKitMediaSource status=stable | 94 WebKitMediaSource status=stable |
96 WOFF2 status=experimental | 95 WOFF2 status=experimental |
OLD | NEW |