Make sure message ports that are transferred to a serviceworker end up in the right process.
This still has one remaining issue in that there are some situation where MessagePortService in the browser process might unqueue these transferred message ports before the service worker has been started. That will be fixed in a separate CL. https://codereview.chromium.org/730543005/ has a test for this fix. BUG=432678 Review URL: https://codereview.chromium.org/733703002 Cr-Commit-Position: refs/heads/master@{#305074}
Showing
Please register or sign in to comment