Bug 195697 - Get rid of NeverDestroyed<SWServerToContextConnection> connectionsByOrigin
Summary: Get rid of NeverDestroyed<SWServerToContextConnection> connectionsByOrigin
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-13 13:29 PDT by youenn fablet
Modified: 2020-03-18 06:47 PDT (History)
2 users (show)

See Also:


Attachments

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