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

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

Issue 2938373003: Ship CSSOMSmoothScroll (Closed)
Patch Set: Update layout tests Created 3 years, 6 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 | « third_party/WebKit/LayoutTests/virtual/stable/webexposed/element-instance-property-listing-expected.txt ('k') | 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 { 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 { 276 {
277 name: "CSSOffsetPathRayContain", 277 name: "CSSOffsetPathRayContain",
278 status: "experimental", 278 status: "experimental",
279 }, 279 },
280 { 280 {
281 name: "CSSOffsetPositionAnchor", 281 name: "CSSOffsetPositionAnchor",
282 status: "experimental", 282 status: "experimental",
283 }, 283 },
284 { 284 {
285 name: "CSSOMSmoothScroll", 285 name: "CSSOMSmoothScroll",
286 status: "experimental", 286 status: "stable",
287 }, 287 },
288 { 288 {
289 name: "CSSPaintAPI", 289 name: "CSSPaintAPI",
290 depends_on: ["Worklet"], 290 depends_on: ["Worklet"],
291 status: "experimental", 291 status: "experimental",
292 }, 292 },
293 { 293 {
294 name: "CSSPaintAPIArguments", 294 name: "CSSPaintAPIArguments",
295 depends_on: ["CSSPaintAPI"], 295 depends_on: ["CSSPaintAPI"],
296 status: "experimental", 296 status: "experimental",
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 { 1134 {
1135 name: "Worklet", 1135 name: "Worklet",
1136 status: "experimental", 1136 status: "experimental",
1137 }, 1137 },
1138 { 1138 {
1139 name: "XSLT", 1139 name: "XSLT",
1140 status: "stable", 1140 status: "stable",
1141 }, 1141 },
1142 ], 1142 ],
1143 } 1143 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/webexposed/element-instance-property-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698