| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-02 | rustdoc: add test case for source sidebar spacing | Michael Howell | -0/+3 | |
| 2022-07-01 | rustdoc: use <details> tag for the source code sidebar | Michael Howell | -13/+7 | |
| This fixes the extremely poor accessibility of the old system, making it possible to navigate the sidebar by keyboard, and also implicitly gives the sidebar items the correct ARIA roles. | ||||
| 2022-06-20 | rustdoc: optimize loading of source sidebar | Jacob Hoffman-Andrews | -1/+1 | |
| The source sidebar has a setting to remember whether it should be open or closed. Previously, this setting was handled in source-script.js, which is loaded with `defer`, meaning it is often run after the document is rendered. Since CSS renders the source sidebar as closed by default, changing this after the initial render results in a relayout. Instead, handle the setting in storage.js, which is the first script to load and is the only script that blocks render. This avoids a relayout and means navigating between files with the sidebar open is faster. | ||||
| 2022-06-14 | Add GUI test for sidebar items expand/collapse | Guillaume Gomez | -1/+24 | |
| 2022-05-30 | Add line number click GUI test | Guillaume Gomez | -1/+11 | |
| 2022-05-30 | Improve source-code-page.goml GUI test code | Guillaume Gomez | -3/+3 | |
| 2022-03-07 | Add GUI test to ensure that line numbers text is aligned to the right | Guillaume Gomez | -0/+3 | |
| 2022-01-21 | Add missing GUI test explanations | Guillaume Gomez | -0/+1 | |
| 2021-12-02 | Fix remaining bugs | Guillaume Gomez | -1/+1 | |
| 2021-11-29 | rustdoc: fix source-code-page test | cynecx | -1/+1 | |
| 2021-08-19 | [rustdoc] Wrap code blocks in <code> tag | Jakub Beránek | -1/+1 | |
| 2021-06-22 | Add check to ensure that the line numbers are aligned with the source code | Guillaume Gomez | -0/+2 | |
| 2021-06-22 | Update browser-ui-test version | Guillaume Gomez | -6/+6 | |
| 2021-06-19 | Update browser-ui-test version | Guillaume Gomez | -6/+6 | |
| 2021-05-11 | Move rustdoc-gui rust libraries into their own folder and prepare the field ↵ | Guillaume Gomez | -2/+2 | |
| for more libraries | ||||
| 2021-05-10 | Add test for source code clickable line number | Guillaume Gomez | -0/+13 | |
