aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/offlineaudiocontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-2/+5
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-30/+31
* 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-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-1/+1
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-2/+6
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-8/+3
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-1/+1
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-2/+2
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+2
* More CanGc fixes (#33888)chickenleaf2024-10-171-1/+1
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-5/+6
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+14
* fix: add error handling to BaseAudioContext::new_inherited (#33023)Taym Haddadi2024-08-181-5/+5
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-2/+1
* clippy: Fix all errors in `components/script` (#31911)Azhar Ismagulova2024-03-281-2/+2
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* 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-11/+13
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+6
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+8
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-1/+1
* feat: shorten thread namesyvt2021-07-191-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Remove unnecessary Option.Josh Matthews2020-02-241-3/+1
* rename compartment to realmKunal Mohan2020-01-241-3/+3
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Register pipeline instead of browsing contexts for media instancesFernando Jiménez Moreno2019-09-191-10/+8
* Update servo media to include global mute supportFernando Jiménez Moreno2019-07-051-5/+28
* 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