Bug 143977 - Perf dashboard should have UI to set status on analysis tasks
Summary: Perf dashboard should have UI to set status on analysis tasks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 141443
  Show dependency treegraph
 
Reported: 2015-04-20 19:29 PDT by Ryosuke Niwa
Modified: 2016-02-16 13:52 PST (History)
4 users (show)

See Also:


Attachments
Adds the feature (14.61 KB, patch)
2015-04-20 19:39 PDT, Ryosuke Niwa
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-04-20 19:29:04 PDT
We need to be able to communicate the state of the matter.
Comment 1 Ryosuke Niwa 2015-04-20 19:39:14 PDT
Created attachment 251212 [details]
Adds the feature
Comment 2 Chris Dumez 2015-04-20 19:48:01 PDT
Comment on attachment 251212 [details]
Adds the feature

View in context: https://bugs.webkit.org/attachment.cgi?id=251212&action=review

r=me with bug fix.

> Websites/perf.webkit.org/public/v2/app.js:1153
> +        {label: 'Definite regression', result: 'progression', needed: true},

ahah! progression -> regression
Comment 3 Ryosuke Niwa 2015-04-20 19:49:26 PDT
Committed r183041: <http://trac.webkit.org/changeset/183041>