[Webkit-unassigned] [Bug 148188] Make Dashboard.Branches be objects of the form {repository, branchName} and update existing code to work with these new objects.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 21 11:11:09 PDT 2015


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

--- Comment #4 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 259477
  --> https://bugs.webkit.org/attachment.cgi?id=259477
Patch

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

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js:172
> -            for (var i = 0; i < length; ++i)
> -                content.appendChild(lines[i]);
> +            for (var j = 0; j < length; ++j)
> +                content.appendChild(lines[j]);

Jason and myself landed this part in r188758, to quickly fix a regression caused by broken iteration.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150821/f1fc8f6d/attachment.html>


More information about the webkit-unassigned mailing list