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 // status=deprecated -> Alias for "test", will be removed at some point. | 10 // status=deprecated -> Alias for "test", will be removed at some point. |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 ServiceWorker status=stable | 114 ServiceWorker status=stable |
115 ServiceWorkerCache status=stable | 115 ServiceWorkerCache status=stable |
116 ServiceWorkerOnFetch status=stable | 116 ServiceWorkerOnFetch status=stable |
117 SessionStorage status=stable | 117 SessionStorage status=stable |
118 SharedWorker status=stable | 118 SharedWorker status=stable |
119 SlimmingPaint | 119 SlimmingPaint |
120 Stream status=experimental | 120 Stream status=experimental |
121 SubpixelFontScaling status=stable | 121 SubpixelFontScaling status=stable |
122 SubresourceIntegrity status=experimental | 122 SubresourceIntegrity status=experimental |
123 TextBlob | 123 TextBlob |
124 ThemeColor status=stable | |
125 ThreadedParserDataReceiver status=experimental | 124 ThreadedParserDataReceiver status=experimental |
126 // Many websites disable mouse support when touch APIs are available. We'd | 125 // Many websites disable mouse support when touch APIs are available. We'd |
127 // like to enable this always but can't until more websites fix this bug. | 126 // like to enable this always but can't until more websites fix this bug. |
128 // Chromium sets this conditionally (eg. based on the presence of a | 127 // Chromium sets this conditionally (eg. based on the presence of a |
129 // touchscreen) in ApplyWebPreferences. | 128 // touchscreen) in ApplyWebPreferences. |
130 Touch status=stable | 129 Touch status=stable |
131 TouchIconLoading | 130 TouchIconLoading |
132 UserSelectAll status=experimental | 131 UserSelectAll status=experimental |
133 WebAnimationsAPI status=experimental | 132 WebAnimationsAPI status=experimental |
134 WebAnimationsPlaybackControl status=stable | 133 WebAnimationsPlaybackControl status=stable |
135 WebAudio condition=WEB_AUDIO, status=stable | 134 WebAudio condition=WEB_AUDIO, status=stable |
136 WebGLDraftExtensions status=experimental | 135 WebGLDraftExtensions status=experimental |
137 WebGLImageChromium | 136 WebGLImageChromium |
138 WebMIDI status=test | 137 WebMIDI status=test |
139 WebVTTRegions depends_on=Media, status=experimental | 138 WebVTTRegions depends_on=Media, status=experimental |
140 V8IdleTasks | 139 V8IdleTasks |
141 XSLT status=stable | 140 XSLT status=stable |
142 SVG1DOM status=stable | 141 SVG1DOM status=stable |
OLD | NEW |