Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 231323003: Disable x-webkit-speech (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 ScriptedSpeech status=stable 98 ScriptedSpeech status=stable
99 99
100 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 100 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
101 // as per the spec, matching other Web engines. 101 // as per the spec, matching other Web engines.
102 ScrollTopLeftInterop status=experimental 102 ScrollTopLeftInterop status=experimental
103 103
104 ServiceWorker status=experimental 104 ServiceWorker status=experimental
105 SessionStorage status=stable 105 SessionStorage status=stable
106 SharedWorker status=stable 106 SharedWorker status=stable
107 PictureSizes status=experimental 107 PictureSizes status=experimental
108 SpeechInput status=stable 108 SpeechInput status=test
109 SpeechSynthesis status=stable 109 SpeechSynthesis status=stable
110 Srcset status=stable 110 Srcset status=stable
111 Stream status=experimental 111 Stream status=experimental
112 StyleScoped status=experimental 112 StyleScoped status=experimental
113 SubpixelFontScaling status=experimental 113 SubpixelFontScaling status=experimental
114 SubresourceIntegrity status=test 114 SubresourceIntegrity status=test
115 SVGPaintOrder status=stable 115 SVGPaintOrder status=stable
116 116
117 // Enable optimizations to recalculate style on the fewest possible number of 117 // Enable optimizations to recalculate style on the fewest possible number of
118 // elements when updating classes, ids or attributes of DOM elements. 118 // elements when updating classes, ids or attributes of DOM elements.
(...skipping 12 matching lines...) Expand all
131 WebAnimationsAPI status=experimental 131 WebAnimationsAPI status=experimental
132 WebAudio condition=WEB_AUDIO, status=stable 132 WebAudio condition=WEB_AUDIO, status=stable
133 WebGLDraftExtensions status=experimental 133 WebGLDraftExtensions status=experimental
134 WebMIDI status=test 134 WebMIDI status=test
135 WebKitMediaSource status=stable 135 WebKitMediaSource status=stable
136 WebVTTRegions depends_on=Media, status=experimental 136 WebVTTRegions depends_on=Media, status=experimental
137 WOFF2 status=stable 137 WOFF2 status=stable
138 XSLT status=stable 138 XSLT status=stable
139 139
140 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test 140 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698