aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/rtcicecandidate.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-2/+2
|
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-5/+5
| | | | This fixes many rustdoc errors that occur due to raw URLs in rustdoc comments as well as unescaped Rust code that should be in backticks.
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+7
| | | | | * strict imports formatting * Reformat all imports
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
|
* Formatting.Josh Matthews2023-05-281-1/+8
|
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+18
|
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
|
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
|
* Add RTCIceCandidate::ToJSONManish Goregaokar2019-01-291-0/+10
|
* Use draft spec linksManish Goregaokar2019-01-291-4/+4
|
* Fill in some of RTCPeerConnection, add signallerManish Goregaokar2019-01-281-12/+36
|
* Fill in RTCIceCandidateManish Goregaokar2019-01-281-7/+43
|
* Add empty RTCIceCandidate interfaceManish Goregaokar2019-01-281-0/+41