| 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 534 name: "MediaConstraints", | 534 name: "MediaConstraints", |
| 535 status: "stable", | 535 status: "stable", |
| 536 }, | 536 }, |
| 537 { | 537 { |
| 538 name: "MediaDocumentDownloadButton", | 538 name: "MediaDocumentDownloadButton", |
| 539 }, | 539 }, |
| 540 { | 540 { |
| 541 name: "MediaGetSettings", | 541 name: "MediaGetSettings", |
| 542 status: "stable", | 542 status: "stable", |
| 543 }, | 543 }, |
| 544 { |
| 545 name: "MediaQueryShape", |
| 546 status: "experimental", |
| 547 }, |
| 544 // MediaSession is enabled by default on Android only. | 548 // MediaSession is enabled by default on Android only. |
| 545 // TODO(rbyers): Add parameter to specify platform. | 549 // TODO(rbyers): Add parameter to specify platform. |
| 546 { | 550 { |
| 547 name: "MediaSession", | 551 name: "MediaSession", |
| 548 status: "test", | 552 status: "test", |
| 549 }, | 553 }, |
| 550 { | 554 { |
| 551 name: "MediaSourceExperimental", | 555 name: "MediaSourceExperimental", |
| 552 status: "experimental", | 556 status: "experimental", |
| 553 }, | 557 }, |
| 554 { | 558 { |
| 555 name: "MediaSourceNewAbortAndDuration", | 559 name: "MediaSourceNewAbortAndDuration", |
| 556 status: "experimental", | 560 status: "experimental", |
| 557 }, | 561 }, |
| 558 { | 562 { |
| 559 name: "MediaStreamSpeech", | 563 name: "MediaStreamSpeech", |
| 560 status: "experimental", | 564 status: "experimental", |
| 561 }, | 565 }, |
| 562 { | 566 { |
| 563 name: "MediaQueryShape", | |
| 564 status: "experimental", | |
| 565 }, | |
| 566 { | |
| 567 name: "MediaStreamTrackContentHint", | 567 name: "MediaStreamTrackContentHint", |
| 568 status: "experimental", | 568 status: "experimental", |
| 569 }, | 569 }, |
| 570 { | 570 { |
| 571 name: "MediaTrackCapabilities", |
| 572 implied_by: ["ImageCapture"], |
| 573 status: "experimental", |
| 574 }, |
| 575 { |
| 571 name: "MemoryInfoInWorkers", | 576 name: "MemoryInfoInWorkers", |
| 572 status: "experimental", | 577 status: "experimental", |
| 573 }, | 578 }, |
| 574 // This is enabled by default on Windows only. The only part that's | 579 // This is enabled by default on Windows only. The only part that's |
| 575 // "experimental" is the support on other platforms. | 580 // "experimental" is the support on other platforms. |
| 576 { | 581 { |
| 577 name: "MiddleClickAutoscroll", | 582 name: "MiddleClickAutoscroll", |
| 578 status: "test", | 583 status: "test", |
| 579 }, | 584 }, |
| 580 { | 585 { |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1022 { | 1027 { |
| 1023 name: "BlockLegacySubresources", | 1028 name: "BlockLegacySubresources", |
| 1024 status: "experimental", | 1029 status: "experimental", |
| 1025 }, | 1030 }, |
| 1026 { | 1031 { |
| 1027 name: "MediaControlsOverlayPlayButton", | 1032 name: "MediaControlsOverlayPlayButton", |
| 1028 settable_from_internals: true, | 1033 settable_from_internals: true, |
| 1029 } | 1034 } |
| 1030 ], | 1035 ], |
| 1031 } | 1036 } |
| OLD | NEW |