[Webkit-unassigned] [Bug 54287] SubresourceLoader should expose finish time
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 14 11:46:44 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54287
--- Comment #11 from Bill Budge <bbudge at gmail.com> 2011-02-14 11:46:44 PST ---
I looked at it and I don't see a way to get the finishTime out of SubresourceLoader unless we:
A) Store the finish time and add a finishTime() accessor, or...
B) Change SubresourceLoaderClient::didFinishLoading() to add the finishTime value, or...
C) Add a createSubresourceLoader method to DocumentThreadableLoader, so clients can derive a SubresourceLoader class that catches the value.
--
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