aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrsession.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Gate reference space creation on requested featuresManish Goregaokar2020-01-211-1/+16
* Handle SetTargetRayMode and SetHandednessManish Goregaokar2020-01-211-0/+3
* Handle AddInput/RemoveInput eventsManish Goregaokar2020-01-091-1/+13
* Kick the raf loop in inline sessionsautorafManish Goregaokar2020-01-021-0/+2
* Do not wait for rAF to be requested in render loopManish Goregaokar2019-12-291-24/+11
* Correctly clamp ivfov and depth valuesManish Goregaokar2019-12-111-3/+23
* Set inlineVerticalFieldOfView to null for immersive sessionsManish Goregaokar2019-12-111-3/+11
* Use correct timestampsManish Goregaokar2019-12-111-2/+5
* Don't attempt to wait for session ending when it has already endedManish Goregaokar2019-12-101-0/+13
* Give inline sessions the correct projection matricesManish Goregaokar2019-12-101-8/+58
* Add inlineVerticalFieldOfView supportManish Goregaokar2019-12-101-5/+9
* Allow constructing inline sessionsManish Goregaokar2019-12-101-1/+6
* Add support for squeeze eventsManish Goregaokar2019-11-221-7/+23
* Use surfman for managing GL surfacesPatrick Walton2019-11-011-16/+15
* Always request new XR framesManish Goregaokar2019-10-151-19/+11
* Unconditionally set up rAF loop on initializationManish Goregaokar2019-10-151-23/+28
* Expose onvisibilitychangeManish Goregaokar2019-10-111-1/+10