aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/fakexrdevice.rs
Commit message (Expand)AuthorAgeFilesLines
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-368/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-2/+3
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-2/+3
* Replace some `Point2D::new(0, 0)` instances with `Point2D::zero()` (#33783)birdbrained2024-10-101-1/+1
* webxr: Implement reference space reset events (#33460)Daniel Adams2024-09-171-0/+5
* chore: Fix two compiler warnings (#33421)Martin Robinson2024-09-121-2/+2
* webxr: Update XRInputSource Gamepad handling, FakeXRInputController (#33403)Daniel Adams2024-09-121-4/+8
* Update FakeXRDevice to support updating bounds (#33271)Daniel Adams2024-09-011-3/+27
* webxr: Update XRInputSource interface to latest spec (#33155)Daniel Adams2024-08-211-0/+1
* clippy: Fix manual_map warnings (#31922)Oluwatobi Sofela2024-03-281-6/+4
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-10/+10
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-12/+13
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Update webxrManish Goregaokar2020-04-271-0/+1
* Add hit test mocking after initializationManish Goregaokar2020-04-191-0/+11
* Add hit test mocking at initializationManish Goregaokar2020-04-191-4/+51
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* Support profilesManish Goregaokar2020-01-211-1/+4
* Make next_input_id an InputIdManish Goregaokar2020-01-091-4/+4
* Add FakeXRDevice::simulateInputSourceConnection()Manish Goregaokar2020-01-091-1/+75
* Add SimulateVisibilityChange()Manish Goregaokar2020-01-081-2/+13
* Clean up mock view code, support mono viewsManish Goregaokar2019-12-111-58/+33
* Handle FOV values in mock APIManish Goregaokar2019-12-111-5/+29
* Support nullable origins and floorsManish Goregaokar2019-12-111-2/+20
* Improve session test lifecycle codeManish Goregaokar2019-07-291-1/+30
* Update euclid.Emilio Cobos Álvarez2019-07-231-14/+14
* Support XRTest.disconnectAllDevices()Manish Goregaokar2019-07-231-0/+4
* Added framebuffer and related attributes to XRWebGLLayerAlan Jeffrey2019-07-181-0/+12
* Update test API, hook it up to webxr mockingManish Goregaokar2019-07-111-38/+43
* Update requiredness of some fieldsManish Goregaokar2019-07-021-24/+7
* Update to latest xrtest apiManish Goregaokar2019-07-011-0/+138