| 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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 }, | 619 }, |
| 620 { | 620 { |
| 621 name: "ModuleScripts", | 621 name: "ModuleScripts", |
| 622 status: "test", | 622 status: "test", |
| 623 }, | 623 }, |
| 624 { | 624 { |
| 625 name: "MojoJS", | 625 name: "MojoJS", |
| 626 status: "test", | 626 status: "test", |
| 627 }, | 627 }, |
| 628 { | 628 { |
| 629 name: "MultipleColorStopPositions", |
| 630 status: "experimental", |
| 631 }, |
| 632 { |
| 629 name: "NavigatorContentUtils", | 633 name: "NavigatorContentUtils", |
| 630 }, | 634 }, |
| 631 { | 635 { |
| 632 name: "NetInfoDownlinkMax", | 636 name: "NetInfoDownlinkMax", |
| 633 status: "stable", | 637 status: "stable", |
| 634 }, | 638 }, |
| 635 { | 639 { |
| 636 name: "NetworkInformation", | 640 name: "NetworkInformation", |
| 637 status: "stable", | 641 status: "stable", |
| 638 }, | 642 }, |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1032 { | 1036 { |
| 1033 name: "Worklet", | 1037 name: "Worklet", |
| 1034 status: "experimental", | 1038 status: "experimental", |
| 1035 }, | 1039 }, |
| 1036 { | 1040 { |
| 1037 name: "XSLT", | 1041 name: "XSLT", |
| 1038 status: "stable", | 1042 status: "stable", |
| 1039 }, | 1043 }, |
| 1040 ], | 1044 ], |
| 1041 } | 1045 } |
| OLD | NEW |