<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Make Dashboard.Branches be objects of the form {repository, branchName} and update existing code to work with these new objects."
   href="https://bugs.webkit.org/show_bug.cgi?id=148188#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Make Dashboard.Branches be objects of the form {repository, branchName} and update existing code to work with these new objects."
   href="https://bugs.webkit.org/show_bug.cgi?id=148188">bug 148188</a>
              from <span class="vcard"><a class="email" href="mailto:ap&#64;webkit.org" title="Alexey Proskuryakov &lt;ap&#64;webkit.org&gt;"> <span class="fn">Alexey Proskuryakov</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=259477&amp;action=diff" name="attach_259477" title="Patch">attachment 259477</a> <a href="attachment.cgi?id=259477&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=259477&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=259477&amp;action=review</a>

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

Jason and myself landed this part in r188758, to quickly fix a regression caused by broken iteration.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>