Add ServiceWorker shutdown progress tracking
Categories
(Core :: DOM: Service Workers, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: perry, Assigned: perry)
References
Details
Attachments
(2 files)
ServiceWorkerShutdownBlocker only knows about the number of pending shutdowns but can't give any meaningful information as to what the progress of each shutdown is if there's an AsyncShutdown timeout. There's 6 "stages":
- Parent process main thread
- Parent process IPDL background thread
- Content process worker launcher thread
- Content process main thread
- Content process DOM worker thread
- Shutdown finished
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
bugherder |
Comment 4•5 years ago
|
||
Backed out for bustages on nsCodeCoverage.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/3c25ab24bcda1aba845a0266071741a3b17e908d
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=286592327&repo=mozilla-central&lineNumber=44364
![]() |
||
Comment 5•5 years ago
|
||
Backout merged: https://hg.mozilla.org/mozilla-central/rev/3c25ab24bcda
Assignee | ||
Comment 6•5 years ago
|
||
In particular this avoids unqualified name lookup ambiguity between
::Request and mozilla::dom::Request (imported into the global namespace by
using namespace mozilla::dom).
Depends on D60791
Assignee | ||
Comment 7•5 years ago
|
||
Waiting on patch to fix code coverage build breakage.
Assignee | ||
Updated•5 years ago
|
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/21e6f8a6b086
https://hg.mozilla.org/mozilla-central/rev/8f299cada000
Description
•