aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrview.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-1/+1
* WedIDL: bring dom/bindings/typedarray further in line with spec (#31375)Taym Haddadi2024-02-251-4/+4
* Make HeapFloat32Array generic (#31167)Taym Haddadi2024-01-291-4/+4
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* use FLoat32Array in XRView (#31077)tannal2024-01-161-10/+12
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-2/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-2/+2
* Update to treat view transforms as native-relativeManish Goregaokar2020-05-181-9/+4
* Move viewports to being per-session, not per-frameManish Goregaokar2020-05-181-4/+9
* Use cached projection matrixManish Goregaokar2020-05-181-13/+5
* Make views a per-frame dealManish Goregaokar2020-05-181-4/+10
* handle detached array in XRViewdaemon10242020-04-151-4/+21
* Remove WebVRAlan Jeffrey2020-04-081-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-2/+1
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-7/+5
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Add a viewer typed reference spaceManish Goregaokar2019-07-111-5/+8
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-18/+9
* Hook requestSession() into new XR crateManish Goregaokar2019-07-111-6/+3
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+2
* Remove viewMatrixManish Goregaokar2019-04-031-8/+0
* Add XRView.transformManish Goregaokar2019-04-031-12/+18
* Add XRPose.transformManish Goregaokar2019-04-031-1/+5
* Switch XRSpace code to using rigid transformsManish Goregaokar2019-04-031-5/+4
* Compute view matrix from viewer poseManish Goregaokar2019-03-261-4/+19
* mark create_type_array as unsafe in vrframedata componentVladimir Iacob2019-01-061-2/+5
* NonNull::new()Manish Goregaokar2019-01-031-2/+2
* Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-211-5/+41
* Support fetching viewport infoManish Goregaokar2018-12-211-4/+21
* Basic XRView interfaceManish Goregaokar2018-12-191-0/+30