diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-08-22 20:57:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-22 20:57:49 -0400 |
commit | cacd4ed4e216ec4c572ea78c7e86bcd0b3d8c86b (patch) | |
tree | 4756d89cad8998f53ab0ba5b49b4afbeb5b00b3c /components/script_plugins/utils.rs | |
parent | ee9b3b3864ee7988d45e861c19b57b706160edcf (diff) | |
parent | 4d43f34bac1e4c5d56f1339166186d8078754874 (diff) | |
download | servo-cacd4ed4e216ec4c572ea78c7e86bcd0b3d8c86b.tar.gz servo-cacd4ed4e216ec4c572ea78c7e86bcd0b3d8c86b.zip |
Auto merge of #23997 - collares:audiobuffersourcenode, r=ferjm
Implement missing functionality of AudioBufferSourceNode
<!-- Please describe your changes on the following line: -->
This is a tiny PR to support [Media #293](https://github.com/servo/media/pull/293). Last time I ran WPT there was only one failing AudioBufferSourceNode test (which I will debug later this week). Once I rebased, however, I started getting unrelated servo-media build failures:
```
error[E0599]: no method named `shutdown_audio_context` found for type `std::sync::Arc<servo_media::ServoMedia>` in the current scope
--> components/script/dom/baseaudiocontext.rs:566:14
error[E0599]: no method named `shutdown_player` found for type `std::sync::Arc<servo_media::ServoMedia>` in the current scope
--> components/script/dom/htmlmediaelement.rs:1866:18
```
I wanted to get this PR up so https://github.com/servo/media/pull/293 can be tested. When the unrelated build failures are fixed, I will run `./mach update-wpt` and update this PR.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` only reports unrelated errors (broken servo/media master?)
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #22363
<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because ___
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23997)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script_plugins/utils.rs')
0 files changed, 0 insertions, 0 deletions