| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-28 | Add test for item-table with resize to mobile | Stefan Schindler | -0/+42 | |
| 2021-06-26 | Add tests to ensure the font-weight is the correct one | Guillaume Gomez | -0/+15 | |
| 2021-06-26 | Remove erroneously created file | Guillaume Gomez | -2/+0 | |
| 2021-06-24 | Fixing the test rustdoc by ignoring ↵ | Stefan Schindler | -5/+5 | |
| `*[@id="module-item"]//following-sibling::item-right` relationship and rustdoc-gui | ||||
| 2021-06-23 | Fix search filter update | Guillaume Gomez | -0/+17 | |
| 2021-06-23 | Rollup merge of #86542 - GuillaumeGomez:line-numbers-aligned-with-content, ↵ | Dylan DPC | -39/+41 | |
| r=jyn514 Line numbers aligned with content We had the issue a few times in the past where the source code pages' content wasn't aligned with the line numbers but completely below. This test will prevent this change to go unnoticed. The first commit comes from https://github.com/rust-lang/rust/pull/86541 so it needs it to be merged first. r? `@jsha` | ||||
| 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 | -39/+39 | |
| 2021-06-22 | Rollup merge of #86297 - GuillaumeGomez:rustdoc-gui-args, r=Mark-Simulacrum | Yuki Okushi | -0/+12 | |
| Allow to pass arguments to rustdoc-gui tool Very convenient for testing. This is another part of https://github.com/rust-lang/rust/pull/86293 cc ``@jsha`` r? ``@Mark-Simulacrum`` | ||||
| 2021-06-19 | Update browser-ui-test version | Guillaume Gomez | -100/+100 | |
| 2021-06-16 | Factor out render_rightside | Jacob Hoffman-Andrews | -3/+0 | |
| This covers rendering of stability_since and the srclink across methods and trait implementations, so their DOM representation is consistent. | ||||
| 2021-06-16 | Open trait implementations' toggles by default. | Jacob Hoffman-Andrews | -0/+5 | |
| This makes it possible to use Ctrl-F to find methods defined in traits. | ||||
| 2021-06-16 | Allow to pass arguments to rustdoc-gui tool | Guillaume Gomez | -0/+12 | |
| 2021-06-13 | Add test to ensure font-weight is applied correctly | Guillaume Gomez | -1/+31 | |
| 2021-06-08 | Rollup merge of #86095 - GuillaumeGomez:search-description-codeblock, r=jsha | Yuki Okushi | -0/+5 | |
| Search description codeblock The codeblocks are not displayed correctly:  This PR interprets the HTML correctly (and still prevent invalid HTML because of how it inserts it):  r? ```@jsha``` | ||||
| 2021-06-07 | Add test to ensure the result descripton is correctly handling codeblocks | Guillaume Gomez | -0/+5 | |
| 2021-06-07 | Add test to check that font-weight is correctly set on type page | Guillaume Gomez | -1/+7 | |
| 2021-05-31 | Improve display of the separation between page items and siblings in the sidebar | Guillaume Gomez | -1/+11 | |
| 2021-05-31 | Only list crates on the crate page | Guillaume Gomez | -8/+7 | |
| 2021-05-31 | Add sidebar GUI tests | Guillaume Gomez | -0/+58 | |
| 2021-05-25 | Add GUI test to check colors of alias in search results | Guillaume Gomez | -0/+15 | |
| 2021-05-25 | Update keyword GUI test | Guillaume Gomez | -4/+3 | |
| 2021-05-24 | Rollup merge of #85551 - GuillaumeGomez:fix-search-result-overflow, r=jsha | Guillaume Gomez | -0/+12 | |
| Fix search results display Fixes https://github.com/rust-lang/rust/issues/85544. cc `@dns2utf8` r? `@jsha` | ||||
| 2021-05-22 | Add test for search result resize width | Guillaume Gomez | -0/+12 | |
| 2021-05-21 | Add test for search result keyword extra info | Guillaume Gomez | -0/+15 | |
| 2021-05-20 | Extend escape key check | Guillaume Gomez | -3/+10 | |
| 2021-05-18 | Add GUI tests for escape handling | Guillaume Gomez | -0/+27 | |
| 2021-05-14 | Add test for toggle on mobile size | Guillaume Gomez | -0/+21 | |
| 2021-05-11 | Update toggle-docs GUI test to last version | Guillaume Gomez | -4/+7 | |
| 2021-05-11 | Move rustdoc-gui rust libraries into their own folder and prepare the field ↵ | Guillaume Gomez | -17/+17 | |
| for more libraries | ||||
| 2021-05-10 | Add test for source code clickable line number | Guillaume Gomez | -0/+13 | |
| 2021-04-25 | Add test to ensure that the element pointed to by the URL hash is "expanded" | Guillaume Gomez | -0/+18 | |
| 2021-04-25 | Remove unneeded rustdoc-gui test because DOM changed | Guillaume Gomez | -5/+0 | |
| 2021-04-25 | Add test to ensure that impl blocks are open by default | Guillaume Gomez | -0/+3 | |
| 2021-04-23 | improve wording | Arpad Borsos | -1/+7 | |
| 2021-04-01 | Add test to ensure search tabs behaviour | Guillaume Gomez | -0/+21 | |
| 2021-03-25 | Rollup merge of #83420 - GuillaumeGomez:rustdoc-gui-tests-doc, r=CraftSpider | Yuki Okushi | -0/+12 | |
| Add documentation for rustdoc-gui tests I think a bit of documentation doesn't hurt in this case considering how "out of the ordinary" this is. r? ``@jyn514`` | ||||
| 2021-03-24 | Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157 | Dylan DPC | -4/+23 | |
| Codeblock tooltip position The codeblocks tooltips were misplaced. Normally, there is no top margin applied to a tooltip unless the codeblock is the first element of the doc block. The CSS rule was too vague though, applying it to all tooltips where the codeblock was the first child of its parent. Which can be easily seen with lists: Before:  After:  r? ``@Nemo157`` | ||||
| 2021-03-23 | Add documentation for rustdoc-gui tests | Guillaume Gomez | -0/+12 | |
| 2021-03-23 | Add test to enforce sidebar trait items order | Guillaume Gomez | -2/+14 | |
| 2021-03-22 | Add GUI test to enforce tooltip position | Guillaume Gomez | -4/+23 | |
| 2021-03-09 | Add test to ensure the attributes position when js is disabled | Guillaume Gomez | -0/+10 | |
| 2021-02-28 | Add GUI tests | Guillaume Gomez | -0/+37 | |
| 2021-02-21 | Add rustdoc gui tests | Guillaume Gomez | -0/+100 | |
