Closed
Bug 1299596
Opened 8 years ago
Closed 8 years ago
Handle failure to remove event listener in ChromeMessagePort.destroy
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: erahm, Assigned: erahm)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
It's possible this._browser is already a dead wrapper when trying to
unregister the event listener. In that case we can carry on with destruction.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8786904 -
Flags: review?(mconley)
Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment on attachment 8786904 [details] [diff] [review]
Handle failure to remove event listener in ChromeMessagePort.destroy
Looks sensible to me.
Attachment #8786904 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 4•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/13a0934e2cc9625db2aff4a17f301e89bce4997d
Bug 1299596 - Handle failure to remove event listener in ChromeMessagePort.destroy. r=mconley
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
You need to log in
before you can comment on or make changes to this bug.
Description
•