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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 CSSViewport status=experimental | 44 CSSViewport status=experimental |
45 Gamepad status=stable | 45 Gamepad status=stable |
46 Geolocation status=stable | 46 Geolocation status=stable |
47 HTMLImports status=test | 47 HTMLImports status=test |
48 HighResolutionTimeInWorkers status=experimental | 48 HighResolutionTimeInWorkers status=experimental |
49 IMEAPI status=test | 49 IMEAPI status=test |
50 IndexedDB status=stable | 50 IndexedDB status=stable |
51 InputModeAttribute status=test | 51 InputModeAttribute status=test |
52 InputTypeColor status=stable | 52 InputTypeColor status=stable |
53 InputTypeWeek status=stable | 53 InputTypeWeek status=stable |
54 JavaScriptI18NAPI status=stable | |
55 LangAttributeAwareFormControlUI | 54 LangAttributeAwareFormControlUI |
56 LazyLayout | 55 LazyLayout |
57 LegacyEncryptedMedia status=stable | 56 LegacyEncryptedMedia status=stable |
58 LocalStorage status=stable | 57 LocalStorage status=stable |
59 Media status=stable | 58 Media status=stable |
60 MediaSource status=experimental | 59 MediaSource status=experimental |
61 MediaStream status=stable | 60 MediaStream status=stable |
62 Notifications status=stable | 61 Notifications status=stable |
63 PagePopup status=stable | 62 PagePopup status=stable |
64 ParseSVGAsHTML | 63 ParseSVGAsHTML |
(...skipping 15 matching lines...) Expand all Loading... |
80 Vibration status=test | 79 Vibration status=test |
81 VideoTrack status=stable | 80 VideoTrack status=stable |
82 WebAnimations | 81 WebAnimations |
83 WebAnimationsCSS depends_on=WebAnimations | 82 WebAnimationsCSS depends_on=WebAnimations |
84 WebAnimationsSVG depends_on=WebAnimations | 83 WebAnimationsSVG depends_on=WebAnimations |
85 WebAudio condition=WEB_AUDIO, status=stable | 84 WebAudio condition=WEB_AUDIO, status=stable |
86 WebGLDraftExtensions status=experimental | 85 WebGLDraftExtensions status=experimental |
87 WebMIDI status=test | 86 WebMIDI status=test |
88 WebKitMediaSource status=stable | 87 WebKitMediaSource status=stable |
89 WOFF2 status=experimental | 88 WOFF2 status=experimental |
OLD | NEW |