[Webkit-unassigned] [Bug 57869] REGRESSION (r82734): Links in Leaks Viewer's Recent Builds list don't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 12:35:46 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57869





--- Comment #4 from Adam Roben (:aroben) <aroben at apple.com>  2011-04-05 12:35:47 PST ---
(From update of attachment 88290)
View in context: https://bugs.webkit.org/attachment.cgi?id=88290&action=review

>> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/RecentBuildsLoader.js:65
>> +                        buildInfo.url = self._buildbotBaseURL + url.replace(/\/results\.html$/, "") + "/";
> 
> If all the build bots point to ".../results.html" you only need to chop off the results.html part and not add the slash. But I think the current approach works well because it always ensures a slash at the end.

That was exactly my thinking. (Old builds don't include the "/results.html", but of course that isn't a concern for RecentBuildsLoader.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list