| 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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 { | 765 { |
| 766 name: "PrefixedVideoFullscreen", | 766 name: "PrefixedVideoFullscreen", |
| 767 status: "stable", | 767 status: "stable", |
| 768 }, | 768 }, |
| 769 { | 769 { |
| 770 name: "Presentation", | 770 name: "Presentation", |
| 771 status: "stable", | 771 status: "stable", |
| 772 }, | 772 }, |
| 773 { | 773 { |
| 774 name: "PresentationReceiver", | 774 name: "PresentationReceiver", |
| 775 status: "experimental", | 775 status: "stable", |
| 776 }, | 776 }, |
| 777 { | 777 { |
| 778 name: "PrintBrowser", | 778 name: "PrintBrowser", |
| 779 }, | 779 }, |
| 780 { | 780 { |
| 781 name: "PushMessaging", | 781 name: "PushMessaging", |
| 782 status: "stable", | 782 status: "stable", |
| 783 }, | 783 }, |
| 784 { | 784 { |
| 785 name: "ReducedReferrerGranularity", | 785 name: "ReducedReferrerGranularity", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 { | 1035 { |
| 1036 name: "Worklet", | 1036 name: "Worklet", |
| 1037 status: "experimental", | 1037 status: "experimental", |
| 1038 }, | 1038 }, |
| 1039 { | 1039 { |
| 1040 name: "XSLT", | 1040 name: "XSLT", |
| 1041 status: "stable", | 1041 status: "stable", |
| 1042 }, | 1042 }, |
| 1043 ], | 1043 ], |
| 1044 } | 1044 } |
| OLD | NEW |