[Webkit-unassigned] [Bug 77278] Web Inspector: revalidated cached scripts have misleading receive/parse times in Timeline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 28 10:06:47 PST 2012


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





--- Comment #1 from Brian Burg <burg at cs.washington.edu>  2012-01-28 10:06:47 PST ---
Created an attachment (id=124440)
 --> (https://bugs.webkit.org/attachment.cgi?id=124440&action=review)
Useful stack trace screenshot

Note that memoryCache()->revalidationSucceeded(...) eventually leads to HTMLDocumentParser::notifyFinished(), causing parsing to occur on for the pending script that blocks parsing. But, InspectorInstrumentation::willReceiveResourceResponse() is eventually called by ResourceLoader::didReceiveResponse.

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