| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-08 | rustdoc: fix rustdoc-gui tests for logo changes | Michael Howell | -2/+2 | |
| 2023-08-03 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -1/+1 | |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -20/+20 | |
| The CSS uses an inconsistent mix of both. This commit switches it to always use `src`. | ||||
| 2023-05-11 | Convert some GUI tests color checks to use original format | Guillaume Gomez | -13/+13 | |
| 2023-04-12 | rustdoc: use CSS `overscroll-behavior` instead of JavaScript | Michael Howell | -11/+1 | |
| Fixes the desktop scrolling weirdness mentioned in https://github.com/rust-lang/rust/pull/98775#issuecomment-1182575603 As described in the MDN page for this property: * The current Firefox ESR is 102, and the first Firefox version to support this feature is 59. * The current Chrome version 112, and the first version to support this is 63. * Edge is described as having a minor bug in `none` mode, but we use `contain` mode anyway, so it doesn't matter. * Safari 16, released September 2022, is the last browser to add this feature, and is also the oldest version we officially support. | ||||
| 2023-04-11 | Update rustdoc GUI tests to new browser-ui-test version | Guillaume Gomez | -9/+9 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+215 | |
