| 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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 { | 874 { |
| 875 name: "SlimmingPaintInvalidation", | 875 name: "SlimmingPaintInvalidation", |
| 876 implied_by: ["SlimmingPaintV2"], | 876 implied_by: ["SlimmingPaintV2"], |
| 877 status: "stable", | 877 status: "stable", |
| 878 }, | 878 }, |
| 879 { | 879 { |
| 880 name: "SlimmingPaintStrictCullRectClipping", | 880 name: "SlimmingPaintStrictCullRectClipping", |
| 881 }, | 881 }, |
| 882 { | 882 { |
| 883 name: "SlimmingPaintV2", | 883 name: "SlimmingPaintV2", |
| 884 implied_by: ["PrintBrowser"], | |
| 885 }, | 884 }, |
| 886 { | 885 { |
| 887 name: "smil", | 886 name: "smil", |
| 888 status: "stable", | 887 status: "stable", |
| 889 }, | 888 }, |
| 890 // Used as argument in attribute of stable-release functions/interfaces wher
e | 889 // Used as argument in attribute of stable-release functions/interfaces wher
e |
| 891 // a runtime-enabled feature name is required for correct IDL syntax. | 890 // a runtime-enabled feature name is required for correct IDL syntax. |
| 892 // This is a global flag; do not change its status. | 891 // This is a global flag; do not change its status. |
| 893 { | 892 { |
| 894 name: "StableBlinkFeatures", | 893 name: "StableBlinkFeatures", |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1043 { | 1042 { |
| 1044 name: "Worklet", | 1043 name: "Worklet", |
| 1045 status: "experimental", | 1044 status: "experimental", |
| 1046 }, | 1045 }, |
| 1047 { | 1046 { |
| 1048 name: "XSLT", | 1047 name: "XSLT", |
| 1049 status: "stable", | 1048 status: "stable", |
| 1050 }, | 1049 }, |
| 1051 ], | 1050 ], |
| 1052 } | 1051 } |
| OLD | NEW |