| 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 { | 535 { |
| 536 name: "InstalledApp", | 536 name: "InstalledApp", |
| 537 origin_trial_feature_name: "InstalledApp", | 537 origin_trial_feature_name: "InstalledApp", |
| 538 status: "experimental", | 538 status: "experimental", |
| 539 }, | 539 }, |
| 540 { | 540 { |
| 541 name: "IntersectionObserver", | 541 name: "IntersectionObserver", |
| 542 status: "stable", | 542 status: "stable", |
| 543 }, | 543 }, |
| 544 { | 544 { |
| 545 name: "JSImageDecode", |
| 546 status: "test", |
| 547 }, |
| 548 { |
| 545 name: "KeyboardLock", | 549 name: "KeyboardLock", |
| 546 status: "test", | 550 status: "test", |
| 547 }, | 551 }, |
| 548 { | 552 { |
| 549 name: "LangAttributeAwareFormControlUI", | 553 name: "LangAttributeAwareFormControlUI", |
| 550 }, | 554 }, |
| 551 { | 555 { |
| 552 name: "LayoutNG", | 556 name: "LayoutNG", |
| 553 }, | 557 }, |
| 554 { | 558 { |
| (...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1100 { | 1104 { |
| 1101 name: "Worklet", | 1105 name: "Worklet", |
| 1102 status: "experimental", | 1106 status: "experimental", |
| 1103 }, | 1107 }, |
| 1104 { | 1108 { |
| 1105 name: "XSLT", | 1109 name: "XSLT", |
| 1106 status: "stable", | 1110 status: "stable", |
| 1107 }, | 1111 }, |
| 1108 ], | 1112 ], |
| 1109 } | 1113 } |
| OLD | NEW |