Bug 125507

Summary: Allow us to use network process with a single process model
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: WebKit2Assignee: Kwang Yul Seo <skyul>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, brian.holt, cgarcia, commit-queue, gustavo, mrobinson, ossy, svillar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108832    
Attachments:
Description Flags
Patch none

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.