mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #21502 - Manishearth:listener, r=ferjm
Add AudioListener/AudioPanner DOM interfaces Seems to work. I'll need some changes to the servo-media side to support the panner node getters as well as the older `setPosition()`/etc APIs. I'll get to those later. r? @ferjm <!-- 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/21502) <!-- Reviewable:end -->
This commit is contained in:
commit
d827370804
28 changed files with 822 additions and 340 deletions
|
@ -65286,7 +65286,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"ad419477302c2f55fd0b0f7b90d4b36ee9700988",
|
||||
"179f9c6c6928b3a4194c82f85cd1cce81123a5bc",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
|
|
|
@ -16,6 +16,7 @@ test_interfaces([
|
|||
"AudioBufferSourceNode",
|
||||
"AudioContext",
|
||||
"AudioDestinationNode",
|
||||
"AudioListener",
|
||||
"AudioNode",
|
||||
"AudioParam",
|
||||
"AudioScheduledSourceNode",
|
||||
|
@ -173,6 +174,7 @@ test_interfaces([
|
|||
"OfflineAudioContext",
|
||||
"OscillatorNode",
|
||||
"PageTransitionEvent",
|
||||
"PannerNode",
|
||||
"Performance",
|
||||
"PerformanceEntry",
|
||||
"PerformanceMark",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue