| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 name: "AccessibilityObjectModel", | 69 name: "AccessibilityObjectModel", |
| 70 status: "experimental", | 70 status: "experimental", |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 name: "AllowContentInitiatedDataUrlNavigations", | 73 name: "AllowContentInitiatedDataUrlNavigations", |
| 74 status: "stable", | 74 status: "stable", |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 name: "AsyncClipboard", |
| 78 status: "experimental", |
| 79 }, |
| 80 { |
| 77 name: "AudioOutputDevices", | 81 name: "AudioOutputDevices", |
| 78 status: "stable", | 82 status: "stable", |
| 79 }, | 83 }, |
| 80 { | 84 { |
| 81 name: "AudioVideoTracks", | 85 name: "AudioVideoTracks", |
| 82 status: "experimental", | 86 status: "experimental", |
| 83 }, | 87 }, |
| 84 { | 88 { |
| 85 name: "AudioWorklet", | 89 name: "AudioWorklet", |
| 86 status: "experimental", | 90 status: "experimental", |
| (...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 { | 1072 { |
| 1069 name: "Worklet", | 1073 name: "Worklet", |
| 1070 status: "experimental", | 1074 status: "experimental", |
| 1071 }, | 1075 }, |
| 1072 { | 1076 { |
| 1073 name: "XSLT", | 1077 name: "XSLT", |
| 1074 status: "stable", | 1078 status: "stable", |
| 1075 }, | 1079 }, |
| 1076 ], | 1080 ], |
| 1077 } | 1081 } |
| OLD | NEW |