Bring back SWContextManager abstraction in WebCore. It was killed in <https://trac.webkit.org/changeset/223718> but is actually useful when the ServiceWorker wants to message the storage process.
Created attachment 325038 [details] Patch
Created attachment 325040 [details] Patch
Comment on attachment 325040 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=325040&action=review r=me > Source/WebCore/workers/service/context/SWContextManager.cpp:68 > + // FIXME: We should pass valid MessagePortChannels. Can you add a bug for this? > Source/WebKit/WebProcess/Storage/WebSWContextManagerConnection.cpp:99 > + // FIXME: Provide a sensical session ID. And this?
Comment on attachment 325040 [details] Patch Clearing flags on attachment: 325040 Committed r224041: <https://trac.webkit.org/changeset/224041>
All reviewed patches have been landed. Closing bug.
<rdar://problem/35568303>