aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrsession.rs
Commit message (Expand)AuthorAgeFilesLines
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-1111/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-3/+3
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-7/+7
* Replace CanGC note calls with arguments passed by callers (#33978)Wulan Seruniati Salim2024-10-231-3/+3
* Fix GC borrow hazard in XRSession::UpdateTargetFrameRate (#33929)tanishka2024-10-221-13/+15
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-6/+11
* Replace CanGc::note() with arguments passed by callers (#33917)Wulan Seruniati Salim2024-10-201-0/+1
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-4/+9
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-9/+9
* More CanGc fixes (#33888)chickenleaf2024-10-171-0/+3
* CanGc fixes in components/script/dom (#33880)tanishka2024-10-171-1/+4
* CanGc fixes (#33852)chickenleaf2024-10-161-3/+3
* Throw NotSupported error and update expected results for XRSession::UpdateRen...chickenleaf2024-10-111-10/+2
* Various CanGc fixes (#33800)webbeef2024-10-111-5/+7
* webxr: Implement reference space reset events (#33460)Daniel Adams2024-09-171-0/+39
* webxr: Update XRInputSource Gamepad handling, FakeXRInputController (#33403)Daniel Adams2024-09-121-0/+6
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-6/+5
* webxr: Add some missing internal checks/validation (#33318)Daniel Adams2024-09-051-2/+7
* webxr: Implement XRBoundedReferenceSpace (#33176)Daniel Adams2024-08-251-3/+17
* webxr: Update XRSession to latest spec (#33059)Daniel Adams2024-08-171-1/+125
* webxr: Add missing IDL members from AR Module (#33007)Daniel Adams2024-08-131-1/+9
* Implement WebXR Gamepads Module (#32860)Daniel Adams2024-08-031-3/+17
* Remove the WebXR dependency on ancient `time@0.1` crate (#32862)Martin Robinson2024-07-261-27/+5
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-4/+1
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-1/+1
* clippy: Fix search_is_some warnings (#31971)Oluwatobi Sofela2024-04-021-6/+4
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix op_ref warnings (#31900)Oluwatobi Sofela2024-03-271-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-3/+3
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-12/+12
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-26/+27
* No tracing of nop traceable fields (#29926)Samson2023-08-041-3/+7
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-1/+1
* Add test for layers feature (currently always false)Alan Jeffrey2020-08-041-3/+8
* Implement the changes to updating the render state from the WebXR Layers specAlan Jeffrey2020-08-031-17/+56
* Update WebXR Layer IDL, and matching changes to the Rust code.Alan Jeffrey2020-08-031-48/+14
* Update XRWebGLLayer to match specification.Josh Matthews2020-07-201-4/+2
* Support for webxr layer managementAlan Jeffrey2020-06-281-37/+105
* Auto merge of #26551 - Manishearth:per-view, r=asajeffreybors-servo2020-05-181-10/+6
|\
| * Update to treat view transforms as native-relativeManish Goregaokar2020-05-181-2/+5
| * Move viewports to being per-session, not per-frameManish Goregaokar2020-05-181-8/+1
* | Handle cancelAnimationFrame() when called within a requestAnimationFrame() ca...huangjiahua2020-05-131-2/+20
|/
* Add feature gating for hit testsManish Goregaokar2020-04-191-0/+12
* Add XRSession::requestHitTestSource()Manish Goregaokar2020-04-191-4/+77
* Add XRRay(transform) constructorManish Goregaokar2020-04-191-4/+2
* Auto merge of #26164 - Manishearth:dirty-endsession, r=jdmbors-servo2020-04-131-0/+17
|\
| * Dirty layers when changing visibility stateManish Goregaokar2020-04-131-0/+17