| 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 status: "test", | 642 status: "test", |
| 643 }, | 643 }, |
| 644 { | 644 { |
| 645 name: "MultipleColorStopPositions", | 645 name: "MultipleColorStopPositions", |
| 646 status: "experimental", | 646 status: "experimental", |
| 647 }, | 647 }, |
| 648 { | 648 { |
| 649 name: "NavigatorContentUtils", | 649 name: "NavigatorContentUtils", |
| 650 }, | 650 }, |
| 651 { | 651 { |
| 652 name: "NetInfoDownlink", |
| 653 status: "experimental", |
| 654 }, |
| 655 { |
| 652 name: "NetInfoDownlinkMax", | 656 name: "NetInfoDownlinkMax", |
| 653 status: "stable", | 657 status: "stable", |
| 654 }, | 658 }, |
| 655 { | 659 { |
| 660 name: "NetInfoRtt", |
| 661 status: "experimental", |
| 662 }, |
| 663 { |
| 656 name: "NetworkInformation", | 664 name: "NetworkInformation", |
| 657 status: "stable", | 665 status: "stable", |
| 658 }, | 666 }, |
| 659 // Not a web exposed feature, enabled from the command line. | 667 // Not a web exposed feature, enabled from the command line. |
| 660 { | 668 { |
| 661 name: "NewRemotePlaybackPipeline", | 669 name: "NewRemotePlaybackPipeline", |
| 662 }, | 670 }, |
| 663 { | 671 { |
| 664 name: "NotificationBadge", | 672 name: "NotificationBadge", |
| 665 status: "stable", | 673 status: "stable", |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1076 { | 1084 { |
| 1077 name: "Worklet", | 1085 name: "Worklet", |
| 1078 status: "experimental", | 1086 status: "experimental", |
| 1079 }, | 1087 }, |
| 1080 { | 1088 { |
| 1081 name: "XSLT", | 1089 name: "XSLT", |
| 1082 status: "stable", | 1090 status: "stable", |
| 1083 }, | 1091 }, |
| 1084 ], | 1092 ], |
| 1085 } | 1093 } |
| OLD | NEW |