Closed
Bug 664976
Opened 14 years ago
Closed 14 years ago
observer modules should remove all listeners when addon is unloaded.
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: irakli, Assigned: irakli)
Details
Attachments
(1 file)
Alex found out that observer modules do not remove all listeners when add-ons get unloaded: https://bugzilla.mozilla.org/show_bug.cgi?id=660703#c2 We should fix that and add tests.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → rFobic
Updated•14 years ago
|
OS: Mac OS X → All
Priority: -- → P1
Hardware: x86 → All
Target Milestone: --- → Future
| Assignee | ||
Comment 1•14 years ago
|
||
Pointer to Github pull-request
| Assignee | ||
Updated•14 years ago
|
Attachment #540450 -
Flags: review?(myk)
Comment 2•14 years ago
|
||
Comment on attachment 540450 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/190
Looks good, r=myk.
Attachment #540450 -
Flags: review?(myk) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•