aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/rtcdatachannel.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Use Window in new methods instead of GlobalScope for interfaces with … (#36...Richard Dushime2025-04-021-2/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-7/+9
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-13/+14
* 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