Bug 180147 - StorageToWebProcessConnection & WebSWServerToContextConnection should use the same underlying IPC::Connection
Summary: StorageToWebProcessConnection & WebSWServerToContextConnection should use the...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-29 10:11 PST by Chris Dumez
Modified: 2017-11-29 13:12 PST (History)
5 users (show)

See Also:


Attachments
Patch (28.10 KB, patch)
2017-11-29 10:48 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (28.17 KB, patch)
2017-11-29 11:49 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (28.17 KB, patch)
2017-11-29 11:57 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

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