| 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 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 name: "NavigatorContentUtils", | 652 name: "NavigatorContentUtils", |
| 653 }, | 653 }, |
| 654 { | 654 { |
| 655 name: "NetInfoDownlinkMax", | 655 name: "NetInfoDownlinkMax", |
| 656 status: "stable", | 656 status: "stable", |
| 657 }, | 657 }, |
| 658 { | 658 { |
| 659 name: "NetworkInformation", | 659 name: "NetworkInformation", |
| 660 status: "stable", | 660 status: "stable", |
| 661 }, | 661 }, |
| 662 // Not a web exposed feature, enabled from the command line. |
| 663 { |
| 664 name: "NewRemotePlaybackPipeline", |
| 665 }, |
| 662 { | 666 { |
| 663 name: "NotificationBadge", | 667 name: "NotificationBadge", |
| 664 status: "stable", | 668 status: "stable", |
| 665 }, | 669 }, |
| 666 { | 670 { |
| 667 name: "NotificationConstructor", | 671 name: "NotificationConstructor", |
| 668 status: "stable", | 672 status: "stable", |
| 669 }, | 673 }, |
| 670 // NotificationContentImage is not available in all platforms | 674 // NotificationContentImage is not available in all platforms |
| 671 { | 675 { |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 989 name: "WebAnimationsAPI", | 993 name: "WebAnimationsAPI", |
| 990 status: "experimental", | 994 status: "experimental", |
| 991 }, | 995 }, |
| 992 { | 996 { |
| 993 name: "WebAnimationsSVG", | 997 name: "WebAnimationsSVG", |
| 994 status: "experimental", | 998 status: "experimental", |
| 995 }, | 999 }, |
| 996 { | 1000 { |
| 997 name: "WebAssemblyStreaming", | 1001 name: "WebAssemblyStreaming", |
| 998 status: "experimental", | 1002 status: "experimental", |
| 999 }, | 1003 }, |
| 1000 { | 1004 { |
| 1001 name: "WebAuth", | 1005 name: "WebAuth", |
| 1002 status: "experimental", | 1006 status: "experimental", |
| 1003 }, | 1007 }, |
| 1004 // WebBluetooth is enabled by default on Android, ChromeOS and Mac. | 1008 // WebBluetooth is enabled by default on Android, ChromeOS and Mac. |
| 1005 { | 1009 { |
| 1006 name: "WebBluetooth", | 1010 name: "WebBluetooth", |
| 1007 status: "experimental", | 1011 status: "experimental", |
| 1008 }, | 1012 }, |
| 1009 { | 1013 { |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 { | 1066 { |
| 1063 name: "Worklet", | 1067 name: "Worklet", |
| 1064 status: "experimental", | 1068 status: "experimental", |
| 1065 }, | 1069 }, |
| 1066 { | 1070 { |
| 1067 name: "XSLT", | 1071 name: "XSLT", |
| 1068 status: "stable", | 1072 status: "stable", |
| 1069 }, | 1073 }, |
| 1070 ], | 1074 ], |
| 1071 } | 1075 } |
| OLD | NEW |