<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc-gui/item-info.goml, branch 1.89.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.89.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.89.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-12-28T19:54:00+00:00</updated>
<entry>
<title>Add GUI test for item info elements color</title>
<updated>2024-12-28T19:54:00+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2024-12-28T19:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00bf8717e3ab5273b3ec587e3a241408cca23935'/>
<id>urn:sha1:00bf8717e3ab5273b3ec587e3a241408cca23935</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Align impl doc block with `impl` keyword</title>
<updated>2024-11-13T14:13:31+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2024-11-13T14:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bf6fcc9db8260c673c4798bf9b1074ae36a73bed'/>
<id>urn:sha1:bf6fcc9db8260c673c4798bf9b1074ae36a73bed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update GUI tests for documentation indent changes</title>
<updated>2024-11-12T16:58:10+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2024-10-14T23:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f20626cefab445aa3f8e560f11cd7d14f4665ba'/>
<id>urn:sha1:4f20626cefab445aa3f8e560f11cd7d14f4665ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: adjust spacing and typography in header</title>
<updated>2024-10-23T23:15:23+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-10-23T23:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a53655a023cee5dee1873bd3dfc805d7c460fbeb'/>
<id>urn:sha1:a53655a023cee5dee1873bd3dfc805d7c460fbeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: tweak spacing in toolbar</title>
<updated>2024-09-11T00:56:17+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-09-03T21:25:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df307d00852cdd0a23dfe7e981f3ad6aee7eda8a'/>
<id>urn:sha1:df307d00852cdd0a23dfe7e981f3ad6aee7eda8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: make the header show all three buttons</title>
<updated>2024-09-11T00:56:06+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-09-03T02:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5b1b2e97e36c4966b9c6c30d5679f6da76503fc7'/>
<id>urn:sha1:5b1b2e97e36c4966b9c6c30d5679f6da76503fc7</id>
<content type='text'>
This tweaks it to use less space for the breadcrumbs.
</content>
</entry>
<entry>
<title>rustdoc: redesign toolbar and disclosure widgets</title>
<updated>2024-09-11T00:56:05+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-08-25T06:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d05323c7b4ebeaeaffe3ea8e0d02a8b01db67ddd'/>
<id>urn:sha1:d05323c7b4ebeaeaffe3ea8e0d02a8b01db67ddd</id>
<content type='text'>
This adds labels to the icons and moves them away from the search box.

These changes are made together, because they work together, but are based on
several complaints:

* The [+/-] thing are a Reddit-ism. They don't look like buttons, but look
  like syntax
  &lt;https://rust-lang.zulipchat.com/#narrow/stream/266220-t-rustdoc/topic/More.20visual.20difference.20for.20the.20.2B.2F-.20.20Icons&gt;,
  &lt;https://github.com/rust-lang/rust/issues/59851&gt;
  (some of these are laundry lists with more suggestions, but they all
  mention [+/-] looking wrong)

* The settings, help, and summary buttons are also too hard to recognize
  &lt;https://lwn.net/Articles/987070/&gt;,
  &lt;https://github.com/rust-lang/rust/issues/90310&gt;,
  &lt;https://github.com/rust-lang/rust/issues/14475#issuecomment-274241997&gt;,
  &lt;https://internals.rust-lang.org/t/improve-rustdoc-design/12758&gt;
  ("Not all functionality is self-explanatory, for example the [+] button in
  the top right corner, the theme picker or the settings button.")

The toggle-all and toggle-individual buttons both need done at once, since we
want them to look like they go together. This changes them from both being
[+/-] to both being arrows.

Settings and Help are also migrated, so that the whole group can benefit from
being described using actual words.

Additionally, the Help button is only shown on SERPs, not all the time.
This is done for two major reasons:

* Most of what's in there is search-related. The things that aren't are
  keyboard commands, and the search box tells you about that anyway.
  Pressing &lt;kbd&gt;?&lt;/kbd&gt; will temporarily show the button and its popover.
* I'm trading it off by showing the help button, even on mobile.
  It's useful since you can use the search engine suggestions there.
* The three buttons were causing line wrapping on too many desktop layouts.
</content>
</entry>
<entry>
<title>rustdoc: use `&lt;wbr&gt;`-tolerant function to check text contents</title>
<updated>2024-07-29T15:46:11+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-07-07T00:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0d0e18e7f6e5f3278d897123e78271cce95de863'/>
<id>urn:sha1:0d0e18e7f6e5f3278d897123e78271cce95de863</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to new browser-ui-test version</title>
<updated>2024-04-01T20:25:01+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-04-01T19:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59120d0ef54fdb860cb88a9169eb3ff71d2799b3'/>
<id>urn:sha1:59120d0ef54fdb860cb88a9169eb3ff71d2799b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend GUI tests for `doc_cfg`</title>
<updated>2023-12-07T09:44:55+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-12-06T14:42:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e1797baf1639156866b6e32da5ed547e07e4053'/>
<id>urn:sha1:9e1797baf1639156866b6e32da5ed547e07e4053</id>
<content type='text'>
</content>
</entry>
</feed>
