Bug 193054 - Should expose other authors from same analysis task to finalize script.
Summary: Should expose other authors from same analysis task to finalize script.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: dewei_zhu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-28 22:58 PST by dewei_zhu
Modified: 2019-01-09 14:21 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.74 KB, patch)
2018-12-28 23:00 PST, dewei_zhu
no flags Details | Formatted Diff | Diff
Patch (2.74 KB, patch)
2018-12-28 23:02 PST, dewei_zhu
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dewei_zhu 2018-12-28 22:58:59 PST
Should expose other authors from same analysis task to finalize sript.
Comment 1 dewei_zhu 2018-12-28 23:00:37 PST
Created attachment 358132 [details]
Patch
Comment 2 dewei_zhu 2018-12-28 23:02:41 PST
Created attachment 358133 [details]
Patch
Comment 3 Ryosuke Niwa 2019-01-09 14:21:25 PST
Comment on attachment 358133 [details]
Patch

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

> Websites/perf.webkit.org/tools/js/analysis-results-notifier.js:53
> +            const testGroupInfo = {author: testGroup.author(), otherAuthorsFromSameTask: Array.from(otherAuthorsFromSameTask)};

This is a very verbose name... Why not just taskAuthors or authorsInTask?