Bug 180147

Summary: StorageToWebProcessConnection & WebSWServerToContextConnection should use the same underlying IPC::Connection
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, commit-queue, ggaren, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Chris Dumez 2017-11-29 10:11:02 PST
StorageToWebProcessConnection & WebSWServerToContextConnection should use the same underlying IPC::Connection. Otherwise, we have with 2 IPC::Connections between the StorageProcess and the ServiceWorker (aka Context) process, which makes synchronization of IPC messages difficult.
Comment 1 Chris Dumez 2017-11-29 10:48:08 PST
Created attachment 327871 [details]
Patch
Comment 2 Chris Dumez 2017-11-29 11:49:43 PST
Created attachment 327881 [details]
Patch
Comment 3 Chris Dumez 2017-11-29 11:57:31 PST
Created attachment 327883 [details]
Patch
Comment 4 Chris Dumez 2017-11-29 13:11:10 PST
Comment on attachment 327883 [details]
Patch

Clearing flags on attachment: 327883

Committed r225289: <https://trac.webkit.org/changeset/225289>
Comment 5 Chris Dumez 2017-11-29 13:11:11 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2017-11-29 13:12:43 PST
<rdar://problem/35755455>