<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Add resource timing model with timing information"
   href="https://bugs.webkit.org/show_bug.cgi?id=161314#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Add resource timing model with timing information"
   href="https://bugs.webkit.org/show_bug.cgi?id=161314">bug 161314</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=287334&amp;action=diff" name="attach_287334" title="Patch">attachment 287334</a> <a href="attachment.cgi?id=287334&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt; Source/WebInspectorUI/UserInterface/Models/ResourceTimingData.js:85
&gt; +        if (isNaN(data.connectStart) &amp;&amp; !isNaN(data.secureConnectionStart))
&gt; +            data.connectStart = data.domainLookupEnd ? data.domainLookupEnd : data.startTime;</span >

Maybe this should just be data.connectStart = data.secureConnectionStart? And we don't get to distinguish between connectStart/secureConnectionStart. I don't like the idea of using one of the previous timestamps.

Would that cause problems?</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>