| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-16 | Fix flakyness of GUI tests | Guillaume Gomez | -0/+2 | |
| 2022-06-28 | rustdoc: add assertion for missing popover div | Michael Howell | -1/+3 | |
| 2022-06-28 | rustdoc: make keyboard commands work when checkboxes are selected | Michael Howell | -0/+1 | |
| 2022-06-28 | rustdoc: fix keyboard shortcuts bug in settings menu | Michael Howell | -0/+11 | |
| This commit fixes the keyboard shorts code to call localStorage every time a key is pressed. This matters because you're supposed to be able to change a setting and have it immediately take effect. | ||||
| 2022-05-31 | Rollup merge of #97089 - GuillaumeGomez:improve-settings-theme-display, r=jsha | Dylan DPC | -0/+60 | |
| Improve settings theme display This is a follow-up of #96958. In this PR, I changed how the theme radio buttons are displayed and improved their look as well. It now looks like this:   You can test it [here](https://rustdoc.crud.net/imperio/improve-settings-theme-display/doc/foo/index.html). r? `@jsha` | ||||
| 2022-05-30 | Add GUI test for settings display | Guillaume Gomez | -0/+60 | |
| 2022-05-28 | Add GUI test for javascript disabled display of settings page | Guillaume Gomez | -0/+6 | |
| 2022-05-24 | Add GUI test for click on setting text | Guillaume Gomez | -2/+8 | |
| 2022-05-14 | Update GUI tests | Guillaume Gomez | -17/+6 | |
| 2022-05-11 | Ensure that the settings CSS is loaded on the settings page | Guillaume Gomez | -0/+5 | |
| 2022-04-30 | Extend settings test to ensure settings text is as expected | Guillaume Gomez | -0/+29 | |
| 2022-04-30 | Add GUI test for settings menu | Guillaume Gomez | -0/+38 | |
