Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clippy: Fix dereferenced warnings (#31770) | Oluwatobi Sofela | 2024-03-20 | 1 | -1/+1 |
| | |||||
* | clippy: Fix many warnings in `components/script` (#31717) | Richard Dushime | 2024-03-19 | 1 | -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 Robinson | 2024-01-22 | 1 | -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) | Samson | 2023-09-11 | 1 | -6/+8 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Support .supportedModes to enable newer tests | Manish Goregaokar | 2020-04-19 | 1 | -3/+16 |
| | |||||
* | Add hit test mocking at initialization | Manish Goregaokar | 2020-04-19 | 1 | -2/+15 |
| | |||||
* | Update webxr | Manish Goregaokar | 2020-04-19 | 1 | -2/+4 |
| | |||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -8/+2 |
| | |||||
* | Add support for requesting features | Manish Goregaokar | 2020-01-21 | 1 | -1/+10 |
| | |||||
* | Support nullable origins and floors | Manish Goregaokar | 2019-12-11 | 1 | -5/+4 |
| | |||||
* | Allow simulating multiple immersive-capable devices | Manish Goregaokar | 2019-12-10 | 1 | -10/+0 |
| | |||||
* | Do not allow XR session on non user-activated events | Paul Rouget | 2019-09-20 | 1 | -1/+3 |
| | |||||
* | Improve session test lifecycle code | Manish Goregaokar | 2019-07-29 | 1 | -6/+4 |
| | |||||
* | Replace use of callbacks in webxr by channels | Alan Jeffrey | 2019-07-26 | 1 | -15/+1 |
| | |||||
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -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 Goregaokar | 2019-07-23 | 1 | -3/+46 |
| | |||||
* | Add stubs for session start/end | Manish Goregaokar | 2019-07-16 | 1 | -0/+8 |
| | |||||
* | Add simulateUserActivation | Manish Goregaokar | 2019-07-16 | 1 | -0/+8 |
| | |||||
* | Update test API, hook it up to webxr mocking | Manish Goregaokar | 2019-07-11 | 1 | -13/+86 |
| | |||||
* | Update requiredness of some fields | Manish Goregaokar | 2019-07-02 | 1 | -6/+10 |
| | |||||
* | Update to latest xrtest api | Manish Goregaokar | 2019-07-01 | 1 | -4/+26 |
| | |||||
* | Add 'spec' links | Manish Goregaokar | 2019-05-30 | 1 | -0/+1 |
| | |||||
* | Normalize rotations | Manish Goregaokar | 2019-05-30 | 1 | -1/+2 |
| | |||||
* | Add XRTest.simulateDeviceConnection() | Manish Goregaokar | 2019-05-30 | 1 | -2/+32 |
| | |||||
* | Add blank XRTest interface | Manish Goregaokar | 2019-05-30 | 1 | -0/+34 |