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

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

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: update the tests Created 3 years, 5 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 9 // * status=stable: Enable this in all Blink configurations. We are
10 // committed to these APIs indefinitely. 10 // committed to these APIs indefinitely.
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 name: "CSSPaintAPI", 288 name: "CSSPaintAPI",
289 depends_on: ["Worklet"], 289 depends_on: ["Worklet"],
290 status: "experimental", 290 status: "experimental",
291 }, 291 },
292 { 292 {
293 name: "CSSPaintAPIArguments", 293 name: "CSSPaintAPIArguments",
294 depends_on: ["CSSPaintAPI"], 294 depends_on: ["CSSPaintAPI"],
295 status: "experimental", 295 status: "experimental",
296 }, 296 },
297 { 297 {
298 name: "CSSScrollBoundaryBehavior",
299 status: "test",
300 },
301 {
298 name: "CSSScrollSnapPoints", 302 name: "CSSScrollSnapPoints",
299 status: "test", 303 status: "test",
300 }, 304 },
301 { 305 {
302 name: "CSSSelectorsFocusWithin", 306 name: "CSSSelectorsFocusWithin",
303 status: "stable", 307 status: "stable",
304 }, 308 },
305 { 309 {
306 name: "CSSSnapSize", 310 name: "CSSSnapSize",
307 status: "experimental", 311 status: "experimental",
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 { 1132 {
1129 name: "Worklet", 1133 name: "Worklet",
1130 status: "experimental", 1134 status: "experimental",
1131 }, 1135 },
1132 { 1136 {
1133 name: "XSLT", 1137 name: "XSLT",
1134 status: "stable", 1138 status: "stable",
1135 }, 1139 },
1136 ], 1140 ],
1137 } 1141 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698