RESOLVED FIXED 180147
StorageToWebProcessConnection & WebSWServerToContextConnection should use the same underlying IPC::Connection
https://bugs.webkit.org/show_bug.cgi?id=180147
Summary StorageToWebProcessConnection & WebSWServerToContextConnection should use the...
Chris Dumez
Reported 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.
Attachments
Patch (28.10 KB, patch)
2017-11-29 10:48 PST, Chris Dumez
no flags
Patch (28.17 KB, patch)
2017-11-29 11:49 PST, Chris Dumez
no flags
Patch (28.17 KB, patch)
2017-11-29 11:57 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2017-11-29 10:48:08 PST
Chris Dumez
Comment 2 2017-11-29 11:49:43 PST
Chris Dumez
Comment 3 2017-11-29 11:57:31 PST
Chris Dumez
Comment 4 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>
Chris Dumez
Comment 5 2017-11-29 13:11:11 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2017-11-29 13:12:43 PST
Note You need to log in before you can comment on or make changes to this bug.