[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:24:23 PDT 2016


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

--- Comment #8 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.cpp:353
>> +    m_resourceStartTime = monotonicallyIncreasingTime();
> 
> Seems this could be moved up a bit. There are two failure reasons above (content extensions, null request) that we may want to include in resource timing data.
> 
> Further, ResourceLoader::init, seems like it might be best, given that also happens before other internal cancels, or even applicationCache checks (which are more timestamps we would eventually want to add for resource timing).

Yep, ResourceLoader::init is the place to mark the start time.  This is also used for redirects.
We also want to keep track of redirect times for the ResourceTiming API, and probably also for the web inspector.

-- 
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/9221aad9/attachment.html>


More information about the webkit-unassigned mailing list