[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 15:52:45 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=51368
--- Comment #11 from Eric Seidel <eric at webkit.org> 2011-02-24 15:52:45 PST ---
(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?
If so, do we need to mark the test as uncachable to make it repeatable?
--
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