1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-08-13 15:53:47 -04:00
Go to file
foudfou 5ad5b3c3d4 * re-introduce dumpObj() useful for DOM elements
* merge server_types and excluded_accounts into one mail_accounts pref

This is visually more intuitive. So do we use the same tree for both. But we
store them into 2 different "branches" of the corresponding preference
object. We need to keep track of them separately because of account
creation/deletion.
2011-11-02 01:48:41 +01:00
src * re-introduce dumpObj() useful for DOM elements 2011-11-02 01:48:41 +01:00
testing finish text icon implementation for displaying unread messages count in mail 2011-09-19 18:33:45 +02:00
.gitignore modifired .gitignore 2011-07-03 20:06:15 +02:00
README.md FireTray v0.4.0a2 2011-09-24 12:00:31 +02:00
TODO * re-introduce dumpObj() useful for DOM elements 2011-11-02 01:48:41 +01:00

Firetray

Overview

Js-ctypes rewrite of the binary XPCOM version of Firetray.

Notes

  • Firetray 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.
  • Some code borrowed from Nils Mayer.
  • kind support from Neil Deaking