aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/audiocontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* 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-4/+4
* 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-2/+2
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-12/+16
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-30/+16
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-10/+11
* 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-4/+4
* CanGc fixes in components/script/dom (#33862)tanishka2024-10-161-2/+4
* CanGc fixes (#33852)chickenleaf2024-10-161-1/+2
* CanGc fixes starting from blob.rs, mediastream.rs, custom_event.rs (#33820)chickenleaf2024-10-121-2/+5
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-11/+10
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+5
* fix: add error handling to BaseAudioContext::new_inherited (#33023)Taym Haddadi2024-08-181-8/+11
* 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