[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:33:48 PDT 2011


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #88290|review?                     |review+
               Flag|                            |




--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org>  2011-04-05 12:33:48 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
> +                        var url = step.urls["view results"];
> +                        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.

-- 
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