Closed
Bug 1158726
Opened 10 years ago
Closed 10 years ago
ServiceWorkerClient is linked to outer windows
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1158728
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: catalinb, Unassigned)
Details
Client objects are linked to outer windows, which allows situations such as:
1. service worker creates a client (using matchAll).
2. the corresponding window navigates to google.com
3. client.postMessage will now dispatch messages to the google.com window.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•