Open
Bug 1455146
Opened 7 years ago
Updated 2 years ago
Fix about:debugging tests failing when slightly changing the sequence to retrieve workers
Categories
(DevTools :: about:debugging, enhancement)
DevTools
about:debugging
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
Details
Follow up to Bug 1445197.
(In reply to Alexandre Poirot [:ochameau] from comment #34)
> Comment on attachment 8965478 [details]
> Bug 1445197 - part 3: Move about:debugging worker module to a shared module;
>
> ::: devtools/shared/client/root-client.js:254
> (Diff revision 2)
> > + let workers = [];
> > +
> > + try {
> > + // List service worker registrations
> > + ({ registrations } =
> > + await this.listServiceWorkerRegistrations());
>
> We may move this into `_mergeServiceWorkerForms` as it isn't used in this
> method.
>
I tried doing this, but about:debugging tests starting failing in various ways (intermittents, leaks).
The goal of this bug is to try again to implement the comment suggested by Alex above, and to fix all the failures in about:debugging tests that arise.
Updated•6 years ago
|
Product: Firefox → DevTools
Reporter | ||
Updated•6 years ago
|
Severity: normal → enhancement
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•