| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-05 | rustdoc: dedup search form HTML | Michael Howell | -1/+1 | |
| This change constructs the search form HTML using JavaScript, instead of plain HTML. It uses a custom element because - the [parser]'s insert algorithm runs the connected callback synchronously, so we won't get layout jank - it requires very little HTML, so it's a real win in size [parser]: https://html.spec.whatwg.org/multipage/parsing.html#create-an-element-for-the-token This shrinks the standard library by about 60MiB, by my test. | ||||
| 2024-04-04 | Add regression test to ensure that even if JS is enabled but not working, a ↵ | Guillaume Gomez | -0/+9 | |
| theme will still get applied | ||||
| 2024-04-03 | Add GUI test to ensure there is always a theme applied if JS is disabled | Guillaume Gomez | -0/+5 | |
| 2023-04-11 | Update rustdoc GUI tests to new browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+6 | |
