Open
Bug 1509129
Opened 4 years ago
Updated 6 months ago
Don't abort the Soft Update algorithm if there's an installing service worker or if the uninstalling flag is set
Categories
(Core :: DOM: Service Workers, enhancement, P2)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: perry, Unassigned)
Details
Attachments
(1 file)
The current ServiceWorkerManager::SoftUpdateInternal is inconsistent with the Soft Update spec: https://w3c.github.io/ServiceWorker/#soft-update-algorithm .
Reporter | ||
Updated•4 years ago
|
Assignee: nobody → perry
Reporter | ||
Updated•4 years ago
|
Priority: -- → P2
Reporter | ||
Comment 1•4 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=aef9515f4d71f6a54bb88b4763e38a0a82b05289
Reporter | ||
Updated•4 years ago
|
Summary: Don't abort the Soft Update algorithm if there's an installing service worker → Don't abort the Soft Update algorithm if there's an installing service worker or if the uninstalling flag is set
Reporter | ||
Comment 2•4 years ago
|
||
Reporter | ||
Updated•4 years ago
|
Assignee: perry → nobody
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•