WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
138910
New perf dashboard should provide UI to create a new analysis task
https://bugs.webkit.org/show_bug.cgi?id=138910
Summary
New perf dashboard should provide UI to create a new analysis task
Ryosuke Niwa
Reported
2014-11-19 20:36:07 PST
Now that we've added the UI to see an analysis task in the
bug 138517
, we should also add the UI to create one.
Attachments
Patch
(32.33 KB, patch)
2014-11-19 21:13 PST
,
Ryosuke Niwa
benjamin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2014-11-19 21:13:25 PST
Created
attachment 241926
[details]
Patch
Benjamin Poulain
Comment 2
2014-11-20 14:49:13 PST
Comment on
attachment 241926
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=241926&action=review
rs=me
> Websites/perf.webkit.org/public/v2/app.js:1312 > + if (!offset || !$(event.target).closest('svg').length)
closest! :)
> Websites/perf.webkit.org/public/v2/app.js:1452 > + return (+firstPoint.time + +secondPoint.time) / 2;
Are all the "+" intended?
Ryosuke Niwa
Comment 3
2014-11-20 14:53:04 PST
Comment on
attachment 241926
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=241926&action=review
>> Websites/perf.webkit.org/public/v2/app.js:1452 >> + return (+firstPoint.time + +secondPoint.time) / 2; > > Are all the "+" intended?
Yes, I need to convert them to integer first.
Ryosuke Niwa
Comment 4
2014-11-20 15:24:54 PST
Committed
r176422
: <
http://trac.webkit.org/changeset/176422
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug