Closed
Bug 751546
Opened 13 years ago
Closed 13 years ago
"can't access dead object" exception in api-utils/tabs/utils:getOwnerWindow()
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
We are firing `deactivate` event too lately on TabSelect, too late after previous window closing so that we try to fetch attributes on a unloaded window.
Again, I don't think we were leaking anything there. It is most likely another late call on a unloaded window.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → poirot.alex
Attachment #620672 -
Flags: review?(rFobic)
Updated•13 years ago
|
Attachment #620672 -
Flags: review?(rFobic) → review+
Comment 2•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/9ef15ef357a8fc9776fc25b9a8a9903804b5319f
Bug 751546: Fix "dead object" exception in api-utils/tab/observer.
`deactivate` was fired too lately.
https://github.com/mozilla/addon-sdk/commit/61165fc1fde222fb342326a2fe4ec2aac1014f96
Merge pull request #425 from ochameau/bug/751546-fix-tab-utils-dead-object
Bug 751546: Fix "dead object" exception in api-utils/tab/observer. r=@gozala
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•