<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:dbates&#64;webkit.org" title="Daniel Bates &lt;dbates&#64;webkit.org&gt;"> <span class="fn">Daniel Bates</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fix bugs caused by incorrect usage of &quot;branch&quot; vs. &quot;branchName&quot;."
   href="https://bugs.webkit.org/show_bug.cgi?id=153330">bug 153330</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Attachment #269586 Flags</td>
           <td>review?
           </td>
           <td>review+
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fix bugs caused by incorrect usage of &quot;branch&quot; vs. &quot;branchName&quot;."
   href="https://bugs.webkit.org/show_bug.cgi?id=153330#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fix bugs caused by incorrect usage of &quot;branch&quot; vs. &quot;branchName&quot;."
   href="https://bugs.webkit.org/show_bug.cgi?id=153330">bug 153330</a>
              from <span class="vcard"><a class="email" href="mailto:dbates&#64;webkit.org" title="Daniel Bates &lt;dbates&#64;webkit.org&gt;"> <span class="fn">Daniel Bates</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=269586&amp;action=diff" name="attach_269586" title="Patch">attachment 269586</a> <a href="attachment.cgi?id=269586&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt; Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js:113
&gt; +    _popoverLinesForCommitRange: function(trac, branch, firstRevisionNumber, lastRevisionNumber)</span >

I'm assuming you plan to make more use of the branch object in a subsequent patch than to get the branch name. Currently this function only makes use of the branch name.

<span class="quote">&gt; Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/tests.js:115
&gt; +    var branch = this.trunkBranch;</span >

This variable is used exactly once and I do not feel that its name makes the purpose of this variable any more understandable than its values. I suggest that we inline the value of this variable into the line below (line 116) and remove this variable.

<span class="quote">&gt; Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/tests.js:129
&gt; +    var branch = this.trunkBranch;</span >

By a similar argument as above, I suggest inlining the value of this variable where its referenced and remove this variable.</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>