Commit Graph

1253 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
9a954644ec Fixing linker bustage - we have a new linker, but I haven't got in on the TB yet 2001-12-17 22:40:27 +00:00
tor%cs.brown.edu
073a7c9d91 Bug 66976 - turn on libpr0n MNG decoder. r=pavlov, sr=brendan.
Mac build patch by conrad, r=pinkerton, sr=sfraser
2001-12-17 22:07:03 +00:00
seawood%netscape.com
a30cfc467c Fixing OS/2 bustage from string changes. 2001-12-17 21:49:19 +00:00
jaggernaut%netscape.com
e44e7d9ec8 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com
97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
seawood%netscape.com
51fa852613 Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
Thanks to Javier Pedemonte (pedemont@us.ibm.com) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
ducarroz%netscape.com
6f175430bb Fix for bug 111305. Check for null ptr before using it. Don't truncate and initialize a nsString with a length of -1, that cause the whole app to freeze. R=damn, SR=mscott, A=asa 2001-12-14 01:18:16 +00:00
jj%netscape.com
1a81a5ac05 obsolete after xml projects landing & codewarrior 7 adoption 2001-12-14 00:15:57 +00:00
mscott%netscape.com
0aac614070 Bug #89606 --> don't call ODA if we don't have any bytes in the input stream.
fixes a crash on linux.
r=bienvenu
sr=sspitzer
2001-12-12 01:44:14 +00:00
ccarlen%netscape.com
af646e6f1f Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:45:45 +00:00
ducarroz%netscape.com
f70cf8613d Fix for bug 112784. The linked string array got broken which cause us to leak a bunch of strings. R=varada, SR=mscott 2001-12-11 03:35:20 +00:00
ducarroz%netscape.com
f6e780c330 Fix for bug 110700. mCItationCOlor wasn't free. R+varada, SR=sspitzer 2001-12-11 03:30:15 +00:00
sfraser%netscape.com
3339ff50e2 Add XML project for smime.mcp, which was missed in the first pass. 2001-12-11 02:21:12 +00:00
ccarlen%netscape.com
b564bb181b Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:20:58 +00:00
ccarlen%netscape.com
baca6ece31 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:42:22 +00:00
shanjian%netscape.com
07d8f2b551 #112904 MimeInlineText's charset need to be initialized before setting font
r=ducarroz sr=sspitzer
2001-12-05 23:52:07 +00:00
naving%netscape.com
67c66b0acb 112783 r=ducarroz sr=bienvenu. free charset got from parsing headers before setting to ISO-8859-1 2001-12-03 23:25:13 +00:00
naving%netscape.com
a9f4852fcf 112331, 112333 r=ducarroz sr=bienvenu. fix leaking char *mail charset and url string. 2001-12-03 00:58:37 +00:00
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
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
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
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
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
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
mscott%netscape.com
4fc0e35c4e Bug #110905 --> remove code to enumerate over parsed header results.
allow the ability to get all of the results all at once in a set of
arrays. This improves message display performance by reducing the number
of round trips between the JS thread and the UI thread.
r=ducarroz
sr=bienvenu
2001-11-20 22:53:47 +00:00
bienvenu%netscape.com
e9e44887c9 fix MimeInlineText leaking encoder and decoder for every message read, r=ducarroz, sr=sspitzer 11066 2001-11-19 21:42:16 +00:00
bienvenu%netscape.com
22b967254e fix leak of identity object when editing drafts r=ducarroz, sr=sspitzer 2001-11-19 21:40:33 +00:00
nhotta%netscape.com
bf532e0cdb Change to notify S/MIME charset properly, it needs to have a separte code because the parsing is delayed for S/MIME
and the common code in mimemult.cpp cannot get the charset because of the delay,
bug 110030, r=ducarroz, sr=mscott.
2001-11-19 21:31:11 +00:00
sspitzer%netscape.com
33d8df3f0b fix for #110698. fix assertions cause by calling NS_ConvertUTF8toUCS2() with null.
fix the code to not call MIME_DecodeMimeHeader() and NS_ConvertUTF8toUCS2() when the
header is null.  r/sr=bienvenu
2001-11-19 01:07:19 +00:00
sspitzer%netscape.com
8aede5f38c fix for #110502. get "edit as new" and "fwd inline" to work again.
the problem is the standard url parser no longer allows us to use illegal
uris.  '_' is an illegal character in a URI (and URL) scheme.
so this patch switches from "foo_message://" to "foo-message://"
r=bbaetz,sr=bienvenu
2001-11-18 23:38:52 +00:00
alecf%netscape.com
50a2692b43 aug, I give up. stupid SMIME 2001-11-15 05:58:14 +00:00
alecf%netscape.com
2e7119d59e better fix - conditional REQUIRES based on BUILD_SMIME (but thanks anyway dbaron) 2001-11-15 05:12:38 +00:00
dbaron%fas.harvard.edu
972d738471 Fix bustage. windowwatcher still needed in REQUIRES (ifdef BUILD_SMIME). 2001-11-15 04:27:27 +00:00
alecf%netscape.com
d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
nhotta%netscape.com
a1e7be4688 Changed to use char* for charset instead of nsString& for i18n functions, bug 108932, r=ducarroz,sr=sspitzer. 2001-11-15 02:00:32 +00:00
sspitzer%netscape.com
79dbcc56df repairing...(I hope) 2001-11-15 00:40:01 +00:00
sspitzer%netscape.com
cc377d1cad trying to repair mime.mcp. 2001-11-15 00:38:25 +00:00
dbaron%fas.harvard.edu
c8f31a0924 Add unicharutils static library. 2001-11-14 03:08:55 +00:00
gerv%gerv.net
5011281b28 Bug 108177 - change Henrik Gemal's email address to mozilla@gemal.dk . r=gerv, auto-sr=brendan. Comment changes only. 2001-11-10 19:10:40 +00:00
mscott%netscape.com
ea65a2903a remove a define DEBUG_rhp from the makefile 2001-11-10 00:36:14 +00:00
mscott%netscape.com
d6a13f3e88 remove a define DEBUG_rhp from the make project. 2001-11-10 00:35:51 +00:00
mscott%netscape.com
a2ad7e6805 fix mac build. 2001-11-10 00:13:19 +00:00
nhotta%netscape.com
6d7d1d49dd Changed to use local stack for message body charset conversion, bug 108749, r=ducarroz, sr=sspitzer. 2001-11-09 23:56:19 +00:00
mscott%netscape.com
4fdc097f65 Bug #22960 --> broadcast all the headers at once instead of individually.
if not in view all headers mode, only send out the headers we need. This helps
message display performance.
r=ducarroz
sr=sspitzer
2001-11-09 23:31:54 +00:00
kaie%netscape.com
8d0e153774 build smime if MOZ_PSM is defined
a=leaf
2001-11-09 20:45:36 +00:00