Open
Bug 1578714
Opened 6 years ago
Updated 1 year ago
When a ClientSource is deleted, any pending handles should be flushed
Categories
(Core :: DOM: Service Workers, defect, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: jya, Unassigned)
References
Details
(Whiteboard: dom-lws-bugdash-triage)
Problem was introduced in bug 1556489 and was exposed in bug 1578325.
When a ClientSource is deleted before a handle got created in the DocumentChannel, the promise returned by ClientHandleParent::EnsureSource() will never be resolved nor rejected and it will wait forever.
So we need a mechanism in place to notify the ClientHandleParent that the corresponding ClientHandleParent got deleted.
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Severity: normal → S3
Comment 1•1 year ago
|
||
It is possible that something changed in this area, but we have no easy test to confirm that, so we'll keep the bug for now.
Whiteboard: dom-lws-bugdash-triage
You need to log in
before you can comment on or make changes to this bug.
Description
•