RESOLVED CONFIGURATION CHANGED195697
Get rid of NeverDestroyed<SWServerToContextConnection> connectionsByOrigin
https://bugs.webkit.org/show_bug.cgi?id=195697
Summary Get rid of NeverDestroyed<SWServerToContextConnection> connectionsByOrigin
youenn fablet
Reported 2019-03-13 13:29:19 PDT
Instead, we could rely on NetworkProcess::m_serverToContextConnections. That might be an opportunity to better separate the organization of the connections from their users so that refactoring like done in https://bugs.webkit.org/show_bug.cgi?id=195649 would be simpler.
Attachments
youenn fablet
Comment 1 2019-03-13 13:30:17 PDT
This is only needed for configurations where we have more than one NetworkProcess in a given process and service workers running for both.
Note You need to log in before you can comment on or make changes to this bug.