aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webxr
Commit message (Expand)AuthorAgeFilesLines
* Use Window in new methods instead of GlobalScope for interfaces with … (#36...Richard Dushime2025-04-0216-116/+119
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-194-8/+8
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-161-9/+10
* Use new stylo crate renames (#35898)Nico Burns2025-03-126-7/+7
* script: implement ReadableByteStreamController (#35410)Taym Haddadi2025-03-103-3/+3
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-032-3/+8
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-0326-31/+33
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-253-14/+17
* 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-233-20/+20
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-1/+1
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-224-8/+8
* script: Add `CanvasContext` trait (#35448)Samson2025-02-213-0/+3
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-2020-46/+72
* Use surfman with glow bindings (take II) (#35422)Samson2025-02-131-3/+2
* Revert "Use surfman with glow bindings (#34328)" (#35402)Samson2025-02-101-2/+3
* Use surfman with glow bindings (#34328)Samson2025-02-051-3/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-0418-18/+18
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-184-4/+4
* Support future uses of traits with associated types in rooting analysis (#34359)Josh Matthews2025-01-161-3/+17
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-1041-196/+215
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-074-24/+49
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-044-91/+40
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-014-4/+0
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-1321-9/+56
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-114-25/+29
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-2441-0/+6079