aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/rtcerror.rs
Commit message (Expand)AuthorAgeFilesLines
* Use Window in new methods instead of GlobalScope for interfaces with … (#36...Richard Dushime2025-04-021-7/+6
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* refactor RTCError::new_inherited (#35617)Yerkebulan Tulibergenov2025-02-231-15/+6
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-3/+8
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-0/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Various CanGc fixes (#33800)webbeef2024-10-111-2/+7
* 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-2/+6
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+6
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+6
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+10
* Trigger RTCErrorEvent on data channel errorFernando Jiménez Moreno2020-06-291-1/+1
* Introduce RTCError and RTCErrorEventFernando Jiménez Moreno2020-06-291-0/+90