aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/audiocontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-6/+6
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+8
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+6
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+2
* Add AudioContext constructors for media stream nodesManish Goregaokar2020-07-021-0/+33
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Remove unnecessary Option.Josh Matthews2020-02-241-3/+1
* rename compartment to realmKunal Mohan2020-01-241-5/+5
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Implement AudioContext.createMediaElementAudioSourceNode()Fernando Jiménez Moreno2019-11-181-0/+12
* MediaElementAudioSourceNode implementationFernando Jiménez Moreno2019-11-181-0/+4
* Support enum value as a union default valueKagami Sascha Rosylight2019-10-191-2/+13
* Register pipeline instead of browsing contexts for media instancesFernando Jiménez Moreno2019-09-191-8/+7
* Update servo media to include global mute supportFernando Jiménez Moreno2019-07-051-6/+13
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-13/+5
* Pass InCompartment by valueAron Zwaan2019-04-251-2/+2
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-4/+11
* Fix formatting issuesAron Zwaan2019-04-031-1/+1
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-2/+4
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-2/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-34/+34
* 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-4/+4
* Reorder importsPyfisch2018-11-061-3/+7
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-15/+15
* Format script componentchansuke2018-09-191-3/+2
* 48000 -> 44100Manish Goregaokar2018-07-301-1/+1
* OfflineAudioContextFernando Jiménez Moreno2018-07-301-8/+5
* test-tidy fixesFernando Jiménez Moreno2018-07-301-3/+7
* rustfmtFernando Jiménez Moreno2018-07-301-15/+30
* Workaround resume issuesFernando Jiménez Moreno2018-07-301-6/+13
* Properly implement audio context state changesFernando Jiménez Moreno2018-07-301-20/+87
* AudioContext.suspend() implementationFernando Jiménez Moreno2018-07-301-7/+41
* AudioContext constructionFernando Jiménez Moreno2018-07-301-1/+24
* Audio context optionsFernando Jiménez Moreno2018-07-301-6/+26
* Initial WebAudio API stubsFernando Jiménez Moreno2018-07-301-0/+81