1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-12-22 05:48:49 -05:00
Go to file
foudfou fded2c2a31 try supporting more applications (Firefox, Thunderbird for now)
export 'Cc' and 'Ci' in common.js module. This helps managing the different
behaviours in FF and TB: TB requires Ci and Cc to be defined explicitly in
overlay.js, and FF fails to load overlay.js silently when Ci and Cc are defined
explicitly (const defined twice ?)...
2011-07-06 02:43:16 +02:00
src try supporting more applications (Firefox, Thunderbird for now) 2011-07-06 02:43:16 +02:00
testing first working version (firefox tray icon) 2011-07-04 14:31:56 +02:00
.gitignore modifired .gitignore 2011-07-03 20:06:15 +02:00
README.md Initial commit (skeleton extension derived from SkipCertError) 2011-07-03 20:05:40 +02:00

rewrite of Firetray with js-ctypes