Now that we've made analysis tasks visible on the charts page, we should reintroduce UI to associate bugs with them.
Created attachment 242068 [details] Patch
Comment on attachment 242068 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=242068&action=review rs=me > Websites/perf.webkit.org/public/v2/app.css:434 > +.analysis-group > table td, > +.analysis-group > table th { should be .analysis-group > table :matches(th, td) :) > Websites/perf.webkit.org/public/v2/app.css:441 > +.analysis-group > table tbody td, > +.analysis-group > table tbody th { ditto
Comment on attachment 242068 [details] Patch Clearing flags on attachment: 242068 Committed r176493: <http://trac.webkit.org/changeset/176493>
All reviewed patches have been landed. Closing bug.