Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clippy: Fix manual_map warnings (#31922) | Oluwatobi Sofela | 2024-03-28 | 1 | -6/+4 |
| | |||||
* | rustdoc: Fix many rustdoc errors (#31147) | Martin Robinson | 2024-01-22 | 1 | -10/+10 |
| | | | | 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 | -12/+13 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | No tracing of nop traceable fields (#29926) | Samson | 2023-08-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add `no_trace` option to JSTraceable derive * NoTrace wrapper * Port some types to no_trace schematics * Fixing my unsafe mistakes (not tracing traceables) * Add docs & safety guards for no_trace Safety guards (trait shenanigans) guarantees safety usage of `no_trace` * Port canvas_traits to no_trace * Port servo_media to no_trace * Port net_traits to no_trace * Port style to no_trace * Port webgpu to no_trace * Port script_traits to no_trace * Port canvas_traits, devtools_traits, embedder_traits, profile_traits to no_trace * unrooted_must_root lint in seperate file * Add trace_in_no_trace_lint as script_plugin * Composable types in must_not_have_traceable * Introduced HashMapTracedValues wrapper * `HashMap<NoTrace<K>,V>`->`HashMapTracedValues<K,V>` * Port rest of servo's types to no_trace * Port html5ever, euclid, mime and http to no_trace * Port remaining externals to no_trace * Port webxr and Arc<Mutex<_>> * Fix spelling in notrace doc | ||||
* | Update webxr | Manish Goregaokar | 2020-04-27 | 1 | -0/+1 |
| | |||||
* | Add hit test mocking after initialization | Manish Goregaokar | 2020-04-19 | 1 | -0/+11 |
| | |||||
* | Add hit test mocking at initialization | Manish Goregaokar | 2020-04-19 | 1 | -4/+51 |
| | |||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -6/+2 |
| | |||||
* | Support profiles | Manish Goregaokar | 2020-01-21 | 1 | -1/+4 |
| | |||||
* | Make next_input_id an InputId | Manish Goregaokar | 2020-01-09 | 1 | -4/+4 |
| | |||||
* | Add FakeXRDevice::simulateInputSourceConnection() | Manish Goregaokar | 2020-01-09 | 1 | -1/+75 |
| | |||||
* | Add SimulateVisibilityChange() | Manish Goregaokar | 2020-01-08 | 1 | -2/+13 |
| | |||||
* | Clean up mock view code, support mono views | Manish Goregaokar | 2019-12-11 | 1 | -58/+33 |
| | |||||
* | Handle FOV values in mock API | Manish Goregaokar | 2019-12-11 | 1 | -5/+29 |
| | |||||
* | Support nullable origins and floors | Manish Goregaokar | 2019-12-11 | 1 | -2/+20 |
| | |||||
* | Improve session test lifecycle code | Manish Goregaokar | 2019-07-29 | 1 | -1/+30 |
| | |||||
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -14/+14 |
| | | | | | | | | 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 | -0/+4 |
| | |||||
* | Added framebuffer and related attributes to XRWebGLLayer | Alan Jeffrey | 2019-07-18 | 1 | -0/+12 |
| | |||||
* | Update test API, hook it up to webxr mocking | Manish Goregaokar | 2019-07-11 | 1 | -38/+43 |
| | |||||
* | Update requiredness of some fields | Manish Goregaokar | 2019-07-02 | 1 | -24/+7 |
| | |||||
* | Update to latest xrtest api | Manish Goregaokar | 2019-07-01 | 1 | -0/+138 |