Bug 99140

Summary: Add a WKContext call to enable the NetworkProcess
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 98537    
Attachments:
Description Flags
Patch v1 - Nothing but red (except for ChangeLogs) sam: review+

Description Brady Eidson 2012-10-11 22:37:18 PDT
Add a WKContext call to enable the NetworkProcess

Early supporting work for https://bugs.webkit.org/show_bug.cgi?id=98537
Comment 1 Brady Eidson 2012-10-11 22:45:22 PDT
Created attachment 168361 [details]
Patch v1 - Nothing but red (except for ChangeLogs)
Comment 2 Sam Weinig 2012-10-11 22:49:21 PDT
Comment on attachment 168361 [details]
Patch v1 - Nothing but red (except for ChangeLogs)

View in context: https://bugs.webkit.org/attachment.cgi?id=168361&action=review

> Source/WebKit2/UIProcess/API/C/WKContextPrivate.h:73
> +WK_EXPORT void WKContextSetUsesNetworkProcess(WKContextRef context, bool usesNetworkProcess);

Please add a comment noting this should be removed at some point and is not expected to work long term.
Comment 3 Brady Eidson 2012-10-11 22:58:38 PDT
http://trac.webkit.org/changeset/131144