servo/components
bors-servo cacd4ed4e2
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 -->
2019-08-22 20:57:49 -04:00
..
allocator
atoms Support end events and end() 2019-07-22 09:32:01 -07:00
background_hang_monitor Remove uses of mem::uninitialized 2019-07-17 10:48:54 +02:00
bluetooth
bluetooth_traits Update regex to 1.1 2019-04-29 22:25:12 +09:00
canvas Fix the build and tidy and address nits 2019-08-21 19:19:43 +02:00
canvas_traits Replace use of callbacks in webxr by channels 2019-07-26 23:36:13 -05:00
compositing Implement TakeElementScreenshot WebDriver command 2019-08-20 00:52:46 +03:00
config Update to url 2.0 2019-08-17 10:03:44 +02:00
config_plugins
constellation introduce a pipeline namespace installer 2019-08-21 14:20:01 +02:00
debugger Update to url 2.0 2019-08-17 10:03:44 +02:00
deny_public_fields
derive_common Update darling to 0.9 2019-05-23 12:14:56 +02:00
devtools Upgrade headers, headers-core, and hyper_serde. 2019-06-13 11:08:16 -04:00
devtools_traits
dom_struct Can collect webidl paths. 2019-04-20 22:39:22 +02:00
domobject_derive
embedder_traits Pass the event loop waker into WebXR 2019-07-25 12:55:26 -05:00
fallible
geometry Update euclid. 2019-07-23 23:09:55 +02:00
gfx Update euclid. 2019-07-23 23:09:55 +02:00
gfx_traits
hashglobe Upgrade ws. 2019-06-12 15:01:03 -04:00
jstraceable_derive
layout Auto merge of #23979 - Eijebong:deps-deps-deps, r=jdm 2019-08-16 21:08:58 -04:00
layout_2020 Remove more stuff from layout_2020 2019-08-13 13:45:05 +02:00
layout_thread restructure content process shutdown ack with threaded sender, without layout 2019-08-17 16:03:07 +02:00
layout_thread_2020 restructure content process shutdown ack with threaded sender, without layout 2019-08-17 16:03:07 +02:00
layout_traits restructure content process shutdown ack with threaded sender, without layout 2019-08-17 16:03:07 +02:00
malloc_size_of Update to url 2.0 2019-08-17 10:03:44 +02:00
media Update euclid. 2019-07-23 23:09:55 +02:00
metrics
msg introduce a pipeline namespace installer 2019-08-21 14:20:01 +02:00
net Deduplicate idna, log, mime, mime_guess, percent-encoding, unicase, url, ws 2019-08-19 20:09:20 +02:00
net_traits Auto merge of #23838 - servo:url-2.0, r=Manishearth 2019-08-17 04:14:32 -04:00
pixels Update euclid. 2019-07-23 23:09:55 +02:00
profile #[global_allocator] is stable 2019-07-01 14:55:01 +02:00
profile_traits Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30) 2019-07-31 13:34:01 +02:00
rand Update rand to 0.6 2019-08-11 20:50:22 +02:00
range Remove unused code from a bunch of crates 2019-06-03 04:18:12 +02:00
remutex Remove unused code from a bunch of crates 2019-06-03 04:18:12 +02:00
script Auto merge of #23997 - collares:audiobuffersourcenode, r=ferjm 2019-08-22 20:57:49 -04:00
script_layout_interface restructure content process shutdown ack with threaded sender, without layout 2019-08-17 16:03:07 +02:00
script_plugins Upgrade to rustc 1.38.0-nightly (273f42b59 2019-07-21) 2019-07-22 09:35:43 +02:00
script_traits Finish the JSON clone algorithm 2019-08-21 19:28:32 +03:00
selectors Rustfmt and fix tidy on recent changes. 2019-06-25 13:11:31 +02:00
servo Added gstreamer support to the magicleap port 2019-08-08 16:52:50 -05:00
servo_arc style: Properly refcount-log UniqueArcs created with new_uninitialized(). 2019-07-24 14:52:53 +02:00
size_of_test
std_test_override
style Auto merge of #23973 - emilio:gecko-sync, r=emilio,jdm 2019-08-16 06:44:52 -04:00
style_derive Update darling to 0.9 2019-05-23 12:14:56 +02:00
style_traits style: Refactor grid types to preserve repeat() at computed value time and use cbindgen. 2019-08-15 16:58:44 +02:00
to_shmem Stylo: replace uses of mem::uninitialized with MaybeUninit 2019-07-16 08:03:54 +02:00
to_shmem_derive Update darling to 0.9 2019-05-23 12:14:56 +02:00
url Update to url 2.0 2019-08-17 10:03:44 +02:00
webdriver_server Auto merge of #23947 - georgeroman:finish_json_clone_functionality, r=jdm 2019-08-21 20:56:24 -04:00
webrender_traits Update euclid. 2019-07-23 23:09:55 +02:00
webvr Update euclid. 2019-07-23 23:09:55 +02:00
webvr_traits Update to latest xrtest api 2019-07-01 17:42:46 -07:00