aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/baseaudiocontext.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-2/+2
* refactor: add CanGc as argument to BaseAudioContext::{Destination, Listener} ...Yerkebulan Tulibergenov2025-03-011-4/+4
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-4/+4
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-3/+3
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-3/+3
* servo-media 1e28d1d997: don't unwrap ServoMedia::get() (#35049)mcclure2025-01-181-1/+0
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-15/+15
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-8/+14
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-54/+33
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+2
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-7/+8
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-3/+4
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-1/+2
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+4
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-2/+6
* CanGc fixes in components/script/dom (#33891)tanishka2024-10-171-4/+13
* More CanGc fixes (#33888)chickenleaf2024-10-171-4/+11
* CanGc fixes in components/script/dom (#33862)tanishka2024-10-161-1/+2
* CanGc fixes (#33852)chickenleaf2024-10-161-2/+7
* CanGc fixes originating from `gamepadevent.rs` & `stereopannernode.rs` (#33828)tanishka2024-10-141-1/+2
* CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversiz...chickenleaf2024-10-131-2/+8
* fix: add error handling to BaseAudioContext::new_inherited (#33023)Taym Haddadi2024-08-181-6/+9
* webaudio: Implement IIRFilterNode (#33001)Daniel Adams2024-08-121-0/+20
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-1/+3
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Fix let_and_return warnings (#31964)Oluwatobi Sofela2024-04-011-4/+2
* clippy: Fix all errors in `components/script` (#31911)Azhar Ismagulova2024-03-281-2/+2
* clippy: Fix clippy problems in `components/script/dom` (#31891)Rosemary Ajayi2024-03-271-1/+0
* clippy: fix some warnings in components/script (#31865)Ekta Siwach2024-03-261-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-21/+17
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-20/+20
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-22/+24
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Update uuidMartin Robinson2023-06-261-1/+1
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+2
* fixed channels indexing in progress callback in BaseAudioContext.DecodeAudioDataShamir Khodzha2020-05-041-4/+7
* Update to 3/4 nightly rustc.Josh Matthews2020-03-101-1/+1
* Revert "Auto merge of #25898 - jdm:rustup, r=asajeffrey"Josh Matthews2020-03-061-1/+1
* Update to 3/4 nightly rustc.Josh Matthews2020-03-041-1/+1
* rename compartment to realmKunal Mohan2020-01-241-5/+5
* Register pipeline instead of browsing contexts for media instancesFernando Jiménez Moreno2019-09-191-6/+4
* Update servo-media. Remove implicit shutdown requests. It all happens automag...Fernando Jiménez Moreno2019-08-191-14/+0
* ISSUE-21803: implement ConstantSourceNode audionodeThomas Delacour2019-08-131-0/+11
* AudioContext shutdownFernando Jiménez Moreno2019-07-051-0/+14
* Update servo media to include global mute supportFernando Jiménez Moreno2019-07-051-12/+22