Commit Graph

7025 Commits

Author SHA1 Message Date
sspitzer%netscape.com
72e8a9e317 make it so -chrome <chrome url> does the right thing.
r=mscott
2000-02-08 03:12:39 +00:00
ducarroz%netscape.com
774c7525b3 Fix related to bug 10932 and 26344. Need to reset all the event handlers of a dynamically created node after it has been inserted in the DOM. Also do not created a new recipient row when the user press enter after entering a recipient. R=mscott 2000-02-08 02:39:41 +00:00
mscott%netscape.com
2a539efa45 Optimize our use of monitors in this class because it gets called from multiple threads. This means
using nsAutoCMonitor instead of NS_LOCK/UNLOCK_INSTANCE. I also went through and removed the locks from
methods which are only called from one thread.
r=bienvenu.
2000-02-08 01:36:07 +00:00
bienvenu%netscape.com
85ee28a198 more fixes for double byte folder names, including create and rename, r=putterman,jefft 2000-02-08 01:20:00 +00:00
rhp%netscape.com
8cc87b679d Max message size warning feature and labeling forwarded messages by subject - Bugs: 26519 5647 - r: jefft 2000-02-08 01:15:54 +00:00
sspitzer%netscape.com
9431eb3736 more changes to get everyone using my arbitrary command line handling.
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
mscott%netscape.com
1151b9cac4 Remove some wastefule NS_LOCK_INSTANCE useages in this class because
the class only runs on the UI thread...no need to use these locks
r=sspitzer
2000-02-08 01:10:21 +00:00
mscott%netscape.com
6940ec22be disable the save all button for attachments because that isn't implemented yet...
r=sspitzer
2000-02-08 01:09:16 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
jefft%netscape.com
015ed59aa6 fixed bug 14893 - undo/redo should enable only when it is available; bug 23089 - selecting undo after delete cause trash folder to load; r=rhp 2000-02-07 15:15:14 +00:00
alecf%netscape.com
eb71a72b2b fix for #26762 - I forgot to check in this file, just make sure to pass in the event to the delete handler.
r=sspitzer
2000-02-07 08:54:59 +00:00
rhp%netscape.com
7e781c43ea This is a fix to add a second - per message FCC to compose operations - Bug #: 11697 - r: jefft 2000-02-07 03:06:51 +00:00
bienvenu%netscape.com
1009440601 don't unescape urls before loading messages,r=mscott 2000-02-07 02:09:13 +00:00
bienvenu%netscape.com
ece14626a0 allow creation of folders with double-byte characters r=putterman, 26745 2000-02-07 00:20:37 +00:00
scc%netscape.com
1f9cca5403 while code reviewing Pierre Phaneuf's changes, I noticed some places where |do_QueryInterface()| could be used more efficiently, and some bad casts of |nsCOMPtr|s. This checkin fixes those. r=ben 2000-02-06 21:53:20 +00:00
rhp%netscape.com
b15b4bdc38 Small cleanup patch for nsMsgCompUtils.cpp in the work on bug 16398 (format=flowed). - r: rhp (external contribution) 2000-02-06 17:24:40 +00:00
sspitzer%netscape.com
fde4b7c9ae hande -mail properly, using the nsICmdLineHandler interface 2000-02-06 13:05:29 +00:00
sspitzer%netscape.com
312a76d081 I think the less unixes will fail to build if I don't do this. 2000-02-06 12:54:10 +00:00
sspitzer%netscape.com
c00837ec56 I hate copy and pasted code. write two macros to do all the work for me.
r=alecf
2000-02-06 12:21:22 +00:00
sspitzer%netscape.com
91a9eaba60 clean up. these should be progids, not cids, that I register with the category manager.
r=alecf
2000-02-06 11:04:43 +00:00
sspitzer%netscape.com
a0ddb3cbb8 you can launch addressbook with -addressbook
now using the nsICmdLineHander interface and categories to do this the right way
r=alecf
2000-02-06 11:04:10 +00:00
sspitzer%netscape.com
ff5baab1d5 in the immortal words of sfraser: "die, appcores, die".
the next step is to remove mozilla/xpfe/AppCores from the tree, which I will
gladly do next.

