Commit Graph

11789 Commits

Author SHA1 Message Date
nhotta%netscape.com
2bef954c77 Added charsetOverride field to nsIMsgWindow, so msgCompose can use it for quoting,
bug 111055, r=ducarroz, sr=sspitzer.
2001-11-29 04:56:42 +00:00
naving%netscape.com
0b692416d5 112342 r=ducarroz sr=bienvenu. free filename after use. 2001-11-29 01:51:19 +00:00
dbaron%fas.harvard.edu
824e7d22ca Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc 2001-11-28 05:22:57 +00:00
dbaron%fas.harvard.edu
2019c65bd9 Fix leak of nsMsgProgress (and the things it owns) when sending mail. r=bienvenu sr=waterson b=99180 2001-11-28 04:47:20 +00:00
mscott%netscape.com
ee30eb36ed Bug #112324 --> don't initialize the view header menu item in the onload handler for the mail
3-pane. This helps start up time in a very small way.

r=bienvenu
rs=sspitzer
2001-11-28 04:17:54 +00:00
sfraser%netscape.com
139babf0bc Fix the output path, so that generated files go into mozilla/dist/mailnews, rather than mozilla/mailnews/dist/mailnews. 2001-11-28 03:50:15 +00:00
sfraser%netscape.com
1d5ef83585 Fix the build by adding nsIMsgSMIMEHeaderSink.idl to the IDL project 2001-11-28 02:48:32 +00:00
cathleen%netscape.com
51222e2da0 fix bustage in win32 static build, and also it's run-time err, unable to get
textService, bug 111062 r=dbaron sr=darin
2001-11-28 02:36:27 +00:00
naving%netscape.com
d92bce83df fixing whitespace ! 2001-11-28 02:01:00 +00:00
naving%netscape.com
c8ec16032a 112266 r=ducarroz sr=bienvenu. free mimeGetStringById after use (fwd inline)
112287 r=ducarroz sr=bienvenu. fix leaking mime url by using nsCOMPtr (fwd inline)
2001-11-28 01:33:44 +00:00
mscott%netscape.com
50c518f821 Bug #110543 --> add smime UI to message display
r=kai
sr=sspitzer
2001-11-28 01:07:46 +00:00
mscott%netscape.com
eb13ead84f Bug #110543 --> afire a custom event when the message pane loads
inform any listeners when we start to display a message
r=kai
sr=sspitzer
2001-11-28 01:06:37 +00:00
mscott%netscape.com
4360b11ab3 make the user agent header field name stay at the top of the line when the user agent wraps.
rs=sspitzer
2001-11-28 00:04:30 +00:00
mscott%netscape.com
e553702c88 Not part of the build yet. Export nsIMsgSMIMEHeaderSink.idl on the Mac.
Part of Bug #110543
2001-11-27 23:31:44 +00:00
mscott%netscape.com
ba2767833f Bug #112220 avoid an extra firing of the on select outliner handler when deleting
a message. Supress command updating when selecting the next message
after a delete
r=bienvenu
rs=sspitzer
2001-11-27 21:45:41 +00:00
naving%netscape.com
016a4fefbf 112095 r=ducarroz sr=bienvenu. fix leaking msg hdrs (to, from..) upon reading mail/news messages 2001-11-27 19:23:41 +00:00
naving%netscape.com
7c8e9909a9 112070 r/sr=bienvenu. fix a small char* leak. 2001-11-27 05:05:08 +00:00
bienvenu%netscape.com
8bba0f4250 cache most recent thread object asked for, should speed up painting of thread pane when in threaded mode, r=naving, sr=sspitzer 111976 2001-11-27 03:53:31 +00:00
naving%netscape.com
7a6a1ae5d1 110941 r=sspitzer sr=bienvenu. fix a few leaking char*. 2001-11-27 01:53:50 +00:00
rjc%netscape.com
fe5d808f73 Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2001-11-27 01:47:41 +00:00
naving%netscape.com
b0774fd75d 111829 r/sr=bienvenu. fix leaking folder name upon creating new folder. 2001-11-26 22:05:26 +00:00
naving%netscape.com
797838a11d 111899 r=ducarroz sr=bienvenu. fix a prunichar* memory leak 2001-11-26 21:53:17 +00:00
bienvenu%netscape.com
983974b906 fix crash when mail message has no to, cc, or bcc header r=naving, sr=sspitzer 111932 2001-11-26 21:35:50 +00:00
mscott%netscape.com
46e02fb8e3 give the header toggle widget box flex so the subject line wraps. rs=sspitzer 2001-11-26 19:33:16 +00:00
naving%netscape.com
24c9869437 111789 r/sr=bienvenu. fix nntpurl leak when copying news messages to an imap folder 2001-11-26 03:24:58 +00:00
blakeross%telocity.com
2a48def19d 109117 - offline ui: download/sync now window has extra big ok and cancel buttons. r=bienvenu sr=ben 2001-11-26 00:43:56 +00:00
naving%netscape.com
7faf639ae4 111371 r/sr=bienvenu fix char* leaks when reading filenames from disk. 2001-11-25 03:02:24 +00:00
bienvenu%netscape.com
23360b07ab fix umr in nsDBFolderInfo.cpp, rs=sspitzer 111382 2001-11-24 16:41:38 +00:00
bzbarsky%mit.edu
edfb3b268f Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
naving%netscape.com
a7c73b634a 111314 r=ducarroz sr=bienvenu. fix char* memory leaks. 2001-11-22 00:56:56 +00:00
naving%netscape.com
8b919956e2 111291 r=ducarroz sr=bienvenu. fix a bunch of char * memory leaks. 2001-11-22 00:13:39 +00:00
ducarroz%netscape.com
a83b863c66 Fix for bug 110775. Need to clear the subject and disable the editable field when caching the compose window and enabling those fields when we reopen the compose window. R=varada, SR=mscott 2001-11-21 23:43:26 +00:00
mscott%netscape.com
28d930437d Bug #111274 --> define the addresses object inside the while loop.
r/sr=sspitzer
2001-11-21 23:22:43 +00:00
sspitzer%netscape.com
0cbd2f4329 ignore generated makefiles. 2001-11-21 22:07:10 +00:00
bienvenu%netscape.com
f08a7554f8 rest of fix for 111071 can't cancel out of imap password prompt, r=mscott, sr=sspitzer 2001-11-21 21:55:36 +00:00
sspitzer%netscape.com
8b78949da7 fix warning, add a comment. piggybacking on our carpool.
r/sr=no one
2001-11-21 21:53:57 +00:00
bienvenu%netscape.com
133b78b2c5 cache char set in folder info r=naving, sr=sspitzer 102806 and also show folder contents before folder finishes loading 2001-11-21 21:52:06 +00:00
bienvenu%netscape.com
4f39b3f55a use xpcom ref-counting and comptrs now that mdb supports that r=naving, sr=sspizer 110850 (also fixed some more ref-counting bugs in ab code) 2001-11-21 21:52:00 +00:00
bienvenu%netscape.com
6bc704bab2 remove unused attribute from msg hdr r=naving, sr=sspitzer 110820 2001-11-21 21:51:42 +00:00
bienvenu%netscape.com
2cb171023b use xpcom add/release ref calls now that mork supports them 110850 reduce memory allocations when painting 110820 cache folder charset 102806 r=naving, sr=sspitzer 2001-11-21 21:51:34 +00:00
bienvenu%netscape.com
25723f49e3 use xpcom add/release ref calls for mork objects now that mork supports it r=naving, sr=sspitzer 110850 2001-11-21 21:51:29 +00:00
bienvenu%netscape.com
154f1306d2 remove unused code, r=naving, sr=sspitzer part of general footprint bug 110820 2001-11-21 15:51:39 +00:00
bienvenu%netscape.com
7034ec4dd0 fixing #ifdef debug me code, no bug or reviewer 2001-11-21 15:42:56 +00:00
hewitt%netscape.com
0785fec5fa 96154 - Remove class=outlinercol-header outlinercol-inset-header from outliner, r=ben, sr=hyatt 2001-11-21 11:00:22 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
hewitt%netscape.com
640e9eb08d 66441 - Get rid of gray_*_splitter from utilityOverlay, r=ben, sr=hyatt 2001-11-21 06:59:57 +00:00
mscott%netscape.com
0f7937eaa3 Bug #110543 --> add smime UI to message display
r=kai
sr=sspitzer
2001-11-21 03:57:35 +00:00
bienvenu%netscape.com
485430e967 no longer call SetRecipientsIsNewsgroup - we weren't using it, r=naving, sr=sspitzer 110820 2001-11-21 01:57:53 +00:00
bienvenu%netscape.com
0f3ec60899 fix going offline from compose window, patch from sspitzer, r/sr = me 111087 2001-11-21 01:48:50 +00:00