aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mediastream.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes starting from blob.rs, mediastream.rs, custom_event.rs (#33820)chickenleaf2024-10-121-5/+6
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-14/+16
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-9/+22
* clippy: Fix search_is_some warnings (#31971)Oluwatobi Sofela2024-04-021-1/+1
* clippy: Fix op_ref warnings (#31900)Oluwatobi Sofela2024-03-271-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-7/+7
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+5
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-2/+9
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-8/+20
* Add MediaStream::new_single()Manish Goregaokar2020-07-021-0/+12
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-2/+1
* Add constructors for MediaStreamManish Goregaokar2019-05-081-0/+23
* Add {MediaStream, MediaStreamTrack}.clone()Manish Goregaokar2019-05-081-1/+10
* Add MediaStream.addTrack() and MediaStream.removeTrack()Manish Goregaokar2019-05-081-0/+15
* Add MediaStream.getTrackById()Manish Goregaokar2019-05-071-0/+10
* Add MediaStream.getVideoTracks(), MediaStream.getAudioTracks()Manish Goregaokar2019-05-071-0/+21
* Use MediaStreamTracks in MediaStreamsManish Goregaokar2019-05-071-11/+26
* MediaStream playback through audio and video elementsFernando Jiménez Moreno2019-04-101-11/+6
* Update servo-mediaManish Goregaokar2019-02-131-1/+1
* Add RTCPeerConnection::AddStreamManish Goregaokar2019-01-291-2/+12
* Add MediaDevices::GetUserMediaManish Goregaokar2019-01-291-6/+7
* Add empty MediaStream interfaceManish Goregaokar2019-01-291-0/+34