r=alecf
2000-02-06 06:54:52 +00:00
sspitzer%netscape.com
72d8e4bf7a be consistent with how we define the incoming server prog ids. add a debugging
printf (for me only).  r=alecf
2000-02-06 06:51:24 +00:00
pp%ludusdesign.com
cc01ef5223 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-06 03:18:27 +00:00
waterson%netscape.com
f327195c08 Bug 26344. Copy event handler 'by hand', as attribute-based compilation will only occur when an element is in the document. Added grafitti about using cloneNode(), which may be better, modulo bug 26528. r=mscott 2000-02-06 01:36:23 +00:00
rhp%netscape.com
21493e67ba Fix mail send problems when invalid embedded objects exist in message - Bug #: 24999 - r: ducarroz 2000-02-05 22:31:37 +00:00
hangas%netscape.com
34cf1e6bdd More address book fixes. Bugs 26501, 10841, 16455. r=mscott 2000-02-05 21:21:56 +00:00
tonyr%fbdesigns.com
9d1d7b745a Added the skin directory 2000-02-05 16:52:19 +00:00
tonyr%fbdesigns.com
abc22bfd1d Added workaround for bug #26291 2000-02-05 16:51:41 +00:00
tonyr%fbdesigns.com
cb60d023ef Update to use a style sheet rather than setAttribute from JS. bug# 26482 2000-02-05 16:50:45 +00:00
tonyr%fbdesigns.com
7cf24862d3 First Checked In. 2000-02-05 16:45:33 +00:00
alecf%netscape.com
c016567550 update some strings, no reviewer 2000-02-05 08:09:02 +00:00
alecf%netscape.com
1d50ce82b9 add ispUtils.js (not used yet) 2000-02-05 08:06:54 +00:00
alecf%netscape.com
ffdcb5b041 add ISP default example files (not part of build) 2000-02-05 08:05:53 +00:00
alecf%netscape.com
f161287e46 move from nsAutoCString to nsCAutoString r=sspitzer 2000-02-05 06:11:46 +00:00
alecf%netscape.com
a1871e8caf oops, missed one
this and the last checkin r=sspitzer
2000-02-05 06:08:12 +00:00
alecf%netscape.com
93254194bc switch from nsAutoCString to nsCAutoString 2000-02-05 06:07:25 +00:00
bienvenu%netscape.com
3606781335 use imap utf7 internally, fixes unicode folder names, r=jefft 2000-02-05 01:22:29 +00:00
bienvenu%netscape.com
4288f5ddc1 fix escaping of user name (r=alecf) also fix build bustage 2000-02-05 01:19:38 +00:00
alecf%netscape.com
9c7d859963 add the service provider datasource to the base factory
r=sspitzer
2000-02-05 01:17:03 +00:00
alecf%netscape.com
c1086d954b export nsMsgServiceProvider.h on the mac
r=sspitzer on this and last 2 checkins
2000-02-05 01:16:07 +00:00
ducarroz%netscape.com
85a1053a0d Fix bug 25565 and part of bug 25573. Add separator beetween toolbar buttons and disable the one not yet implemented. R=hangas 2000-02-05 01:15:06 +00:00
alecf%netscape.com
51304c5c60 added files: mozilla/mailnews/base/src/nsMsgServiceProvider.cpp 2000-02-05 01:15:03 +00:00
alecf%netscape.com
998fef80e7 add nsMsgServiceProvider to the unix and windows builds 2000-02-05 01:13:11 +00:00
alecf%netscape.com
7bf73d44eb first checked in (not part of build) 2000-02-05 01:10:24 +00:00
alecf%netscape.com
d8ec76801c hook up Set Default Account and clean up delete account
r=sspitzer
2000-02-05 01:07:19 +00:00
alecf%netscape.com
96556da80b implement Get/SetDefaultAccount
r=sspitzer
2000-02-05 01:06:27 +00:00
sspitzer%netscape.com
53bd4b89b6 work on making -news handled arbitrarily. not working yet, as I can't
call the category manager from C++ yet. r=alecf
2000-02-04 23:11:19 +00:00
rhp%netscape.com
594dddaf04 Fix for incorrect charset on reply - Bug # 3979 - r: mscott 2000-02-04 22:52:55 +00:00
ducarroz%netscape.com
5fef87419a Fix for bugs 12507, 15103, 15105, 22077, 25137, 26408, 10932. A lot of UI work. R=hangas 2000-02-04 22:52:03 +00:00