Bug 131668

Summary: EWS status link at build.webkit.org/dashboard is incorrect until EWS pop-up is opened
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bjonesbe, thorton, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch dbates: review+

Description Alexey Proskuryakov 2014-04-14 23:40:48 PDT
Steps to reproduce:
1. Open build.webkit.org/dashboard
2. Click EWS name in right column.

Results: an incorrect link like <http://build.webkit.org/dashboard/undefined> opens.

This happens because we only initialize this._statusPageURL when loading detailed status JSON, which is only done to show a popover.
Comment 1 Alexey Proskuryakov 2014-08-27 19:26:55 PDT
Created attachment 237280 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2014-08-27 22:19:40 PDT
Committed <http://trac.webkit.org/r173048>
Comment 3 Alexey Proskuryakov 2014-10-10 14:43:59 PDT
*** Bug 129008 has been marked as a duplicate of this bug. ***