traxium / tabtree

Tab Tree extension for Firefox
https://addons.mozilla.org/en-US/firefox/addon/tab-tree/
GNU General Public License v3.0
144 stars 30 forks source link

Remove interval handler if busy tab is closed. Fixes #114. #115

Closed nneonneo closed 8 years ago

nneonneo commented 8 years ago

Note: I'm not sure if tab.closing is the best way to do this; that attribute seems to be undocumented. Feel free to suggest a better API to check for a closed tab.

(Logging added to the interval handler confirms it's still being called after the tab is closed and dead)

traxium commented 8 years ago

Thanks. The logging indeed confirms what you said.

seems to be undocumented

A lot of other features heavily used in this add-on like tab._tPos are also undocumented.