Remove the Inner interface from ServiceWorker, ServiceWorkerContainer, and ServiceWorkerRegistration
Categories
(Core :: DOM: Service Workers, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: ytausky, Assigned: edenchuang)
References
(Blocks 1 open bug)
Details
Crash Data
Attachments
(4 files, 1 obsolete file)
With child intercept code gone, we could remove a layer of abstraction that was introduced to accommodate two different implementations.
Reporter | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D117344
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D138999
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D139000
Comment 6•2 years ago
|
||
Backed out 4 changesets (bug 1715547) for causing leakcheck failures in ServiceWorkerPrivate.
Backout link: https://hg.mozilla.org/integration/autoland/rev/e6ea00f944000c239404e8796c93b43691b5c055
Assignee | ||
Comment 7•2 years ago
|
||
Comment 8•2 years ago
|
||
Comment on attachment 9276872 [details]
Bug 1715547 - Blocking SerivceWorker interception for no_cors cross-origin range request. r=#dom-worker-reviewers
Revision D146552 was moved to bug 1762078. Setting attachment 9276872 [details] to obsolete.
Assignee | ||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/93250012e5ac
https://hg.mozilla.org/mozilla-central/rev/6d0a9db1638c
https://hg.mozilla.org/mozilla-central/rev/b02cb05ea06c
https://hg.mozilla.org/mozilla-central/rev/64e584ac229b
Comment 11•2 years ago
|
||
Backed out for causing frequent crashes:
https://hg.mozilla.org/integration/autoland/rev/58596af91c9397ae9e5e7edab9eb4f2bb4179f2f
[@ nsCOMPtr<T>::get | nsCOMPtr<T>::operator nsIPrincipal* | mozilla::dom::ServiceWorkerInfo::Principal]
e.g. bp-22e85bee-3fcb-43e7-b473-a489e0220914
27 crashes from 21 installations.
Comment 12•2 years ago
|
||
Updated•2 years ago
|
Comment 13•2 years ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 desktop browser crashes on nightly
:edenchuang, could you consider increasing the severity of this top-crash bug?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 14•2 years ago
|
||
The crashes are caused by the backed-out patch. So we don't consider increasing the severity of it.
Comment 15•2 years ago
|
||
Based on the topcrash criteria, the crash signatures linked to this bug are not in the topcrash signatures anymore.
For more information, please visit auto_nag documentation.
Comment 16•2 years ago
|
||
Comment 17•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/825277ae13f4
https://hg.mozilla.org/mozilla-central/rev/57af4021e491
https://hg.mozilla.org/mozilla-central/rev/7b1656140268
https://hg.mozilla.org/mozilla-central/rev/94fbc4e4411b
Description
•