Make Service Workers debugging compatible with remote debugging
Categories
(DevTools :: about:debugging, task, P2)
Tracking
(firefox70 fixed)
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: perry, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
There's multiple Service Workers implementations (controlled by a pref), and the workers & their metadata (e.g. scope) may exist in difference processes depending on the implementation. Devtools logic must account for for these differences by reading the pref. Getting the pref via Device{Front,Actor}.getDescription()
, however, causes test failures when tests are cleaning up.
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
•
|
||
Follow up to 1552945, can't be worked on before the other bug lands. See the conversation on the review at https://phabricator.services.mozilla.com/D31905?id=106857#inline-197492 for more context.
Basically there is a client-side check for swm.isParentInterceptEnabled(), and it needs to move to the server.
Assignee | ||
Comment 2•5 years ago
|
||
Would be nice to get this in 70, now that the rest of the refactor has landed
Assignee | ||
Comment 3•5 years ago
|
||
Comment 5•5 years ago
|
||
bugherder |
Description
•