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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 }, | 670 }, |
671 { | 671 { |
672 name: "NotificationInlineReplies", | 672 name: "NotificationInlineReplies", |
673 status: "experimental", | 673 status: "experimental", |
674 }, | 674 }, |
675 { | 675 { |
676 name: "Notifications", | 676 name: "Notifications", |
677 status: "stable", | 677 status: "stable", |
678 }, | 678 }, |
679 { | 679 { |
| 680 name: "OffMainThreadFetch", |
| 681 }, |
| 682 { |
680 name: "OnDeviceChange", | 683 name: "OnDeviceChange", |
681 status: "stable", | 684 status: "stable", |
682 }, | 685 }, |
683 { | 686 { |
684 name: "OrientationEvent", | 687 name: "OrientationEvent", |
685 }, | 688 }, |
686 { | 689 { |
687 name: "OriginTrials", | 690 name: "OriginTrials", |
688 status: "stable", | 691 status: "stable", |
689 }, | 692 }, |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1051 { | 1054 { |
1052 name: "Worklet", | 1055 name: "Worklet", |
1053 status: "experimental", | 1056 status: "experimental", |
1054 }, | 1057 }, |
1055 { | 1058 { |
1056 name: "XSLT", | 1059 name: "XSLT", |
1057 status: "stable", | 1060 status: "stable", |
1058 }, | 1061 }, |
1059 ], | 1062 ], |
1060 } | 1063 } |
OLD | NEW |