Open
Bug 1345928
Opened 8 years ago
Updated 2 years ago
Support multiple content processes when debugging service workers from about:debugging
Categories
(DevTools :: about:debugging, enhancement, P3)
DevTools
about:debugging
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
With multiple content processes Service Workers don't currently work. This is tracked in bug 1231208.
about:debugging allows to debug service workers. So, when Service Workers start to work in a multi-content-process environment, we'll need to make sure about:debugging also works and allows to debug those service workers.
Comment 1•8 years ago
|
||
This should "just work" once the service worker e10s refactor is done. Since we will only be allowing a particular service worker to spawn in a single content process across the browser about:debugging should only ever see one instance at a time.
Comment 2•8 years ago
|
||
Aboutdebugging triage. Filter on TRIAGE-JD201705
Setting as P3 for now since it's not actionable.
Priority: -- → P3
Updated•7 years ago
|
Blocks: dt-service-worker
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•