Commit Graph

1235 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
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
mscott%netscape.com
1fa024fc20 build smime if psm2 is defined.
a=leaf
2001-11-09 20:26:40 +00:00
dbaron%fas.harvard.edu
8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
dbaron%fas.harvard.edu
bfb2f49916 Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc 2001-11-07 04:12:20 +00:00
javi%netscape.com
83a15db1b9 This should be the last for Bug 106507.
Forgot to add mimecryp.cpp to the Mac Mime project file.
2001-11-06 23:30:24 +00:00
seawood%netscape.com
c62560f0b5 Whoops! The glue library is supposed to be static.
Bug #83544
2001-11-06 10:50:37 +00:00
seawood%netscape.com
3d14e64e96 Move generic implementations of mimexpcom & nsMimeContentTypeHandler classes into glue library. Modify vcard, calendar & smimestub handlers to use the generic implementations of the base classes. Remove old non-generic copies of mimexpcom & nsMimeContentTypeHandler .
Bug #83544 r=ducarroz sr=waterson
2001-11-06 05:12:09 +00:00
seawood%netscape.com
8a2068b530 Use generic mimexpcom & nsMimeContentTypeHandler files from cthandlers/glue. Bug #83544 r=ducarroz sr=waterson 2001-11-06 05:08:26 +00:00
sspitzer%netscape.com
ac718a05e4 fix build bustage 2001-11-06 03:29:02 +00:00
seawood%netscape.com
cdbdd84c95 silly line-endings 2001-11-06 03:20:41 +00:00
seawood%netscape.com
5645080e4d Removed IGNORE_MANIFEST 2001-11-06 02:48:37 +00:00
seawood%netscape.com
9926f0f2fe Start building content handler glue library.
Bug #83544 r=ducarroz sr=waterson
2001-11-06 02:31:08 +00:00
seawood%netscape.com
df3c96259b Make mimexpcom & nsMimeContentTypeHandler generic enough to be used for any content handler.
Bug #83544 r=ducarroz sr=waterson
2001-11-06 02:29:16 +00:00
seawood%netscape.com
fdfef80f08 Adding makefiles for cthandlers glue lib.
Bug #83544 r=ducarroz sr=waterson
2001-11-06 01:44:07 +00:00
shanjian%netscape.com
5228ddb623 #107869 Reply mail doesn't inherit the original charset
r=ducarroz sr=sspitzer
2001-11-06 01:02:25 +00:00
hyatt%netscape.com
79f6e4162f Fix for 18502, Christian Biesinger's BMP decoder and my ICO decoder. r/sr=pavlov,jband 2001-11-03 07:10:51 +00:00
ducarroz%netscape.com
fc756976ca Fix for bug 104989: Allow the compose window to be recycled instead of closing it, that will save us precious time next time we need a new compose window. Also include fix for bug 108270: Remove ReleaseMessageServiceFromURI. R=varada, SR=sspitzer 2001-11-03 04:42:19 +00:00
seawood%netscape.com
be10c3b1a8 Backing out fix for remote mach-o builds as it left mach-o builds fragile.
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
javi%netscape.com
4d72af72c1 Part of 106507 Land the mime project changes so the S/MIME compose can be built. Not turned on it official build though. 2001-11-03 00:34:13 +00:00