aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/offlineaudiocontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-7/+3
* Pass InCompartment by valueAron Zwaan2019-04-251-1/+1
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-2/+6
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-1/+2
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-1/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-3/+4
* Reorder importsPyfisch2018-11-061-2/+2
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-19/+19
* Handle case when OfflineAudioContext doesn't receive all the buffersManish Goregaokar2018-10-101-1/+5
* Check constraints in both overloaded OfflineAudioContext constructorsFernando Jiménez Moreno2018-09-201-19/+17
* Format script componentchansuke2018-09-191-12/+21
* Add support for multichannel decoded audioFernando Jiménez Moreno2018-09-111-0/+4
* Make OfflineAudioContextOptions spec compliantFernando Jiménez Moreno2018-07-301-22/+18
* OfflineAudioContextFernando Jiménez Moreno2018-07-301-0/+178