| OLD | NEW |
| 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 Loading... |
| 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1051 { | 1055 { |
| 1052 name: "Worklet", | 1056 name: "Worklet", |
| 1053 status: "experimental", | 1057 status: "experimental", |
| 1054 }, | 1058 }, |
| 1055 { | 1059 { |
| 1056 name: "XSLT", | 1060 name: "XSLT", |
| 1057 status: "stable", | 1061 status: "stable", |
| 1058 }, | 1062 }, |
| 1059 ], | 1063 ], |
| 1060 } | 1064 } |
| OLD | NEW |