RESOLVED FIXED Bug 101812
Implement NetworkProcess willSendRequest
https://bugs.webkit.org/show_bug.cgi?id=101812
Summary Implement NetworkProcess willSendRequest
Brady Eidson
Reported 2012-11-09 16:26:17 PST
Implement NetworkProcess willSendRequest Because we're getting network callbacks on a background thread this requires up to jump through a couple of hoops to get the message to the WebProcess synchronously. Fortunately those hoops follow an established pattern we've used in other places already.
Attachments
Patch v1 (12.54 KB, patch)
2012-11-09 16:34 PST, Brady Eidson
ap: review+
Brady Eidson
Comment 1 2012-11-09 16:34:10 PST
Created attachment 173396 [details] Patch v1
Brady Eidson
Comment 2 2012-11-09 16:54:06 PST
Note You need to log in before you can comment on or make changes to this bug.