Closed
Bug 1813559
Opened 2 years ago
Closed 2 years ago
Do not bail out too early in BackgroundParentImpl::AllocPRemoteWorkerControllerParent
Categories
(Core :: DOM: Service Workers, defect, P2)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox109 | --- | unaffected |
firefox110 | --- | unaffected |
firefox111 | + | fixed |
People
(Reporter: jstutte, Assigned: jstutte)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1811195 added a bail out in BackgroundParentImpl::AllocPRemoteWorkerControllerParent that seems to confuse our promise book-keeping.
Given we explicitly handle the failure case later in the process, we should just remove this again.
Updated•2 years ago
|
status-firefox109:
--- → unaffected
status-firefox110:
--- → unaffected
status-firefox111:
--- → affected
status-firefox-esr102:
--- → unaffected
tracking-firefox111:
--- → +
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → jstutte
Status: NEW → ASSIGNED
Updated•2 years ago
|
Attachment #9314865 -
Attachment description: Bug 1813559 - Do not bail out on shutdown in BackgroundParentImpl::DeallocPRemoteWorkerControllerParent but let BackgroundParentImpl::DeallocPRemoteWorkerControllerParent do the error handling. r?#dom-worker-reviewers → Bug 1813559 - Do not bail out on shutdown in BackgroundParentImpl::DeallocPRemoteWorkerControllerParent but let RemoteWorkerManager::LaunchNewContentProcess do the error handling. r?#dom-worker-reviewers
Updated•2 years ago
|
Attachment #9314865 -
Attachment description: Bug 1813559 - Do not bail out on shutdown in BackgroundParentImpl::DeallocPRemoteWorkerControllerParent but let RemoteWorkerManager::LaunchNewContentProcess do the error handling. r?#dom-worker-reviewers → Bug 1813559 - Do not bail out on shutdown in BackgroundParentImpl::AllocPRemoteWorkerControllerParent but let RemoteWorkerManager::LaunchNewContentProcess do the error handling. r?#dom-worker-reviewers
Updated•2 years ago
|
Keywords: regression
Assignee | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Pushed by jstutte@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ecb7f9336c27
Do not bail out on shutdown in BackgroundParentImpl::AllocPRemoteWorkerControllerParent but let RemoteWorkerManager::LaunchNewContentProcess do the error handling. r=dom-worker-reviewers,asuth
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•