aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webxr/xrtest.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-2/+7
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-4/+4
* refactor: add CanGc as argument to Promise::reject_native (#35640)Yerkebulan Tulibergenov2025-02-251-1/+1
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-3/+4
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-3/+3
* 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-3/+3
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-4/+10
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-17/+7
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+1
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-0/+235