Bug 154468 - Analysis tasks page complains about missing repository but with a wrong name
Summary: Analysis tasks page complains about missing repository but with a wrong name
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-02-19 13:03 PST by Ryosuke Niwa
Modified: 2016-02-19 13:12 PST (History)
2 users (show)

See Also:


Attachments
Fixes the bug (2.74 KB, patch)
2016-02-19 13:07 PST, 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 2016-02-19 13:03:08 PST
Fix them!
Comment 1 Ryosuke Niwa 2016-02-19 13:07:35 PST
Created attachment 271792 [details]
Fixes the bug
Comment 2 Chris Dumez 2016-02-19 13:10:05 PST
Comment on attachment 271792 [details]
Fixes the bug

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

r=me with comments.

> Websites/perf.webkit.org/ChangeLog:11
> +        (CustomizableTestGroupForm.prototype._computeRootSetMap): Use querySelector here since.

since what?

> Websites/perf.webkit.org/public/v3/components/customizable-test-group-form.js:46
> +                console.log(this.content())

did you intend to keep this logging?
Comment 3 Ryosuke Niwa 2016-02-19 13:12:35 PST
Committed r196832: <http://trac.webkit.org/changeset/196832>