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

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

Issue 482273005: Remove SpeechSynthesis runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add WebRuntimeFeatures.h Created 6 years, 4 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
« no previous file with comments | « Source/modules/speech/WindowSpeechSynthesis.idl ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | 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 // status=deprecated -> Alias for "test", will be removed at some point. 10 // status=deprecated -> Alias for "test", will be removed at some point.
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 SharedWorker status=stable 116 SharedWorker status=stable
117 PictureSizes status=stable 117 PictureSizes status=stable
118 Picture status=stable 118 Picture status=stable
119 119
120 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831 120 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831
121 ShowModalDialog status=deprecated 121 ShowModalDialog status=deprecated
122 122
123 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated for removal. crbug.com/389089 123 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated for removal. crbug.com/389089
124 LaxMixedContentChecking status=deprecated 124 LaxMixedContentChecking status=deprecated
125 125
126 SpeechSynthesis status=stable
127 Stream status=experimental 126 Stream status=experimental
128 SubpixelFontScaling status=stable 127 SubpixelFontScaling status=stable
129 SubresourceIntegrity status=test 128 SubresourceIntegrity status=test
130 129
131 // Enable optimizations to recalculate style on the fewest possible number of 130 // Enable optimizations to recalculate style on the fewest possible number of
132 // elements when updating classes, ids or attributes of DOM elements. 131 // elements when updating classes, ids or attributes of DOM elements.
133 TargetedStyleRecalc status=stable 132 TargetedStyleRecalc status=stable
134 133
135 // Many websites disable mouse support when touch APIs are available. We'd 134 // Many websites disable mouse support when touch APIs are available. We'd
136 // like to enable this always but can't until more websites fix this bug. 135 // like to enable this always but can't until more websites fix this bug.
(...skipping 14 matching lines...) Expand all
151 WebGLDraftExtensions status=experimental 150 WebGLDraftExtensions status=experimental
152 WebGLImageChromium 151 WebGLImageChromium
153 WebMIDI status=test 152 WebMIDI status=test
154 WebVTTRegions depends_on=Media, status=experimental 153 WebVTTRegions depends_on=Media, status=experimental
155 WOFF2 status=stable 154 WOFF2 status=stable
156 XSLT status=stable 155 XSLT status=stable
157 156
158 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test 157 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
159 158
160 CredentialManager status=test 159 CredentialManager status=test
OLDNEW
« no previous file with comments | « Source/modules/speech/WindowSpeechSynthesis.idl ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698