aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/rtcerrorevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* More CanGc fixes: Range, Event, gpu error, Header (#33774)webbeef2024-10-101-9/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-4/+4
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+14
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+17
* Cleanups and tidy fixesFernando Jiménez Moreno2020-06-291-0/+2
* Trigger RTCErrorEvent on data channel errorFernando Jiménez Moreno2020-06-291-1/+1
* Introduce RTCError and RTCErrorEventFernando Jiménez Moreno2020-06-291-0/+72