1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-08-13 15:53:47 -04:00
Go to file
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
src * replace Components.utils.reportError() with ERROR() 2011-09-13 22:08:06 +02:00
testing * replace Components.utils.reportError() with ERROR() 2011-09-13 22:08:06 +02:00
.gitignore modifired .gitignore 2011-07-03 20:06:15 +02:00
README.md begin implementation for text icon 2011-09-09 22:15:48 +02:00
TODO * replace Components.utils.reportError() with ERROR() 2011-09-13 22:08:06 +02:00

Moztray

Overview

Rewrite attempt of Firetray with js-ctypes, with focus on unread message count display.

Notes

  • Moztray unsets the tabs.warnOnClose built-in preference, which otherwise disrupts the handeling of the close event.
  • Experimental non-customizable keyboard shortcut for hiding all windows set to: accel-shift-w

References

KNOWN BUGS

Acknowledgment

  • Some code borrowed from Mike Conley.
  • kind support from Neil Deaking