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

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

Issue 2088453002: Implement the inert attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert histograms.xml 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
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 {
508 name: "InertTopControls", 512 name: "InertTopControls",
509 status: "stable", 513 status: "stable",
510 }, 514 },
511 { 515 {
512 name: "InputEvent", 516 name: "InputEvent",
513 status: "stable", 517 status: "stable",
514 }, 518 },
515 { 519 {
516 name: "InputModeAttribute", 520 name: "InputModeAttribute",
517 status: "experimental", 521 status: "experimental",
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 { 1086 {
1083 name: "Worklet", 1087 name: "Worklet",
1084 status: "experimental", 1088 status: "experimental",
1085 }, 1089 },
1086 { 1090 {
1087 name: "XSLT", 1091 name: "XSLT",
1088 status: "stable", 1092 status: "stable",
1089 }, 1093 },
1090 ], 1094 ],
1091 } 1095 }
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