Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -4/+5 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Rename reflect_dom_object2. | Josh Matthews | 2023-05-31 | 1 | -2/+2 |
| | |||||
* | Formatting. | Josh Matthews | 2023-05-28 | 1 | -2/+9 |
| | |||||
* | Support arbitrary protos when wrapping DOM objects with constructors. | Josh Matthews | 2023-05-28 | 1 | -8/+20 |
| | |||||
* | Add MediaStream::new_single() | Manish Goregaokar | 2020-07-02 | 1 | -0/+12 |
| | |||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -6/+2 |
| | |||||
* | Modify `script` to prevent further violations of snake_case | Kunal Mohan | 2020-01-18 | 1 | -0/+1 |
| | |||||
* | Add accountable-refcell as optional build time feature | Kunal Mohan | 2020-01-08 | 1 | -2/+1 |
| | |||||
* | Add constructors for MediaStream | Manish Goregaokar | 2019-05-08 | 1 | -0/+23 |
| | |||||
* | Add {MediaStream, MediaStreamTrack}.clone() | Manish Goregaokar | 2019-05-08 | 1 | -1/+10 |
| | |||||
* | Add MediaStream.addTrack() and MediaStream.removeTrack() | Manish Goregaokar | 2019-05-08 | 1 | -0/+15 |
| | |||||
* | Add MediaStream.getTrackById() | Manish Goregaokar | 2019-05-07 | 1 | -0/+10 |
| | |||||
* | Add MediaStream.getVideoTracks(), MediaStream.getAudioTracks() | Manish Goregaokar | 2019-05-07 | 1 | -0/+21 |
| | |||||
* | Use MediaStreamTracks in MediaStreams | Manish Goregaokar | 2019-05-07 | 1 | -11/+26 |
| | |||||
* | MediaStream playback through audio and video elements | Fernando Jiménez Moreno | 2019-04-10 | 1 | -11/+6 |
| | |||||
* | Update servo-media | Manish Goregaokar | 2019-02-13 | 1 | -1/+1 |
| | |||||
* | Add RTCPeerConnection::AddStream | Manish Goregaokar | 2019-01-29 | 1 | -2/+12 |
| | |||||
* | Add MediaDevices::GetUserMedia | Manish Goregaokar | 2019-01-29 | 1 | -6/+7 |
| | |||||
* | Add empty MediaStream interface | Manish Goregaokar | 2019-01-29 | 1 | -0/+34 |