Bug 143977

Summary: Perf dashboard should have UI to set status on analysis tasks
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Perf DashboardAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, kling, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 141443    
Attachments:
Description Flags
Adds the feature cdumez: review+

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>