Chromium Code Reviews
DescriptionServiceWorker: Mojofication of ServiceWorkerDispatcherHost
This patch is to mojofy ServiceWorkerDispatcherHost which is a browser-side
MessageFilter handling chromium IPC. Most of IPCs from the renderer to the
browser related to the service workers are going through this object, so I can
mojofy all of the IPCs using this way. In this patch, the ordering issue is
avoided by using AssociatedInterface bound to MessageChannel. As the first
touch, I mojofied ProviderCreated.
BUG=629701
Committed: https://crrev.com/804b3e4223615df89434bad6c33ed922393fd8c9
Cr-Commit-Position: refs/heads/master@{#425639}
Patch Set 1 #Patch Set 2 : Moved ptr of dispatcher_host to SWNetworkProvider #
Total comments: 6
Patch Set 3 : Removed GetWeakPtr and moved a method to private #Messages
Total messages: 16 (6 generated)
|