about summary refs log tree commit diff
path: root/src/test/rustdoc-gui
AgeCommit message (Expand)AuthorLines
2022-08-27Rollup merge of #101018 - notriddle:notriddle/item-right-docblock-short, r=Gu...Yuki Okushi-1/+1
2022-08-26rustdoc: remove incorrect CSS selector `.impl-items table td`Michael Howell-0/+30
2022-08-25rustdoc: omit start/end tags for empty item description blocksMichael Howell-1/+1
2022-08-24Add color test for anchors in all themesGuillaume Gomez-1/+100
2022-08-24Extend GUI test to check colors for all srclink elementsGuillaume Gomez-7/+31
2022-08-23test: bump the mobile width in rustdoc-gui/type-declation-overflow.gomlJosh Stone-2/+2
2022-08-20Extend GUI test for search results colorsGuillaume Gomez-0/+51
2022-08-18Update existing rustdoc-gui tests and add a new oneGuillaume Gomez-6/+248
2022-08-11Rollup merge of #100374 - GuillaumeGomez:improve_rustdoc_search_results_page_...Matthias Krüger-26/+18
2022-08-10rustdoc: make item-infos dimmer on dark theme #93896Jacob Hoffman-Andrews-4/+4
2022-08-10Update GUI testGuillaume Gomez-32/+14
2022-08-10Improve crate selection on rustdoc search results pageFrank Steffahn-26/+36
2022-08-10Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jshaMatthias Krüger-0/+42
2022-08-02Rollup merge of #99779 - GuillaumeGomez:fix-item-info-pos-and-height, r=notri...Matthias Krüger-8/+35
2022-07-28Rollup merge of #99810 - GuillaumeGomez:fix-settings-slider-small-width, r=no...Dylan DPC-0/+9
2022-07-27Rollup merge of #99812 - GuillaumeGomez:fix-headings-colors, r=jsha,notriddleGuillaume Gomez-5/+103
2022-07-27Add GUI tests for headings border and text colorGuillaume Gomez-5/+103
2022-07-27Add GUI test for item info positionGuillaume Gomez-8/+35
2022-07-27Add GUI test for settings in small deviceGuillaume Gomez-0/+9
2022-07-25Add GUI test to prevent sidebar background regressionGuillaume Gomez-0/+22
2022-07-20Rollup merge of #99489 - GuillaumeGomez:gui-fixes, r=notriddleMatthias Krüger-1/+24
2022-07-20Add GUI tests for search input border colorGuillaume Gomez-1/+24
2022-07-17Add GUI test for source code sidebar auto-expandGuillaume Gomez-5/+25
2022-07-16Fix flakyness of GUI testsGuillaume Gomez-0/+26
2022-07-09Add GUI test for search result crate filter dropdownGuillaume Gomez-0/+28
2022-07-05Update rustdoc testsGuillaume Gomez-6/+17
2022-07-05rustdoc: improve scroll locking in the rustdoc mobile sidebarsMichael Howell-0/+42
2022-07-05rustdoc: Add more semantic information to impl idspierwill-17/+17
2022-07-05Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=Gui...Dylan DPC-0/+31
2022-07-04Rollup merge of #98774 - notriddle:notriddle/source-code-sidebar-button, r=Gu...Matthias Krüger-0/+27
2022-07-03Rollup merge of #98773 - notriddle:notriddle/source-sidebar-details, r=Guilla...Ralf Jung-34/+73
2022-07-02rustdoc: add gui test case ensuring source sidebar doesn't spontaneously openMichael Howell-1/+10
2022-07-02rustdoc: add test case for source sidebar spacingMichael Howell-0/+3
2022-07-02rustdoc: add test case for background color of the sidebar toggle buttonMichael Howell-0/+27
2022-07-01rustdoc: add test cases for :focus on sidebar details elementsMichael Howell-0/+42
2022-07-01Rollup merge of #97249 - GuillaumeGomez:details-summary-fixes, r=notriddleGuillaume Gomez-0/+35
2022-07-01Improve click behavior of the source code mobile full-screen "sidebar"Michael Howell-0/+22
2022-07-01rustdoc: use <details> tag for the source code sidebarMichael Howell-34/+28
2022-06-30Rollup merge of #98671 - GuillaumeGomez:source-sidebar-fixes, r=notriddleMatthias Krüger-2/+38
2022-06-30Add test to ensure that scroll position is kept when opening/closing source s...Guillaume Gomez-0/+14
2022-06-29Add test for source sidebar toggleGuillaume Gomez-1/+13
2022-06-29Update/add tests for source sidebar in mobile modeGuillaume Gomez-2/+12
2022-06-28rustdoc: add assertion for missing popover divMichael Howell-1/+3
2022-06-28rustdoc: make keyboard commands work when checkboxes are selectedMichael Howell-0/+1
2022-06-28rustdoc: fix keyboard shortcuts bug in settings menuMichael Howell-0/+11
2022-06-28rustdoc: fix help menu popover togglingMichael Howell-0/+5
2022-06-26Rollup merge of #98297 - GuillaumeGomez:help-pocket-menu, r=notriddleMatthias Krüger-15/+74
2022-06-25Add test for source sidebar elements colorsGuillaume Gomez-0/+99
2022-06-23Rollup merge of #98310 - jsha:defer-source-sidebar, r=GuillaumeGomezMichael Goulet-6/+6
2022-06-23Add/update GUI tests for help pocket menuGuillaume Gomez-15/+74