[Webkit-unassigned] [Bug 133075] collect web timing data on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 19 10:54:56 PDT 2014


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #231701|1                           |0
        is obsolete|                            |




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2014-05-19 10:55:16 PST ---
(From update of attachment 231701)
View in context: https://bugs.webkit.org/attachment.cgi?id=231701&action=review

> Source/WebCore/platform/network/ResourceHandle.h:141
> +    static void getTimingData(NSDictionary *, ResourceLoadTiming&);
> +    static void getTimingData(CFDictionaryRef, ResourceLoadTiming&);

These are a bit confusing, Why not: static void getConnectionTimingData(CFURLConnectionRef, ResourceLoadTiming&).

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