Bug 138977 - There should be a way to associate bugs with analysis tasks
Summary: There should be a way to associate bugs with analysis tasks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 138516
  Show dependency treegraph
 
Reported: 2014-11-21 13:15 PST by Ryosuke Niwa
Modified: 2014-11-21 18:05 PST (History)
2 users (show)

See Also:


Attachments
Patch (18.66 KB, patch)
2014-11-21 13:39 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2014-11-21 13:15:44 PST
Now that we've made analysis tasks visible on the charts page,
we should reintroduce UI to associate bugs with them.
Comment 1 Ryosuke Niwa 2014-11-21 13:39:21 PST
Created attachment 242068 [details]
Patch
Comment 2 Benjamin Poulain 2014-11-21 17:35:19 PST
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 3 Ryosuke Niwa 2014-11-21 18:05:45 PST
Comment on attachment 242068 [details]
Patch

Clearing flags on attachment: 242068

Committed r176493: <http://trac.webkit.org/changeset/176493>
Comment 4 Ryosuke Niwa 2014-11-21 18:05:50 PST
All reviewed patches have been landed.  Closing bug.