| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-11-28 | rustdoc: remove `fnname` CSS class that's styled exactly like `fn` | Michael Howell | -2/+2 | |
| It's not obvious why this was ever a separate class name, since even in c4219a478354b464079b1b7ab081e071e8e39765 when it was first added, it was styled identically to regular `fn` links. | ||||
| 2022-11-26 | rustdoc: improve popover focus handling JS | Michael Howell | -0/+25 | |
| This commit fixes a few inconsistencies and erratic behavior from the notable traits, settings, and sidebar popups: * It makes it so that pressing Escape closes the mobile sidebar. This is a bit difficult to do on iPhone, but on other setups like desktop tiling window managers, it's easy and makes sense. * It makes sure that pressing escape while a notable trait popover is open focuses the popover's toggle button, instead of leaving nothing focused, since that makes more sense with keyboard navigation. Clicking the settings, help, or sidebar buttons, however, will not focus the notable trait popover toggle button. * It ensures that notable trait and settings popovers are exclusive with the mobile sidebar. Nothing should ever overlap a popover, and there should never be more than one popover open at once. | ||||
| 2022-11-19 | Extend GUI test to check notable traits blur behaviour | Guillaume Gomez | -0/+30 | |
| 2022-11-11 | rustdoc: update test cases | Michael Howell | -8/+0 | |
| 2022-11-11 | rustdoc: make notable traits popover behavior consistent with Help and Settings | Michael Howell | -0/+28 | |
| 2022-11-11 | rustdoc: use consistent "popover" styling for notable traits | Michael Howell | -36/+25 | |
| 2022-11-07 | rustdoc: fix font color inheritance from body, and test | Michael Howell | -0/+73 | |
| 2022-11-07 | rustdoc: use javascript to layout notable traits popups | Michael Howell | -9/+20 | |
| Fixes #102576 | ||||
| 2022-10-26 | rustdoc: add test case for positioning of notable trait tooltip | Michael Howell | -1/+38 | |
| 2022-10-07 | Update rustdoc-gui test to new browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2022-09-23 | rustdoc: fix GUI tests to deal with slightly changed width | Michael Howell | -2/+2 | |
| 2022-09-21 | rustdoc: update test case for headers without max-width | Michael Howell | -1/+1 | |
| 2022-09-19 | Add GUI test for notable traits element position | Guillaume Gomez | -0/+91 | |
