| 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 }, | 542 }, |
| 543 { | 543 { |
| 544 name: "LinkServiceWorker", | 544 name: "LinkServiceWorker", |
| 545 origin_trial_feature_name: "ForeignFetch", | 545 origin_trial_feature_name: "ForeignFetch", |
| 546 status: "experimental", | 546 status: "experimental", |
| 547 }, | 547 }, |
| 548 { | 548 { |
| 549 name: "LoadingWithMojo", | 549 name: "LoadingWithMojo", |
| 550 }, | 550 }, |
| 551 { | 551 { |
| 552 name: "LocationHardReload", |
| 553 }, |
| 554 { |
| 552 name: "LongTaskObserver", | 555 name: "LongTaskObserver", |
| 553 status: "stable", | 556 status: "stable", |
| 554 }, | 557 }, |
| 555 { | 558 { |
| 556 name: "MediaCapabilities", | 559 name: "MediaCapabilities", |
| 557 status: "test", | 560 status: "test", |
| 558 }, | 561 }, |
| 559 { | 562 { |
| 560 name: "MediaCapture", | 563 name: "MediaCapture", |
| 561 }, | 564 }, |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 { | 1050 { |
| 1048 name: "Worklet", | 1051 name: "Worklet", |
| 1049 status: "experimental", | 1052 status: "experimental", |
| 1050 }, | 1053 }, |
| 1051 { | 1054 { |
| 1052 name: "XSLT", | 1055 name: "XSLT", |
| 1053 status: "stable", | 1056 status: "stable", |
| 1054 }, | 1057 }, |
| 1055 ], | 1058 ], |
| 1056 } | 1059 } |
| OLD | NEW |