Bug 125507 - Allow us to use network process with a single process model
Summary: Allow us to use network process with a single process model
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kwang Yul Seo
URL:
Keywords:
Depends on:
Blocks: 108832
  Show dependency treegraph
 
Reported: 2013-12-10 06:22 PST by Kwang Yul Seo
Modified: 2013-12-10 09:44 PST (History)
8 users (show)

See Also:


Attachments
Patch (2.58 KB, patch)
2013-12-10 06:26 PST, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2013-12-10 06:22:32 PST
Currently, WebContext::sendToNetworkingProcess and WebContext::sendToNetworkingProcessRelaunchingIfNecessary assume that network process is not used when the given process model is ProcessModelSharedSecondaryProcess. This is not consistent with WebContext::networkingProcessConnection which returns the networking process connection for ProcessModelSharedSecondaryProcess.
Comment 1 Kwang Yul Seo 2013-12-10 06:26:02 PST
Created attachment 218864 [details]
Patch
Comment 2 WebKit Commit Bot 2013-12-10 09:44:53 PST
Comment on attachment 218864 [details]
Patch

Clearing flags on attachment: 218864

Committed r160371: <http://trac.webkit.org/changeset/160371>
Comment 3 WebKit Commit Bot 2013-12-10 09:44:55 PST
All reviewed patches have been landed.  Closing bug.