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

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

Issue 2902133002: Revert of "Implement the inert attribute" (Closed)
Patch Set: 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 }, 498 },
499 { 499 {
500 name: "ImageCapture", 500 name: "ImageCapture",
501 status: "stable", 501 status: "stable",
502 }, 502 },
503 { 503 {
504 name: "ImageOrientation", 504 name: "ImageOrientation",
505 status: "test", 505 status: "test",
506 }, 506 },
507 { 507 {
508 name: "InertAttribute",
509 status: "experimental",
510 },
511 {
512 name: "InertTopControls", 508 name: "InertTopControls",
513 status: "stable", 509 status: "stable",
514 }, 510 },
515 { 511 {
516 name: "InputEvent", 512 name: "InputEvent",
517 status: "stable", 513 status: "stable",
518 }, 514 },
519 { 515 {
520 name: "InputModeAttribute", 516 name: "InputModeAttribute",
521 status: "experimental", 517 status: "experimental",
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 { 1082 {
1087 name: "Worklet", 1083 name: "Worklet",
1088 status: "experimental", 1084 status: "experimental",
1089 }, 1085 },
1090 { 1086 {
1091 name: "XSLT", 1087 name: "XSLT",
1092 status: "stable", 1088 status: "stable",
1093 }, 1089 },
1094 ], 1090 ],
1095 } 1091 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698