aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrviewerpose.rs
Commit message (Expand)AuthorAgeFilesLines
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-196/+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-2/+3
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-10/+64
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-47/+14
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+7
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Add support for webxr cubemap and spherical 360 renderingAlan Jeffrey2020-07-091-0/+43
* Update to treat view transforms as native-relativeManish Goregaokar2020-05-181-13/+49
* Update to use webxr_api::ViewerPoseManish Goregaokar2020-05-181-3/+3
* Move viewports to being per-session, not per-frameManish Goregaokar2020-05-181-6/+14
* Make views a per-frame dealManish Goregaokar2020-05-181-2/+3
* Update webxr to support secondary capture viewManish Goregaokar2020-05-121-0/+5
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* Add a realmManish Goregaokar2020-01-091-0/+2
* Give inline sessions the correct projection matricesManish Goregaokar2019-12-101-1/+7
* Bump webxrManish Goregaokar2019-12-101-0/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-3/+3
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-3/+3
* add XREye.noneManish Goregaokar2019-07-161-1/+1
* Add a viewer typed reference spaceManish Goregaokar2019-07-111-3/+3
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-9/+14
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+1
* Consistently use GlobalScope in XR codeManish Goregaokar2019-04-031-1/+1
* Make XRViewerPose inherit from XRPoseManish Goregaokar2019-04-031-7/+21
* Switch viewerpose to an any attributeManish Goregaokar2018-12-221-14/+24
* Add spec linksManish Goregaokar2018-12-221-0/+1
* Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-211-4/+19
* Basic XRViewerPose interfaceManish Goregaokar2018-12-191-0/+30