Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DIP] Add DIP Reporter to SharedWorkers
This CL adds a DocumentIsolationPolicy reporter for SharedWorkers, based on their DocumentIsolationPolicy. It is stored in the SharedWorkerHost, and communicates with a ReportingObserver bound in the WorkerContext. This CL also fixes an issue where the COEP reporter of the SharedWorker was not connected to a ReportingObserver. This CL is part of a chain of CLs implementing DocumentIsolationPolicy 1) Add DocumentIsolationPolicyReporter 2) Implement DocumentIsolationPolicyReporter 3) Pass the reporter to URLloaderFactory 4) Plumb DIP reporter into ServiceWorkers 5) Add a DIP reporter to DedicatedWorker 6) Add a DIP reporter to SharedWorker <- you are here 7) Plumb DIP reporter in CacheStorage reporting: Bug: 333029815, 40190911 Change-Id: Ifb5c3883376bd5a255dd307ff1cb8f0c1b90f964 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6187126 Reviewed-by: Mike West <[email protected]> Reviewed-by: Hiroki Nakagawa <[email protected]> Commit-Queue: Camille Lamy <[email protected]> Cr-Commit-Position: refs/heads/main@{#1410793}
- Loading branch information