[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
Wed Jan 9 09:11:39 PST 2013


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





--- Comment #5 from Nate Chapin <japhet at chromium.org>  2013-01-09 09:13:32 PST ---
(From update of attachment 180661)
View in context: https://bugs.webkit.org/attachment.cgi?id=180661&action=review

> Source/WebCore/loader/cache/CachedResource.h:265
> +#if ENABLE(RESOURCE_TIMING)
> +    double redirectStartTime() const { return m_redirectStartTime; }
> +    double redirectEndTime() const { return m_redirectEndTime; }
> +    void addRedirect(double);
> +#endif
> +

How will this be accessed, and what is the correct behavior if the CachedResource is reused?

This patch may be ok, but I can't be sure without clearly understanding whether it's correct to reuse this data in the case of a cache hit.

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