Open
Bug 1307105
Opened 7 years ago
Updated 1 year ago
about:debugging: show detailed service worker registration status
Categories
(DevTools :: about:debugging, defect, P2)
DevTools
about:debugging
Tracking
(firefox52 wontfix)
NEW
Tracking | Status | |
---|---|---|
firefox52 | --- | wontfix |
People
(Reporter: jdescottes, Unassigned)
References
Details
Follow up to bug 1153292. In Bug 1153292, we added a basic status information for service worker registrations in about:debugging, displaying 3 states: - registering - running - stopped "registering" actually covers all the states from waiting to installed. To display the accurate state of the sw-registration, we need to wait for the sw implementation to be improved in e10s mode. As of today in e10s, we only receive registrations which are in active state, and workers in activated state.
Reporter | ||
Comment 1•7 years ago
|
||
(re: being able to get waiting,installing,activating service worker registrations in e10s) (In reply to Ben Kelly [Mostly PTO, back Oct 10][:bkelly] from Bug 1153292 comment #28) > I'm fairly certain this is due to an issue :asuth pointed out to me > recently. We only propagate activated service workers across process > boundaries. We don't propagate other state changes. > > I think you will probably need to wait to implement this until we move the > SWM to the parent process. > Andrew : Is there a bug we can follow to know when this will be implemented?
Flags: needinfo?(bugmail)
Comment 2•7 years ago
|
||
(In reply to Julian Descottes [:jdescottes] from comment #1) > Andrew : Is there a bug we can follow to know when this will be implemented? bug 1231208 is the meta bug to watch in general. bug 1182117 (blocking the meta bug) has the right name, and may become a sub-meta bug in the near future. bug 1231216 is where I am actively working to remote ServiceWorkerPrivate, but other bugs (that will be) tracked by the meta's will need to be fixed as well.
Flags: needinfo?(bugmail)
Reporter | ||
Comment 3•7 years ago
|
||
about:debugging triage, filter on OBSOLETE HANDHELD
Priority: -- → P2
Comment 4•7 years ago
|
||
Mass wontfix for bugs affecting firefox 52.
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•