[Webkit-unassigned] [Bug 51368] [Web Timing] requestStart and responseStart should be available even if the document is still loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 17:52:24 PST 2011


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





--- Comment #12 from James Simonsen <simonjam at chromium.org>  2011-02-24 17:52:23 PST ---
(In reply to comment #11)
> (In reply to comment #10)
> > It's important that the script run before the main document has finished loading. didReceiveResponse() and didReceiveData() need to be called separately to expose the bug. We use HTTP, pad the size of the document, and use PHP's flush to reliably get the behavior we want.
> 
> I see.  So you need the script to run before the browser actually has cached the entire main resource.  Is that correct?

Yeah, that would cause the test to break.

> If so, do we need to mark the test as uncachable to make it repeatable?

That sounds good, but it might not be needed in practice. I just checked with Chrome and it looks like it already knows to skip the cache on this test.

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