1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-11-10 11:05:07 -05:00
FireTray/TODO
foudfou 74f9cf7da3 * replace Components.utils.reportError() with ERROR()
* prepare implementation of text icon
* prepare support of other Mozilla apps (Seamonkey)
2011-09-13 22:08:06 +02:00

13 lines
509 B
Plaintext

* check why unreadMsgCount not well updated with seamonkey
* make multi-platform. At least have js-ctypes library call dependant on OS detection. (best would be to have the OS-dependant modules loaded at startup)
* convert to a https://developer.mozilla.org/en/Extensions/Bootstrapped_extensions
see ../restartless-restart-ffext/ and
http://erikvold.com/blog/index.cfm/2010/10/28/restartless-firefox-addons-part-1-giving-your-addon-the-bootstrap
WONTFIX:
* ability to hide windows individually/globally