[Webkit-unassigned] [Bug 132574] clean up ResourceLoadTiming

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 12 14:25:26 PDT 2014


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





--- Comment #30 from Alexey Proskuryakov <ap at webkit.org>  2014-05-12 14:25:44 PST ---
(From update of attachment 231322)
View in context: https://bugs.webkit.org/attachment.cgi?id=231322&action=review

> Source/WebCore/platform/network/mac/WebCoreResourceHandleAsOperationQueueDelegate.mm:225
> +        if (NSDictionary *timingData = [connection _timingData]) {

All this code could be shared if it was in ResourceHandleMac.mm. You could call a function in ResourceHandle, which would then collect the data, and call the client.

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