[Webkit-unassigned] [Bug 103867] [Resource Timing] redirectStart & redirectEnd time need to be recorded to populate resource timing entries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 24 04:00:21 PST 2012


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





--- Comment #4 from pdeng6 <pan.deng at intel.com>  2012-12-24 04:02:32 PST ---
(In reply to comment #2)
> (From update of attachment 177246 [details])
> I don't really like leaving these values as member variables on ResourceLoader. I'd feel much better if they were wrapped up as a struct.
> 
> Also, how are you planning on accessing this data? Since there are no callers in this patch, it's hard for me to get a complete perspective.

I think SubResourceLoader is a good place to catch Redirect timing info, and it loads MainResource since recent refactoring(#49246).
Most resource timing information exposed from CachedResource, is it possible we store redirect in CachedResource?

-- 
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