mirror of
https://github.com/moparisthebest/FireTray
synced 2024-12-22 05:48:49 -05:00
25644e0a88
xpcom-shutdown for closing libs !) * icon handling moved to MoztIconLinux.jsm * tray icon changes (icon+tooltip) according to unreadMsgCount * strings (localization) provided by commons.js
11 lines
449 B
Plaintext
11 lines
449 B
Plaintext
* 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
|