aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webxr/xrsession.rs
Commit message (Expand)AuthorAgeFilesLines
* Use Window in new methods instead of GlobalScope for interfaces with … (#36...Richard Dushime2025-04-021-13/+21
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-191-2/+2
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-2/+2
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-1/+1
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-6/+9
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-15/+13
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-2/+2
* script: Add `CanvasContext` trait (#35448)Samson2025-02-211-0/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-6/+12
* 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-16/+16
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-11/+22
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-46/+21
* 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-4/+5
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-0/+1111