Bug 155677 - V3 Perf Dashboard should automatically select initial range when creating a new task
Summary: V3 Perf Dashboard should automatically select initial range when creating a n...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-18 20:50 PDT by Ryosuke Niwa
Modified: 2016-03-21 12:23 PDT (History)
7 users (show)

See Also:


Attachments
Fixes the bug (2.74 KB, patch)
2016-03-18 21:01 PDT, 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 2016-03-18 20:50:19 PDT
In the V3 UI, when I see a potential regression on the graph, I select the interesting part of the graph and click “Analyze”. Then I’d like to be able to confirm the regression in this range by simply choosing a group name and clicking “Start A/B testing”.

However, this does not work. I have to again select the [A; B] range on the graph before I can click the “Start A/B testing” button. This is annoying because I already selected that range for creating the task and that range should be the default when you create a task.

<rdar://problem/24867832>
Comment 1 Ryosuke Niwa 2016-03-18 21:01:24 PDT
Created attachment 274496 [details]
Fixes the bug
Comment 2 Joseph Pecoraro 2016-03-21 12:03:49 PDT
Comment on attachment 274496 [details]
Fixes the bug

r=me
Comment 3 Ryosuke Niwa 2016-03-21 12:22:41 PDT
Comment on attachment 274496 [details]
Fixes the bug

Clearing flags on attachment: 274496

Committed r198495: <http://trac.webkit.org/changeset/198495>
Comment 4 Ryosuke Niwa 2016-03-21 12:22:47 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Ryosuke Niwa 2016-03-21 12:23:07 PDT
Thanks for the review!