aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/rtcpeerconnection.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-31/+19
* Add RTCPeerConnection.ontrackManish Goregaokar2019-05-081-1/+25
* Use MediaStreamTracks in MediaStreamsManish Goregaokar2019-05-071-4/+6
* Update servo-mediaManish Goregaokar2019-05-071-1/+2
* Pass InCompartment by valueAron Zwaan2019-04-251-5/+5
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-10/+26
* Move media backend initialization to process startup.Josh Matthews2019-04-151-2/+0
* Auto merge of #23157 - ferjm:gum.playback, r=Manishearthbors-servo2019-04-131-3/+3
|\
| * MediaStream playback through audio and video elementsFernando Jiménez Moreno2019-04-101-3/+3
* | Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-5/+10
|/
* Add RTCPeerConnection::CloseManish Goregaokar2019-03-251-0/+25
* Add SignalingState to RTCPeerConnectionManish Goregaokar2019-03-251-2/+62
* Add ICEConnectionState to RTCPeerConnectionManish Goregaokar2019-03-251-5/+63
* Add ICEGatheringState to RTCPeerConnectionManish Goregaokar2019-03-251-2/+88
* Use servo-media-auto and call ServoMedia::init where requiredFernando Jiménez Moreno2019-03-251-0/+2
* Update servo-mediaManish Goregaokar2019-02-131-1/+1
* Use draft spec linksManish Goregaokar2019-01-291-10/+10
* Configure STUN serversManish Goregaokar2019-01-291-11/+28
* Add RTCPeerConnection::AddStreamManish Goregaokar2019-01-291-0/+10
* Add RTCPeerConnection::SetRemoteDescriptionManish Goregaokar2019-01-291-0/+41
* Add RTCPeerConnection::SetLocalDescriptionManish Goregaokar2019-01-291-2/+57
* Add createAnswerManish Goregaokar2019-01-291-6/+56
* Add createOferManish Goregaokar2019-01-291-8/+83
* Add RTCPeerConnection::AddIceCandidateManish Goregaokar2019-01-291-0/+35
* Fire negotiationneeded and icecandidate eventsManish Goregaokar2019-01-291-4/+52
* Add RTCPeerConnectionIceEventManish Goregaokar2019-01-291-0/+4
* Fill in some of RTCPeerConnection, add signallerManish Goregaokar2019-01-281-2/+75
* Add empty RTCPeerConnection interfaceManish Goregaokar2019-01-281-0/+42