aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webxr/xrsystem.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+4
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-4/+4
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-2/+3
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-4/+5
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-7/+7
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-7/+12
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-23/+10
* 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-0/+1
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-5/+6
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-0/+334