| 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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 }, | 674 }, |
| 675 { | 675 { |
| 676 name: "NotificationInlineReplies", | 676 name: "NotificationInlineReplies", |
| 677 status: "experimental", | 677 status: "experimental", |
| 678 }, | 678 }, |
| 679 { | 679 { |
| 680 name: "Notifications", | 680 name: "Notifications", |
| 681 status: "stable", | 681 status: "stable", |
| 682 }, | 682 }, |
| 683 { | 683 { |
| 684 name: "OffMainThreadFetch", |
| 685 }, |
| 686 { |
| 684 name: "OnDeviceChange", | 687 name: "OnDeviceChange", |
| 685 status: "stable", | 688 status: "stable", |
| 686 }, | 689 }, |
| 687 { | 690 { |
| 688 name: "OrientationEvent", | 691 name: "OrientationEvent", |
| 689 }, | 692 }, |
| 690 { | 693 { |
| 691 name: "OriginTrials", | 694 name: "OriginTrials", |
| 692 status: "stable", | 695 status: "stable", |
| 693 }, | 696 }, |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1059 { | 1062 { |
| 1060 name: "Worklet", | 1063 name: "Worklet", |
| 1061 status: "experimental", | 1064 status: "experimental", |
| 1062 }, | 1065 }, |
| 1063 { | 1066 { |
| 1064 name: "XSLT", | 1067 name: "XSLT", |
| 1065 status: "stable", | 1068 status: "stable", |
| 1066 }, | 1069 }, |
| 1067 ], | 1070 ], |
| 1068 } | 1071 } |
| OLD | NEW |