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

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

Issue 2805763004: [System-Keyboard-Lock] Forward navigator functions to RenderFrameHost (Closed)
Patch Set: Sync latest changes 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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 { 529 {
530 name: "InstalledApp", 530 name: "InstalledApp",
531 origin_trial_feature_name: "InstalledApp", 531 origin_trial_feature_name: "InstalledApp",
532 status: "experimental", 532 status: "experimental",
533 }, 533 },
534 { 534 {
535 name: "IntersectionObserver", 535 name: "IntersectionObserver",
536 status: "stable", 536 status: "stable",
537 }, 537 },
538 { 538 {
539 name: "KeyboardLock",
540 status: "test",
541 },
542 {
539 name: "LangAttributeAwareFormControlUI", 543 name: "LangAttributeAwareFormControlUI",
540 }, 544 },
541 { 545 {
542 name: "LayoutNG", 546 name: "LayoutNG",
543 }, 547 },
544 { 548 {
545 name: "LazyParseCSS", 549 name: "LazyParseCSS",
546 status: "experimental", 550 status: "experimental",
547 }, 551 },
548 { 552 {
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 { 1062 {
1059 name: "Worklet", 1063 name: "Worklet",
1060 status: "experimental", 1064 status: "experimental",
1061 }, 1065 },
1062 { 1066 {
1063 name: "XSLT", 1067 name: "XSLT",
1064 status: "stable", 1068 status: "stable",
1065 }, 1069 },
1066 ], 1070 ],
1067 } 1071 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/modules_idl_files.gni ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698