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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 origin_trial_feature_name: "LongTaskObserver", | 501 origin_trial_feature_name: "LongTaskObserver", |
502 status: "experimental", | 502 status: "experimental", |
503 }, | 503 }, |
504 { | 504 { |
505 name: "FractionalScrollOffsets", | 505 name: "FractionalScrollOffsets", |
506 }, | 506 }, |
507 { | 507 { |
508 name: "LoadingWithMojo", | 508 name: "LoadingWithMojo", |
509 }, | 509 }, |
510 { | 510 { |
| 511 name: "MediaCapabilities", |
| 512 status: "test", |
| 513 }, |
| 514 { |
511 name: "MediaCapture", | 515 name: "MediaCapture", |
512 }, | 516 }, |
513 { | 517 { |
514 name: "MediaCaptureDepth", | 518 name: "MediaCaptureDepth", |
515 status: "experimental", | 519 status: "experimental", |
516 }, | 520 }, |
517 { | 521 { |
518 name: "MediaCaptureFromCanvas", | 522 name: "MediaCaptureFromCanvas", |
519 status: "stable", | 523 status: "stable", |
520 }, | 524 }, |
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1005 { | 1009 { |
1006 name: "UnclosedFormControlIsInvalid", | 1010 name: "UnclosedFormControlIsInvalid", |
1007 status: "experimental", | 1011 status: "experimental", |
1008 }, | 1012 }, |
1009 { | 1013 { |
1010 name: "RestrictCompleteURLCharacterSet", | 1014 name: "RestrictCompleteURLCharacterSet", |
1011 status: "experimental", | 1015 status: "experimental", |
1012 }, | 1016 }, |
1013 ], | 1017 ], |
1014 } | 1018 } |
OLD | NEW |