<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Sort incoming commits via date instead of revision number"
   href="https://bugs.webkit.org/show_bug.cgi?id=153467#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Sort incoming commits via date instead of revision number"
   href="https://bugs.webkit.org/show_bug.cgi?id=153467">bug 153467</a>
              from <span class="vcard"><a class="email" href="mailto:jmarcell&#64;apple.com" title="Jason Marcell &lt;jmarcell&#64;apple.com&gt;"> <span class="fn">Jason Marcell</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=153467#c2">comment #2</a>)
<span class="quote">&gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=269817&amp;action=diff" name="attach_269817" title="Patch">attachment 269817</a> <a href="attachment.cgi?id=269817&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=269817&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=269817&amp;action=review</a>
&gt; 
&gt; r=me w/ passing tests! :)
&gt; 
&gt; &gt; Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js:200
&gt; &gt; +            this.recordedCommits = newCommits.concat(this.recordedCommits).sort(function(a, b) { return a.date - b.date; });
&gt; 
&gt; I'm assuming this is the case, but just to be sure: these dates are either
&gt; stored as integers or are data types that have logic to handle arithmetic
&gt; operations and give correct results?</span >

Yes, that is the case.

<span class="quote">&gt; 
&gt; Actually, tests for this would completely eliminate my concern :)</span >

I've added tests.</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>