aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrtest.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
|
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-1/+1
| | | | | | | | | | | | | | | | | * Fix Several clippy warnings * Fix Build errors * Fix Unused import * Fix requested changes * Fix rustfmt * Minor fixes --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
| | | | This fixes many rustdoc errors that occur due to raw URLs in rustdoc comments as well as unescaped Rust code that should be in backticks.
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+8
| | | | | * strict imports formatting * Reformat all imports
* Support .supportedModes to enable newer testsManish Goregaokar2020-04-191-3/+16
|
* Add hit test mocking at initializationManish Goregaokar2020-04-191-2/+15
|
* Update webxrManish Goregaokar2020-04-191-2/+4
|
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-8/+2
|
* Add support for requesting featuresManish Goregaokar2020-01-211-1/+10
|
* Support nullable origins and floorsManish Goregaokar2019-12-111-5/+4
|
* Allow simulating multiple immersive-capable devicesManish Goregaokar2019-12-101-10/+0
|
* Do not allow XR session on non user-activated eventsPaul Rouget2019-09-201-1/+3
|
* Improve session test lifecycle codeManish Goregaokar2019-07-291-6/+4
|
* Replace use of callbacks in webxr by channelsAlan Jeffrey2019-07-261-15/+1
|
* Update euclid.Emilio Cobos Álvarez2019-07-231-3/+3
| | | | | | | | There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is.
* Support XRTest.disconnectAllDevices()Manish Goregaokar2019-07-231-3/+46
|
* Add stubs for session start/endManish Goregaokar2019-07-161-0/+8
|
* Add simulateUserActivationManish Goregaokar2019-07-161-0/+8
|
* Update test API, hook it up to webxr mockingManish Goregaokar2019-07-111-13/+86
|
* Update requiredness of some fieldsManish Goregaokar2019-07-021-6/+10
|
* Update to latest xrtest apiManish Goregaokar2019-07-011-4/+26
|
* Add 'spec' linksManish Goregaokar2019-05-301-0/+1
|
* Normalize rotationsManish Goregaokar2019-05-301-1/+2
|
* Add XRTest.simulateDeviceConnection()Manish Goregaokar2019-05-301-2/+32
|
* Add blank XRTest interfaceManish Goregaokar2019-05-301-0/+34