| 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 | 9 // * status=stable: Enable this in all Blink configurations. We are |
| 10 // committed to these APIs indefinitely. | 10 // committed to these APIs indefinitely. |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 status: "test", | 475 status: "test", |
| 476 }, | 476 }, |
| 477 { | 477 { |
| 478 name: "GamepadExtensions", | 478 name: "GamepadExtensions", |
| 479 origin_trial_feature_name: "WebVR1.1", | 479 origin_trial_feature_name: "WebVR1.1", |
| 480 status: "test", | 480 status: "test", |
| 481 }, | 481 }, |
| 482 { | 482 { |
| 483 name: "GeometryInterfaces", | 483 name: "GeometryInterfaces", |
| 484 implied_by: ["CompositorWorker"], | 484 implied_by: ["CompositorWorker"], |
| 485 status: "experimental", | 485 status: "stable", |
| 486 }, | 486 }, |
| 487 { | 487 { |
| 488 name: "GetUserMedia", | 488 name: "GetUserMedia", |
| 489 status: "stable", | 489 status: "stable", |
| 490 }, | 490 }, |
| 491 { | 491 { |
| 492 name: "GlobalCacheStorage", | 492 name: "GlobalCacheStorage", |
| 493 status: "stable", | 493 status: "stable", |
| 494 }, | 494 }, |
| 495 { | 495 { |
| (...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1134 { | 1134 { |
| 1135 name: "Worklet", | 1135 name: "Worklet", |
| 1136 status: "experimental", | 1136 status: "experimental", |
| 1137 }, | 1137 }, |
| 1138 { | 1138 { |
| 1139 name: "XSLT", | 1139 name: "XSLT", |
| 1140 status: "stable", | 1140 status: "stable", |
| 1141 }, | 1141 }, |
| 1142 ], | 1142 ], |
| 1143 } | 1143 } |
| OLD | NEW |