aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrsession.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Added first-cut implementation of XR layersAlan Jeffrey2020-04-131-11/+48
|/
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Update to 3/4 nightly rustc.Josh Matthews2020-03-101-9/+9
* Remove unused imports.Josh Matthews2020-03-091-4/+0
* Remove XR canvas dirtying step.Josh Matthews2020-03-091-8/+0
* Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-091-1/+5
* Revert "Auto merge of #25898 - jdm:rustup, r=asajeffrey"Josh Matthews2020-03-061-9/+9
* Update to 3/4 nightly rustc.Josh Matthews2020-03-041-9/+9
* Auto merge of #25738 - jsjoeio:jsjoeio/issue-25732-rename-xr, r=Manishearth,jdmbors-servo2020-02-241-1/+1
|\
| * refactor: rename XR to XRSystemJavaScript Joe2020-02-231-1/+1
* | Add profiling for WebXRManish Goregaokar2020-02-221-1/+25
|/
* Auto merge of #25773 - Manishearth:input-sources-change, r=jdmbors-servo2020-02-161-2/+31
|\
| * Always trigger an input sources change event on session creationManish Goregaokar2020-02-151-2/+31
* | Expose DOMHighResTimeStamps at lower resPatrick Shaughnessy2020-02-031-3/+3
|/
* rename compartment to realmKunal Mohan2020-01-241-4/+4