Closed
Bug 816272
Opened 13 years ago
Closed 8 years ago
self.port.removeListener doesn't work for events that are already queued (content script)
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: evold, Unassigned)
Details
Will discovered this is bug 810656 with his test case:
https://builder.addons.mozilla.org/package/162389/latest/
| Reporter | ||
Updated•13 years ago
|
Summary: self.port.removeListener doesn't work when events are already queued (content script) → self.port.removeListener doesn't work for events are already queued (content script)
Summary: self.port.removeListener doesn't work for events are already queued (content script) → self.port.removeListener doesn't work for events that are already queued (content script)
Priority: -- → P2
Assignee: nobody → evold
| Reporter | ||
Comment 1•13 years ago
|
||
More info about this bug in https://github.com/mozilla/addon-sdk/pull/759/files
| Reporter | ||
Comment 2•13 years ago
|
||
Note we'll have to remove some of the docs added in the patch in bug 810656 in the patch for this bug.
| Reporter | ||
Updated•12 years ago
|
Assignee: evold → nobody
Comment 3•8 years ago
|
||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•