Closed
Bug 1605399
Opened 5 years ago
Closed 5 years ago
Label service workers using their state
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox74 fixed)
RESOLVED
FIXED
Firefox 74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The debugger currently labels service workers in the threads pane by correlating them with the different service worker properties of the registration (evaluating, waiting, installing, activating). It seems better to use the state in the associated nsIServiceWorkerInfo, which distinguishes between installing/installed and activating/activated and is more consistent with chrome's labels.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by bhackett@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a7523542f8f
Label service workers using their state, r=jdescottes.
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•