This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan
<p>I was just reflecting on some of the <a href="https://twitter.com/ChromiumDev">work our team has done</a> and I found a project from 2017 that Robert Nyman and Eric Bidelman created. <a href="https://browser-issue-tracker-search.appspot.com/?q=Web%20Share">Browser Bug Searcher!</a>.</p>
<p>It's incredible that with just a few key presses you have a great overview of your favourite features across all the major browser engines.</p>
<figure>
<img src="https://paul.kinlan.me/images/2019-03-09-browser-bug-searcher.jpeg">
</figure>
<p><a href="https://github.com/GoogleChrome/browser-bug-search">Source code available</a>.</p>
<p>This actually highlights one of the issues that I have with crbug and webkit bug trackers, they don't have a simple way to get feeds of data in formats like RSS. I would love to be able to use my <a href="https://github.com/PaulKinlan/topicdeck">topicdeck</a> aggregator with bug categories etc so I have a dashboard of all the things that I am interested in based on the latest information from each of the bug trackers.</p>
This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan