aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/RTCPeerConnection.webidl
Commit message (Expand)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-241-153/+0
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-2/+2
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-5/+5
* dom: Add WebRTC transceiver stubs.Josh Matthews2020-07-141-2/+19
* WebRTCDataChannel initial supportFernando Jiménez Moreno2020-06-291-0/+8
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-2/+2
* Require default dictionary value for optional dictsKagami Sascha Rosylight2019-07-121-4/+4
* Add RTCPeerConnection.ontrackManish Goregaokar2019-05-081-0/+12
* Add RTCPeerConnection::CloseManish Goregaokar2019-03-251-1/+1
* Add SignalingState to RTCPeerConnectionManish Goregaokar2019-03-251-2/+11
* Add ICEConnectionState to RTCPeerConnectionManish Goregaokar2019-03-251-2/+12
* Add ICEGatheringState to RTCPeerConnectionManish Goregaokar2019-03-251-2/+8
* Add RTCPeerConnection::AddStreamManish Goregaokar2019-01-291-0/+3
* Add RTCPeerConnection::SetRemoteDescriptionManish Goregaokar2019-01-291-2/+2
* Add RTCPeerConnection::SetLocalDescriptionManish Goregaokar2019-01-291-2/+2
* Add createAnswerManish Goregaokar2019-01-291-2/+2
* Add createOferManish Goregaokar2019-01-291-1/+12
* Add RTCPeerConnection::AddIceCandidateManish Goregaokar2019-01-291-1/+1
* Fire negotiationneeded and icecandidate eventsManish Goregaokar2019-01-291-2/+2
* Add empty RTCPeerConnection interfaceManish Goregaokar2019-01-281-0/+77