aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/rtcsessiondescription.rs
Commit message (Expand)AuthorAgeFilesLines
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+5
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+8
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* use SafeJSContextKagami Sascha Rosylight2019-07-251-1/+0
* Merge branch 'master' into tojsonKagami Sascha Rosylight2019-07-251-0/+1
|\
| * Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-5/+8
* | Support default toJSON in WebIDLKagami Sascha Rosylight2019-07-241-16/+0
|/
* Add RTCSessionDescription::ToJSONManish Goregaokar2019-01-291-0/+16
* Use draft spec linksManish Goregaokar2019-01-291-2/+2
* Fill in RTCSessionDescriptionManish Goregaokar2019-01-281-6/+34
* Add empty RTCSessionDescription interfaceManish Goregaokar2019-01-281-0/+41