[Webkit-unassigned] [Bug 160095] Web Inspector: Frontend should have access to Resource Timing information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 11:22:21 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=160095

--- Comment #7 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 284369
  --> https://bugs.webkit.org/attachment.cgi?id=284369
WIP Patch - Timing info

View in context: https://bugs.webkit.org/attachment.cgi?id=284369&action=review

> Source/WebCore/loader/ResourceLoader.h:144
> +    double resourceStartTime() { return m_resourceStartTime; }
> +    double resourceEndTime() { return m_resourceEndTime; }

We will need to keep track of redirect times, too.  Instead of having two doubles, make DocumentLoadTiming not main-resource-load-specific and use that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160810/eba89057/attachment.html>


More information about the webkit-unassigned mailing list