aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/XRSession.webidl
Commit message (Expand)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-241-69/+0
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-0/+2
* webxr: Update XRSession to latest spec (#33059)Daniel Adams2024-08-171-0/+6
* webxr: Add missing IDL members from AR Module (#33007)Daniel Adams2024-08-131-8/+17
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-4/+4
* Add XRSession::requestHitTestSource()Manish Goregaokar2020-04-191-0/+3
* Handle AddInput/RemoveInput eventsManish Goregaokar2020-01-091-1/+1
* Add support for squeeze eventsManish Goregaokar2019-11-221-0/+3
* Expose onvisibilitychangeManish Goregaokar2019-10-111-1/+1
* Expose XRSession.visibilityStateManish Goregaokar2019-10-111-1/+7
* Remove XRSession.modeManish Goregaokar2019-10-111-1/+0
* Hook XRInputSourceArray into XRSessionManish Goregaokar2019-10-081-10/+5
* Add event handlers for sessionend eventsManish Goregaokar2019-10-031-3/+3
* Make use of ended flag, get rid of XRLayerManish Goregaokar2019-07-221-1/+1
* Support end events and end()Manish Goregaokar2019-07-221-1/+1
* Add stubs for session start/endManish Goregaokar2019-07-161-1/+1
* Require default dictionary value for optional dictsKagami Sascha Rosylight2019-07-121-1/+1
* Fill in updateRenderState() stubsManish Goregaokar2019-07-111-1/+1
* Add stub makeXRCompatible()Manish Goregaokar2019-06-111-1/+0
* Update reference spaces to new modelManish Goregaokar2019-06-101-13/+1
* Make viewerSpace [SameObject]Manish Goregaokar2019-05-031-1/+1
* Use initialized input sources in getInputSources()Manish Goregaokar2019-05-031-0/+3
* Add XRSession.viewerSpaceManish Goregaokar2019-04-041-0/+1
* Allow VR RAF loop to handle changes in the layer, support pending renderstatesManish Goregaokar2019-03-251-0/+1
* Hook XRRenderState into XRSessionManish Goregaokar2019-03-251-3/+1
* Add requestReferenceSpaceManish Goregaokar2019-03-181-2/+13
* Add XREnvironmentBlendModeManish Goregaokar2019-02-191-1/+1
* Add spec linksManish Goregaokar2018-12-221-2/+4
* Add dom.webxr.enabled prefManish Goregaokar2018-12-221-2/+2
* Support attaching RAF callbacksManish Goregaokar2018-12-211-2/+2
* Support fetching viewport infoManish Goregaokar2018-12-211-0/+2
* allow setting base layerManish Goregaokar2018-12-201-1/+1
* Fill in XR.requestSessionManish Goregaokar2018-12-191-3/+3
* Basic XRSession interfaceManish Goregaokar2018-12-191-0/+41