Loading
Bug 1731982 - Part 6: Using foreign partitioned principal when creating...
Bug 1731982 - Part 6: Using foreign partitioned principal when creating clientSource in ServiceWorkerManager. r=asuth Currently, the ServiceWorkerManager creates a content prinipcal based on the regular originAttributes when dispatch the fetch event. This patch changes to use the foreign partitioned originAttributs. Note that we don't add tests for this because the change doesn't change the behavior. And we don't enable partitioned third-party Service Worker. So, the existing test cases is enough for this. Differential Revision: https://phabricator.services.mozilla.com/D127632