Bug 101812

Summary: Implement NetworkProcess willSendRequest
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, levin+threading, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 98537    
Attachments:
Description Flags
Patch v1 ap: review+

Description Brady Eidson 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.
Comment 1 Brady Eidson 2012-11-09 16:34:10 PST
Created attachment 173396 [details]
Patch v1
Comment 2 Brady Eidson 2012-11-09 16:54:06 PST
http://trac.webkit.org/changeset/134137