MinimizeToTray
Bits of a Mozilla / Firefox extension that is under progress. This is (for now) Win32 only. It minimizes a window (currently, Firefox 0.9 only) to the system tray ("notification area"). Sources. For binaries, see my kimo site (because they can handle XPIs there). Notes:
- interface name is
trayInterface.
- ContractID is "@mook.example.com/minimizetotray;1" (should probably move it to trayInterface.idl)
- has only one method: void minimize(in nsIDocShell aDocShell);
- Needs to have one per each window.
- The makefile is a kludge; it needs cleanup, especially the paths. I'm currently building via domake.bat (which calls the one I use for full Mozilla builds).