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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 28 13:11:01 PDT 2016


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

--- Comment #5 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

Instead of doing this, I think we should finish implementing the resource timing api and use that data in the inspector instead of collecting data just for the inspector.  This would also require collecting new timing points, so it would be conceptually similar.

> Source/WebCore/inspector/InspectorNetworkAgent.cpp:187
> +Ref<Inspector::Protocol::Network::ResourceTiming> InspectorNetworkAgent::buildObjectForTiming(const ResourceLoadTiming& timing, ResourceLoader* resourceLoader)

This should be a ResourceLoader&

> Source/WebCore/platform/network/ResourceLoadTiming.h:98
> -    int secureConnectionStart;
> +    double domainLookupStart;

This is an unrelated change that should be in a different patch.  It changes the resolution of the navigation timing api.

-- 
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/20160728/1368bf68/attachment.html>


More information about the webkit-unassigned mailing list