<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 - Refactor to convert openSourceRevision and internalRevision properties on BuildbotIteration into a more generic collection of revisions"
   href="https://bugs.webkit.org/show_bug.cgi?id=147280">bug 147280</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 #258106 Flags</td>
           <td>commit-queue?
           </td>
           <td>commit-queue-
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Refactor to convert openSourceRevision and internalRevision properties on BuildbotIteration into a more generic collection of revisions"
   href="https://bugs.webkit.org/show_bug.cgi?id=147280#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Refactor to convert openSourceRevision and internalRevision properties on BuildbotIteration into a more generic collection of revisions"
   href="https://bugs.webkit.org/show_bug.cgi?id=147280">bug 147280</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=258106&amp;action=diff" name="attach_258106" title="Refactor to convert openSourceRevision and internalRevision properties on BuildbotIteration into a more generic collection of revisions.">attachment 258106</a> <a href="attachment.cgi?id=258106&amp;action=edit" title="Refactor to convert openSourceRevision and internalRevision properties on BuildbotIteration into a more generic collection of revisions.">[details]</a></span>
Refactor to convert openSourceRevision and internalRevision properties on BuildbotIteration into a more generic collection of revisions.

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

<span class="quote">&gt; Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js:202
&gt; +            if (repository === &quot;openSource&quot;) {</span >

We should use Dashboard.Repository.OpenSource.name instead of the string literal &quot;openSource&quot;.

<span class="quote">&gt; Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js:205
&gt; +            } else if (repository === &quot;internal&quot;) {</span >

Similarly, we should use Dashboard.Repository.Internal.name instead of the string literal &quot;internal&quot;.

<span class="quote">&gt; Tools/ChangeLog:11
&gt; +        (parseRevisionProperty): Moved a comment up to parseRevisionProperty where it seems more relevent.</span >

Nit: relevent =&gt; relevant

<span class="quote">&gt; Tools/ChangeLog:21
&gt; +        Added &quot;trac&quot; parameter in order to specify the trac instance to use.</span >

Nit: Please move this sentence such that it starts on line 20 (above) and break it across multiple lines if needed.

<span class="quote">&gt; Tools/ChangeLog:22
&gt; +        Using &quot;revision&quot; property instead of &quot;opensourceRevision&quot; and &quot;internalRevision&quot;.</span >

Nit: Please move this sentence such that it starts on the same line as the last sentence (above) and break it across multiple lines if needed.

<span class="quote">&gt; Tools/ChangeLog:23
&gt; +        (BuildbotQueueView.prototype.revisionContentForIteration): Passing the &quot;repository&quot; and trac</span >

Nit: the &quot;repository&quot; =&gt; the repository name

<span class="quote">&gt; Tools/ChangeLog:24
&gt; +        instance to _revisionContentWithPopoverForIteration</span >

Nit: _revisionContentWithPopoverForIteration =&gt; _revisionContentWithPopoverForIteration().
(Notice the period at the end of suggested substitution).

<span class="quote">&gt; Tools/ChangeLog:25
&gt; +        Using &quot;revision&quot; property instead of &quot;opensourceRevision&quot; and &quot;internalRevision&quot;.</span >

Nit: Please move this sentence such that it starts on line 24 (above) and break it across multiple lines if needed.

<span class="quote">&gt; Tools/ChangeLog:27
&gt; +        constants for internal and opensource repositories</span >

Nit: Missing a period at the end of this sentence.</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>