Bug 99140 - Add a WKContext call to enable the NetworkProcess
Summary: Add a WKContext call to enable the NetworkProcess
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 98537
  Show dependency treegraph
 
Reported: 2012-10-11 22:37 PDT by Brady Eidson
Modified: 2012-10-11 22:58 PDT (History)
0 users

See Also:


Attachments
Patch v1 - Nothing but red (except for ChangeLogs) (6.20 KB, patch)
2012-10-11 22:45 PDT, Brady Eidson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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