| 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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 name: "NavigatorContentUtils", | 648 name: "NavigatorContentUtils", |
| 649 }, | 649 }, |
| 650 { | 650 { |
| 651 name: "NetInfoDownlinkMax", | 651 name: "NetInfoDownlinkMax", |
| 652 status: "stable", | 652 status: "stable", |
| 653 }, | 653 }, |
| 654 { | 654 { |
| 655 name: "NetworkInformation", | 655 name: "NetworkInformation", |
| 656 status: "stable", | 656 status: "stable", |
| 657 }, | 657 }, |
| 658 // Not a web exposed feature, enabled from the command line. |
| 659 { |
| 660 name: "NewRemotePlaybackPipeline", |
| 661 }, |
| 658 { | 662 { |
| 659 name: "NotificationBadge", | 663 name: "NotificationBadge", |
| 660 status: "stable", | 664 status: "stable", |
| 661 }, | 665 }, |
| 662 { | 666 { |
| 663 name: "NotificationConstructor", | 667 name: "NotificationConstructor", |
| 664 status: "stable", | 668 status: "stable", |
| 665 }, | 669 }, |
| 666 // NotificationContentImage is not available in all platforms | 670 // NotificationContentImage is not available in all platforms |
| 667 { | 671 { |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 985 name: "WebAnimationsAPI", | 989 name: "WebAnimationsAPI", |
| 986 status: "experimental", | 990 status: "experimental", |
| 987 }, | 991 }, |
| 988 { | 992 { |
| 989 name: "WebAnimationsSVG", | 993 name: "WebAnimationsSVG", |
| 990 status: "experimental", | 994 status: "experimental", |
| 991 }, | 995 }, |
| 992 { | 996 { |
| 993 name: "WebAssemblyStreaming", | 997 name: "WebAssemblyStreaming", |
| 994 status: "experimental", | 998 status: "experimental", |
| 995 }, | 999 }, |
| 996 { | 1000 { |
| 997 name: "WebAuth", | 1001 name: "WebAuth", |
| 998 status: "experimental", | 1002 status: "experimental", |
| 999 }, | 1003 }, |
| 1000 // WebBluetooth is enabled by default on Android, ChromeOS and Mac. | 1004 // WebBluetooth is enabled by default on Android, ChromeOS and Mac. |
| 1001 { | 1005 { |
| 1002 name: "WebBluetooth", | 1006 name: "WebBluetooth", |
| 1003 status: "experimental", | 1007 status: "experimental", |
| 1004 }, | 1008 }, |
| 1005 { | 1009 { |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |