| 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 }, | 539 }, |
| 540 { | 540 { |
| 541 name: "LinkServiceWorker", | 541 name: "LinkServiceWorker", |
| 542 origin_trial_feature_name: "ForeignFetch", | 542 origin_trial_feature_name: "ForeignFetch", |
| 543 status: "experimental", | 543 status: "experimental", |
| 544 }, | 544 }, |
| 545 { | 545 { |
| 546 name: "LoadingWithMojo", | 546 name: "LoadingWithMojo", |
| 547 }, | 547 }, |
| 548 { | 548 { |
| 549 name: "LocationHardReload", |
| 550 }, |
| 551 { |
| 549 name: "LongTaskObserver", | 552 name: "LongTaskObserver", |
| 550 status: "stable", | 553 status: "stable", |
| 551 }, | 554 }, |
| 552 { | 555 { |
| 553 name: "MediaCapabilities", | 556 name: "MediaCapabilities", |
| 554 status: "test", | 557 status: "test", |
| 555 }, | 558 }, |
| 556 { | 559 { |
| 557 name: "MediaCapture", | 560 name: "MediaCapture", |
| 558 }, | 561 }, |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 { | 1065 { |
| 1063 name: "Worklet", | 1066 name: "Worklet", |
| 1064 status: "experimental", | 1067 status: "experimental", |
| 1065 }, | 1068 }, |
| 1066 { | 1069 { |
| 1067 name: "XSLT", | 1070 name: "XSLT", |
| 1068 status: "stable", | 1071 status: "stable", |
| 1069 }, | 1072 }, |
| 1070 ], | 1073 ], |
| 1071 } | 1074 } |
| OLD | NEW |