Bug 200142

Summary: results.webkit.org: Support multiple build links for a given bubble
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: NEW ---    
Severity: Normal CC: aakash_jain
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch jbedard: review?

Description Jonathan Bedard 2019-07-25 15:59:35 PDT
It's possible for a single bubble to be linked to multiple build links. We should support multiple redirects in this case.
Comment 1 Jonathan Bedard 2019-07-25 16:03:23 PDT
Created attachment 374919 [details]
Patch
Comment 2 Jonathan Bedard 2019-07-25 16:10:57 PDT
The possible downside of this approach is that if you don't do something to limit these endpoints, you could literally have hundreds of redirects. None of the links generated by the site would have hundreds of redirects, but it's something that the redirect endpoints could do.
Comment 3 Aakash Jain 2019-07-26 11:28:41 PDT
Opening multiple urls on a single click would be a weird UX, and probably not what users expect. Another idea might be to show a pop-over containing all the links.
Comment 4 Jonathan Bedard 2019-07-26 12:02:52 PDT
(In reply to Aakash Jain from comment #3)
> Opening multiple urls on a single click would be a weird UX, and probably
> not what users expect. Another idea might be to show a pop-over containing
> all the links.

If we think pop-over is the right approach, this is blocked on <https://bugs.webkit.org/show_bug.cgi?id=200172>. Since we'll have other data in pop-overs, we should probably shelve this change until we figure out our strategy with pop-overs.