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+

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.