aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mediastream.rs
Commit message (Expand)AuthorAgeFilesLines
* 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