[Webkit-unassigned] [Bug 42432] [GTK] Enable Web Timing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 22 12:57:59 PST 2011


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





--- Comment #18 from Dan Winship <danw at gnome.org>  2011-12-22 12:57:59 PST ---
With glib and libsoup master, SoupMessage now has a "network-event" signal, that fires as network-related things are going on (including DNS, socket connection, and TLS handshaking). I think that (plus the session "request-started" signal to notice the case where the message is send on an existing connection) should be enough to cover everything in the timing spec... Try it out.

(You should be able to build the new versions by editing Tools/gtk/jhbuild.modules so the libsoup tag is 7c2f1956808b31ade19a5cb24d16a465ad575421, and change glib to module="glib", tag="3f3e141ec8ffe8f40a2faced69d35cb161153107". I think...)

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