aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/rtcdatachannel.rs
Commit message (Expand)AuthorAgeFilesLines
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-4/+4
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-0/+1
* Various CanGc fixes (#33800)webbeef2024-10-111-5/+5
* More CanGc fixes: Range, Event, gpu error, Header (#33774)webbeef2024-10-101-3/+6
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-3/+7
* clippy: Fix let_and_return warnings (#31964)Oluwatobi Sofela2024-04-011-4/+2
* clippy: Fix single_match warnings (#31876)Oluwatobi Sofela2024-03-261-11/+8
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* Upgrade media / GStreamer / GLib (#30750)Martin Robinson2024-01-051-3/+3
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-15/+17
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-2/+2
* Fix rooting issueFernando Jiménez Moreno2020-06-291-2/+2
* Fix data channels borrowing errorsFernando Jiménez Moreno2020-06-291-5/+6
* Set data channels as closed on peer connection closeFernando Jiménez Moreno2020-06-291-2/+6
* Allow receiving binary data channel messagesFernando Jiménez Moreno2020-06-291-24/+59
* Allow sending binary messagesFernando Jiménez Moreno2020-06-291-9/+45
* RTCDataChannel.readyState getterFernando Jiménez Moreno2020-06-291-2/+43
* Use data channel idsFernando Jiménez Moreno2020-06-291-125/+76
* Cleanups and tidy fixesFernando Jiménez Moreno2020-06-291-5/+5
* Fix rooting issues with data channels callbacksFernando Jiménez Moreno2020-06-291-46/+53
* Implement ondatachannel eventFernando Jiménez Moreno2020-06-291-2/+9
* Allow sending strings through data channelsFernando Jiménez Moreno2020-06-291-1/+5
* On data channel message handlerFernando Jiménez Moreno2020-06-291-1/+24
* Trigger RTCErrorEvent on data channel errorFernando Jiménez Moreno2020-06-291-2/+20
* WebRTCDataChannel initial supportFernando Jiménez Moreno2020-06-291-0/+260