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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 19 10:57:32 PDT 2014


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





--- Comment #4 from Alex Christensen <achristensen at apple.com>  2014-05-19 10:57:53 PST ---
(In reply to comment #3)
> (From update of attachment 231701 [details])
> 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&).

One is already used on osx, which uses a NSURLConnection from which I can get a NSDictionary*.  One is going to be used with iOS which uses CFNetwork, and I can only get a CFDictionaryRef.  It is a bit confusing, but that's how the data is available.

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