aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/XRView.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Filter out webidl files based on special comments, and feature-gate webxr ↵Josh Matthews2024-11-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interfaces. (#34348) * Filter out webidl files based on skip-if directives. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Don't build XR functionality without webxr feature. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix tidy. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Adjust imports for file movement. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix clippy. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Formatting. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Clean up webxr module import. Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com> Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
* webxr: Update XRView to latest spec (#33145)Daniel Adams2024-08-211-1/+4
| | | | | | | | | | | | | * Add recommendedViewportScale and requestViewportScale Signed-off-by: Daniel Adams <msub2official@gmail.com> * Remove currently unused internal slots Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
* webxr: Add missing IDL members from AR Module (#33007)Daniel Adams2024-08-131-0/+3
| | | | | | | | | | | | | | | | | * Add missing IDL members from AR module Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update test expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * ./mach fmt Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
* add XREye.noneManish Goregaokar2019-07-161-1/+1
|
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-1/+2
|
* Remove viewMatrixManish Goregaokar2019-04-031-1/+0
| | | | | | Users are supposed to use `view.transform.inverse.matrix` The view matrix was incorrect anyway, we had forgotten to invert it, but that was okay since we transposed it by accident (due to euclid's use of the row-vector convention), and for 3DOF devices these transforms are mostly rotations so transposing instead of inverting doesn't lead to visible effects.
* Add XRView.transformManish Goregaokar2019-04-031-1/+1
|
* Add dom.webxr.enabled prefManish Goregaokar2018-12-221-2/+3
|
* Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-211-2/+2
|
* Support fetching viewport infoManish Goregaokar2018-12-211-1/+1
|
* Basic XRView interfaceManish Goregaokar2018-12-191-0/+17