Граф коммитов

341 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 9117adbab5 fix mismatched memory frees *again* 1999-05-26 22:57:02 +00:00
sspitzer%netscape.com 71102f0d6c get smtp test to build again on UNIX 1999-05-26 17:23:25 +00:00
alecf%netscape.com b7da4eeb00 smtp test is broken, comment it out for now 1999-05-26 08:11:35 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
ducarroz%netscape.com e00895eb36 fix bug 6914 1999-05-25 23:37:48 +00:00
nhotta%netscape.com 34461d6732 Changed to pick up result of MIME decoder and unicode converter. 1999-05-19 01:37:46 +00:00
ducarroz%netscape.com 037bc5dfa4 Fix Reply and Forward who wasn't working since new Ender LoadUrl. Implement a temporary HTML support. 1999-05-19 00:52:51 +00:00
ducarroz%netscape.com ff4032f2c0 Remove redefinition of GetTimeMac 1999-05-19 00:52:47 +00:00
mscott%netscape.com bdebc6fe6a cleanup makefile. 1999-05-19 00:02:29 +00:00
mscott%netscape.com 7417bf0a72 fix for bug #6219 -- send data every 2K so we don't fill up our internal buffer when sending a message. 1999-05-18 21:25:55 +00:00
sspitzer%netscape.com a400047dc9 comment the endifs 1999-05-18 00:21:37 +00:00
rhp%netscape.com 0e79686bb7 Fix problem where incorrect body was being sent in I18N case. 1999-05-17 21:25:19 +00:00
mscott%netscape.com 9ca8e54880 Fix Bug #6216 --> when sending messages with blank lines, we were eating up the line returns. 1999-05-17 21:23:11 +00:00
sspitzer%netscape.com 74a60e66a9 comment out unused variable 1999-05-16 04:15:19 +00:00
sspitzer%netscape.com c24c59e0d9 touch pointer to quiet compiler 1999-05-16 04:14:21 +00:00
nhotta%netscape.com a9610c3b44 Clean up, forgot about & for the args. 1999-05-15 01:08:16 +00:00
ducarroz%netscape.com 011df65d26 HTML tag name must be capitalized if we want to find them in the DOM! 1999-05-14 21:18:26 +00:00
ducarroz%netscape.com 41b91b6979 Fix capitalization problem with nsComPtr.h 1999-05-14 19:26:14 +00:00
ducarroz%netscape.com b8784f93e6 Add pref wrapColumn & useHtml 1999-05-14 18:52:05 +00:00
ducarroz%netscape.com 4d7d12d1c8 Add properties WrapColumn and UseHtml 1999-05-14 18:52:01 +00:00
mscott%netscape.com 96f281e1a3 fix shadowed variables. we were creating a prefs instance many times in the same function when we only needed to create one. 1999-05-13 23:21:04 +00:00
mscott%netscape.com 184d5c6dd0 fix shadowed variable 1999-05-13 23:08:20 +00:00
mscott%netscape.com 297abb3150 fix shadowed variable 1999-05-13 23:00:28 +00:00
law%netscape.com 77263ad4e0 Adding Shutdown member per change to nsIAppShellComponent 1999-05-13 06:10:59 +00:00
rhp%netscape.com 2226d902b8 removal of stub code 1999-05-12 23:42:51 +00:00
rhp%netscape.com dbbfedd8fc Conversion of prefs to new world API's 1999-05-12 23:42:35 +00:00
rhp%netscape.com 83a6b1ccce Changes for new API testing 1999-05-12 22:14:28 +00:00
rhp%netscape.com b1de5670df General work on composition back end 1999-05-12 22:13:58 +00:00
ducarroz%netscape.com 8aa07d202e fix for bug #6315. HTML tag name are now capitalized in the Dom! 1999-05-12 22:00:53 +00:00
alecf%netscape.com b32d64db59 dont' use idlc macros 1999-05-12 04:51:17 +00:00
mscott%netscape.com 1083ac23a8 Fix mismatched memory free. 1999-05-11 20:09:20 +00:00
ducarroz%netscape.com c8e3c30d44 add mactime.c 1999-05-10 23:48:54 +00:00
ducarroz%netscape.com 6b8cc3aa96 fix for bug #6176 1999-05-10 23:48:27 +00:00
rhp%netscape.com d42b7b4d35 Changes for message send cleanup 1999-05-10 22:17:58 +00:00
rhp%netscape.com ffdab95617 Changes for new message send testing 1999-05-10 22:17:13 +00:00
rhp%netscape.com 3b0c4dae6f Change for message send cleanup 1999-05-10 22:14:55 +00:00
bienvenu%netscape.com 2c41a6fb30 fix head mask define 1999-05-10 21:06:12 +00:00
nhotta%netscape.com fe9858e448 Allow 8 bit msg header/body by pref settings. 1999-05-10 20:22:24 +00:00
mcafee%netscape.com 492b4cef0f Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com 1999-05-10 06:47:04 +00:00
sspitzer%netscape.com 657ce27306 kIsRead is now MSG_FLAG_READ 1999-05-08 17:23:30 +00:00
sspitzer%netscape.com af18cd5692 kIsRead is now MSG_FLAG_READ, so we don't need this 1999-05-08 17:22:40 +00:00
mscott%netscape.com 64a29e2689 Bug 5991 --> Fix crash in smtpTest caused by the event queue carpool yesterday. We need to make sure the event queue is registered. 1999-05-06 01:38:25 +00:00
alecf%netscape.com 78f21c06c8 make composer use the new nsIAppShellComponent 1999-05-05 05:21:30 +00:00
hyatt%netscape.com adfa4ca905 Switching to nsIEventQueues and tweaking the AppCore createWindow function's args. 1999-05-04 23:29:53 +00:00
nhotta%netscape.com b582876aab Fix memory leaks. 1999-05-04 22:28:17 +00:00
mscott%netscape.com b9ffae9716 part of mailnews audit --> Conversion to NS_WITH_SERVICE
part of mailnews audit --> use nsCOMPtr.
1999-05-04 20:51:30 +00:00
mscott%netscape.com a4b12e306d part of mailnews audit --> Conversion to NS_WITH_SERVICE
part of mailnews audit --> use nsCOMPtr.
1999-05-04 20:36:34 +00:00
mscott%netscape.com d7bce8632c part of mailnews audit --> use nsCOMPtr. 1999-05-04 20:34:31 +00:00
mscott%netscape.com 9fd7908941 part of mailnews audit --> use nsCOMPtr.
part of mailnews audit --> Conversion to NS_WITH_SERVICE
1999-05-04 20:33:07 +00:00
mscott%netscape.com 33308e2fbc part of mailnews audit --> Conversion to NS_WITH_SERVICE 1999-05-04 18:41:02 +00:00