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

Side by Side Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5

Issue 2864493003: Deprecate CredentialRequestOptions.unmediated in favor mediation enum (Closed)
Patch Set: Security Owners Created 3 years, 7 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
OLDNEW
1 { 1 {
2 // http://dev.chromium.org/blink/runtime-enabled-features 2 // http://dev.chromium.org/blink/runtime-enabled-features
3 // 3 //
4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
5 // a class that stores static enablers for all experimental features. 5 // a class that stores static enablers for all experimental features.
6 6
7 parameters: { 7 parameters: {
8 // Each feature can be assigned a "status": 8 // Each feature can be assigned a "status":
9 // status=stable -> Enable this in all Blink configurations. We are committ ed to these APIs indefinitely. 9 // status=stable -> Enable this in all Blink configurations. We are committ ed to these APIs indefinitely.
10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable. 10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable.
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 }, 180 },
181 { 181 {
182 name: "ContextMenu", 182 name: "ContextMenu",
183 status: "experimental", 183 status: "experimental",
184 }, 184 },
185 { 185 {
186 name: "CorsRFC1918", 186 name: "CorsRFC1918",
187 status: "test", 187 status: "test",
188 }, 188 },
189 { 189 {
190 name: "CredentialRequestOptionsMediation",
vasilii 2017/05/18 16:16:12 Why is it needed?
jdoerrie 2017/05/19 09:03:18 See above.
191 status: "experimental",
192 },
193 {
190 name: "CSS3Text", 194 name: "CSS3Text",
191 status: "experimental", 195 status: "experimental",
192 }, 196 },
193 { 197 {
194 name: "CSS3TextDecorations", 198 name: "CSS3TextDecorations",
195 status: "stable", 199 status: "stable",
196 }, 200 },
197 { 201 {
198 name: "CSSAdditiveAnimations", 202 name: "CSSAdditiveAnimations",
199 depends_on: ["StackedCSSPropertyAnimations"], 203 depends_on: ["StackedCSSPropertyAnimations"],
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 { 1080 {
1077 name: "Worklet", 1081 name: "Worklet",
1078 status: "experimental", 1082 status: "experimental",
1079 }, 1083 },
1080 { 1084 {
1081 name: "XSLT", 1085 name: "XSLT",
1082 status: "stable", 1086 status: "stable",
1083 }, 1087 },
1084 ], 1088 ],
1085 } 1089 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698