[Webkit-unassigned] [Bug 85025] [Resource Timing] Report redirect time for resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 1 06:01:07 PDT 2012


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





--- Comment #9 from pdeng6 <pan.deng at intel.com>  2012-08-01 06:01:07 PST ---
(In reply to comment #8)
> You'll want to base this on the patch in https://bugs.webkit.org/show_bug.cgi?id=84883
> 
> We don't want to populate the buffer from the loaders, because they don't have access to the initiator. So we're implementing this a level up.
> 
> Also, we need to support the Timing-Allow-Origin header. And test cases.

Thanks for quick response; I can help Timing-Allow-Origin issue and test cases:)

About populating performance entries from kinds of CachedResourceClient, I feel it will take more engineering effort and a little confused, another issue is several entries will be populated when one time fetched resource is feed to several CachedResourceClients(W3C spec recommends one entry).

Is it possible we expose initiator informantion by virtual functions from CachedResourceClient => CachedResource => SubResourceLoader? Then we can have centralized control of timing info, redirect etc in loader.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list