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
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
mscott%netscape.com
07170b41fd
Bug #106507 --> if BUILD_SMIME is defined in the build environment then don't build the smime
...
stub dll.
The mime changes have been contributed by ddrinan@netscape.com
r=ducarroz
sr=mscott
2001-11-03 00:31:45 +00:00
mscott%netscape.com
f8e0e539fd
Bug #106507 --> if BUILD_SMIME is defined in the build environment (which it isn't), build the new smime
...
files.
The mime changes have been contributed by ddrinan@netscape.com
r=ducarroz
sr=mscott
2001-11-03 00:31:15 +00:00
mscott%netscape.com
6cff1a034d
NOT PART OF THE BUILD
...
Mac specific cpp files.
NOT PART OF THE BUILD
2001-11-02 19:06:30 +00:00
mscott%netscape.com
f2e63b8971
NOT PART OF THE BUILD
...
new files for 106507
NOT PART OF THE BUILD
2001-11-02 01:59:55 +00:00
seawood%netscape.com
8a2a775382
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
nhotta%netscape.com
4d2af57071
Changed MimeMultipart_parse_line for retrieving a charset of the original message,
...
added a special handling for "multipart/related",
also changed to check number of children first to avoid calling MimeObjectChildIsMessageBody if not needed.
bug 92957, r=ducarrroz, sr=bienvenu.
2001-10-31 23:14:09 +00:00
shanjian%netscape.com
03c019c1a7
#107084 View Character Coding for message display broken
...
r=nhotta, sr=sspitzer
2001-10-31 00:12:38 +00:00
ducarroz%netscape.com
321184f9e3
Fix for bug 86089. Replace attachments string in message compose fields by an array of nsIMsgAttachment objects. This architecture change allow us to dissocie the attachment name from the attachment url. We can also now carry over extra information like the attachment content type or Mac file type. This check in contains also fix for related bug 52428, bug 80895, bug 87765 and bug 89090.
...
R=varada, SR=sspitzer
2001-10-30 14:42:41 +00:00
jaggernaut%netscape.com
f02611e9eb
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-29 09:27:57 +00:00
bryner%netscape.com
c8765945f9
Fixing uninitialized variable. Bug 107262, r=bbaetz, sr=darin.
2001-10-28 22:30:30 +00:00
mkaply%us.ibm.com
bd411d0d03
I don't know why this isn't breaking the tb. more reordering
2001-10-28 21:25:46 +00:00
shanjian%netscape.com
796133ab85
#106650 Crash viewing some mails
...
r=ducarroz, sr=sspitzer
2001-10-26 23:59:30 +00:00
sfraser%netscape.com
72ca9383ae
Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf
2001-10-26 23:34:53 +00:00
alecf%netscape.com
491fe6b2bd
Added files:
mozilla/intl/unicharutils/util/nsUnicharUtils.cpp
2001-10-26 03:37:38 +00:00
alecf%netscape.com
8b0ceb8c3c
final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon
2001-10-26 03:18:09 +00:00
bienvenu%netscape.com
26a8e5a49f
remove bunch of unused code after charset conversion code that needed it was removed r=naving, sr=sspitzer 106725
2001-10-26 00:22:07 +00:00
nhotta%netscape.com
a415cc19fd
For mail body charset conversion, if charset is "us-ascii" then use "ISO-8859-1", bug 82591, r=ducarroz, sr=sspitzer.
2001-10-24 23:54:07 +00:00
shanjian%netscape.com
1fbc4952f5
fix mac bustage,
...
r=jelwell
2001-10-24 03:17:44 +00:00
shanjian%netscape.com
bdb2ec8203
#12481 libmime to feed more characters for charset detection
...
r=naoki, r=ducarroz, sr=sspitzer
2001-10-24 00:16:01 +00:00
nhotta%netscape.com
6b00f41a54
In MIME encoder, replace nsTextFormatter by NS_ConvertUTF8toUCS2, bug 105527, r=ducarroz, sr=bienvenu.
2001-10-22 20:59:03 +00:00
alecf%netscape.com
c8469b7ac5
bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls
2001-10-22 20:44:02 +00:00
mkaply%us.ibm.com
4130d35850
#71601
...
r=cls
since this is now a generic module, it no longer needs HAS_EXTRAEXPORTS hack
2001-10-20 04:13:54 +00:00
alecf%netscape.com
bd048504df
convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser
2001-10-13 00:16:32 +00:00
ducarroz%netscape.com
9942683c54
Fix for bug xxxx. When a part check for a separator, it need first check if it's not for it's child. R=varada, SR=bienvenu
2001-10-12 21:31:57 +00:00
nhotta%netscape.com
8bd71ee160
Remove charset conversion because the input data is either us-ascii or already UTF-8, bug 92420, r=ducarroz, sr=sspitzer.
2001-10-12 20:21:17 +00:00
jaggernaut%netscape.com
0c2b3bc449
Bug 81444: eliminate |null_nsCOMPtr|. Eliminating all callers, r=syd, rs=mozbot.
2001-10-07 10:58:39 +00:00
bienvenu%netscape.com
c95eec7a0f
fix 50K memory leak on certain messages r=ducarroz, sr=sspitzer 103023
2001-10-06 02:48:27 +00:00
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
ftang%netscape.com
6ff26f7d44
fix bug 101434. ignore "UTF-16"xx and "UTF-32"xx in mime while it is impossible
...
to get that value
while it is really UTF-16 and UTF-32.
r=bienvenu@netscape.com
sr=mscott
2001-09-26 23:32:58 +00:00
cls%seawood.org
a93a084489
Declaring win32 dependencies for smimestub.
...
Bug #98371 sr=alecf
2001-09-19 00:30:46 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
f8f3e80dd6
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
2001-09-18 21:47:32 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
alecf%netscape.com
26ade9b5b2
oops, missed this in my last checkin
2001-09-12 21:03:13 +00:00
alecf%netscape.com
19e1c9490b
Update mailnews REQUIRES and MODULEs for bug 98371, r=cls
2001-09-12 20:30:32 +00:00
alecf%netscape.com
b096718382
add REQUIRES support to mailnews b=98371 r=cls
2001-09-10 20:42:53 +00:00
jaggernaut%netscape.com
b26394e3be
Bug 73353: clean up REQUIRES. r=cls
2001-09-09 13:36:07 +00:00
dougt%netscape.com
f72e52e830
Merge ServiceManager and ComponentManager. Bug 96457. r=dp@netscape.com, sr=wat
...
erson@netscape.com
2001-09-06 21:13:11 +00:00
ducarroz%netscape.com
68255e09eb
Fix for bug 97256. Don't be case sensitive when checking for a RFC822 header!
...
Patch provided by Denis Antrushin <adu@sparc.spb.su>. R=ducarroz, SR=sspitzer
2001-09-05 23:04:55 +00:00
valeski%netscape.com
93959d48cc
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
jaggernaut%netscape.com
3b3680c17e
Bug 98153: Remove SubsumeStr. r=dbaron, sr=scc
2001-09-05 10:46:45 +00:00
hewitt%netscape.com
75956cc8f6
97487 - splitting up mail css files, r=mscott, sr=sspitzer, a=asa
2001-08-31 22:20:37 +00:00
mscott%netscape.com
9a54e0f289
Bug #92367--> fix a crash when closing a compose window while we are busy quoting. the fix is to cleanup some ref counting issues
...
using a combination of nsCOMPtr and nsWeakReferences
r=varada
sr=sspitzer
2001-08-23 05:12:06 +00:00
cls%seawood.org
3a15d94cdc
Fixing REQUIRES bustage
2001-08-22 07:11:45 +00:00
mscott%netscape.com
871b8fe403
Bug #86773 --> string bundle fix up for signed messages. checking in for ducarroz
...
r=sspitzer
sr=mscott
2001-08-22 00:51:12 +00:00
dbaron%fas.harvard.edu
113ad642ae
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797
2001-08-21 01:48:11 +00:00
ducarroz%netscape.com
66b49c0dd3
Fix for bug 71865. Don't need to emit an html box for attachments are attachments are now shown in the chrome. R=varada, SR=sspitzer
2001-08-10 23:15:36 +00:00
mscott%netscape.com
4dcfdaf396
Bug #8170 --> force the mime engine to use the category manager when creating emitter objects. This allows people
...
to over ride libmime with their own emitters.
r=ducarroz
sr=bienvenu
2001-08-06 22:19:31 +00:00
nhotta%netscape.com
b1b3aa176b
Back out my last change rev=1.86 because of a regression bug 92330, a=dbaron.
2001-07-26 14:11:21 +00:00
jaggernaut%netscape.com
e91f8a147e
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
cls%seawood.org
cfc838824b
Rename smime stub library to smimestb to remove conflict with NSS smime3 lib in static builds.
...
Bug #86254
2001-07-25 06:18:49 +00:00
nhotta%netscape.com
2889456445
Added ASCII check to the US-ASCII optimization code in order to avoid generating illegal UTF-8,
...
bug 82591, r=ducarroz, sr=sspitzer.
2001-07-24 22:35:55 +00:00
jaggernaut%netscape.com
cb0faab070
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
mscott%netscape.com
f77092b7f6
Bug #91570 --> be sure to show forwarded apple double attachments in the message pane.
...
r=ducarroz, sr=sspitzer
2001-07-20 22:03:52 +00:00
nhotta%netscape.com
29c99225ca
Disabling font scaling in libmime to avoid double scaling problem, bug 62756, r=ducarroz, sr=sspitzer.
2001-07-20 21:06:20 +00:00
dbaron%fas.harvard.edu
aa4fec2b67
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
jaggernaut%netscape.com
5a6317b8a5
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
cls%seawood.org
acc2b1f488
Use 8.3 name for lib
2001-06-21 05:28:14 +00:00
cls%seawood.org
e914b12bc3
Rename smimestub library from smime to smimestub to avoid conflict with nss' smime{3} library. Needed for static builds
...
Bug #86254 r=ducarroz sr=waterson
2001-06-21 02:38:41 +00:00
waterson%netscape.com
b74d6e1c8b
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
cls%seawood.org
bf5fb48486
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
nhotta%netscape.com
72c4a96477
Fixed to use NS_ConvertUTF8toUCS2 for UTF-8 strings, bug 86341 (blocker), r=scc, a=leaf.
2001-06-18 18:05:37 +00:00
scc%mozilla.org
a5e3f194e4
fixing accidental behavior change from my checkin for bug #85271 . This patch is r=dbaron. Restores the correct return value for the function (|NS_OK| when no converter is found).
2001-06-17 06:17:12 +00:00
scc%mozilla.org
a8fb409c6e
bug #85271 : sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process.
2001-06-17 05:23:38 +00:00
varada%netscape.com
6a3ce29c55
fix for bug#75449-forwarding attachments inline were getting garbled names in the UI;r=ducarroz;sr=seth;a=asa
2001-06-15 20:01:49 +00:00
mscott%netscape.com
d13c90ac34
Bug #83457 --> show forwarded attachments contained inside inlined messages.
...
the trick here is to not show the inlined message as a separate attachment but to
still query the inlined attachment mime object for any external body parts.
r=ducarroz
sr=sspitzer
a=asa
2001-06-14 01:44:07 +00:00
ducarroz%netscape.com
eb1a2689f8
Fix for bug 77226. Remove usage of NSGetFactory. R=varada, SR=bienvenu
2001-05-16 02:09:02 +00:00
sspitzer%netscape.com
b39b1161cd
*** empty log message ***
2001-05-15 20:38:30 +00:00
sspitzer%netscape.com
b568072a67
fix for #63225 . "Save Image As" from a message provides a bogus image filename.
...
remove some dead code. r=ducarroz, sr=mscott,sspitzer.
2001-05-15 05:04:55 +00:00
ducarroz%netscape.com
7bb9c937be
Remove temporary debugging printf to help resolve bug 79775. R=n/a, SR=n/a
2001-05-13 01:35:47 +00:00
ducarroz%netscape.com
ebc1cd0e6d
This is temporary code to help us debug bug 79775. R=n/a, SR=n/a
2001-05-11 05:38:06 +00:00
dprice%netscape.com
9ae5e72d4d
fixing bustage, r=fraser
2001-05-09 06:03:57 +00:00
ducarroz%netscape.com
8a9c710000
Fix for bug 78432. Do not display inline RFC822 message's attachement in the attachment list of message display. R=varada, SR=mscott
2001-05-09 04:03:22 +00:00
dbaron%fas.harvard.edu
32c43cb5ef
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES.
2001-05-08 19:19:03 +00:00
kandrot%netscape.com
afdac97c93
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
jgmyers%netscape.com
34d3a07da4
remove signstub: bug 75767 r=ducarroz sr=sspitzer
2001-05-04 23:58:59 +00:00
cls%seawood.org
00f28396a9
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
valeski%netscape.com
00bca056ef
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
dbaron%fas.harvard.edu
3f56a22520
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES.
2001-04-27 14:32:05 +00:00
bienvenu%netscape.com
d1a6dd1d4b
backout build bustage fix
2001-04-27 05:58:32 +00:00
bienvenu%netscape.com
63128e8c1d
more string bundle build bustage fixes
2001-04-27 04:44:16 +00:00
ducarroz%netscape.com
6f82d27585
Fix for bug 76789. Resole redundant symbols in mailnews in preparion of dll merging. R=varada, SR=sspitzer
2001-04-27 00:22:18 +00:00
timeless%mac.com
46b177e406
fix Bugzilla Bug 75853 CR and LF are naked ifdefs
...
r=dveditz, sr=scc
2001-04-18 05:59:43 +00:00
sspitzer%netscape.com
8609b35624
rest of fix for for #75317 .
...
temp files created when forwarding a message with attachments are not being deleted. fix by cavin@netscape.com . r=ducarroz, sr=sspitzer
2001-04-13 21:38:47 +00:00
ducarroz%netscape.com
67651449db
should fix senna Linux bustage
2001-04-13 06:26:15 +00:00
ducarroz%netscape.com
75490058dd
Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer
2001-04-13 04:38:01 +00:00
sspitzer%netscape.com
a024dbbefc
fix for blocker #75390 . email addresses not showing up in message pane.
...
sr=bienvenu
2001-04-10 17:50:42 +00:00
darin%netscape.com
00a7e27ee6
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
jgmyers%netscape.com
286d9173ac
finish replacing DecodeMimePartIIStr with DecodeMimeHeader: bug 65277 r=nhotta r=ducarroz sr=bienvenu
2001-04-09 21:21:22 +00:00
nhotta%netscape.com
aa339e18a1
Changed MimeObject_output_init() to set an original mail's charset only if no override is set, bug 39736, r=ducarroz, sr=bienvenu.
2001-04-09 20:03:41 +00:00
jgmyers%netscape.com
6b80312012
fix more mime header decoder callers, cleanup string fu: bug 65277 r=ducarroz r=nhotta sr=bienvenu
2001-04-05 23:00:38 +00:00
jgmyers%netscape.com
a40bbf8ab9
fix too-short buffer allocation: bug 74453 r=nhotta r=ducarroz sr=bienvenu
2001-04-05 22:59:06 +00:00
dprice%netscape.com
8c0b9eaf97
65845 - new order files
2001-04-05 06:02:32 +00:00
ducarroz%netscape.com
22b1b5ef1d
Fix for bug 67504. Remove hardcoded string. R=varada, SR=bienvenu
...
Fix for bug 41150. Do not reveal BCC recipients when forwarding a message. R=varada, SR=bienvenu
2001-04-03 21:05:07 +00:00
ducarroz%netscape.com
61def8301a
Fix for bug 67504. Remove hardcoded string. R=varada, SR=bienvenu
2001-04-03 21:03:30 +00:00
varada%netscape.com
4e0facd69e
fix for bug#71907 -cant send message;r=ducarroz;sr=bienvenu
2001-04-03 19:27:11 +00:00
jgmyers%netscape.com
87ee6301a5
fix logic inversion: bug 73243 r=nhotta sr=sspitzer
2001-03-30 02:05:19 +00:00
mscott%netscape.com
247e8e6ba5
Bug #73738 --> fix a race condition in news. Fix crash trying to display inline images in news articles created by lipr0n.
...
Implement Save and Open attachment for news articles again from the message pane.
sr=bienvenu
2001-03-28 06:21:45 +00:00
disttsc%bart.nl
f5bedecfc5
bug 73350: Remove USE_OBUFFER sections from mimetpla.cpp, r=ben.bucksch@beonex.com, sr=bienvenu, moa=ducarroz
2001-03-27 09:26:25 +00:00
cls%seawood.org
979c006ff6
Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
...
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
mscott%netscape.com
1f75f9f108
If the date is today then only show a time, don't show the date in the message pane.
...
sr=sspitzer
2001-03-26 05:07:19 +00:00
disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
blakeross%telocity.com
85f54f99db
Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt
2001-03-25 16:49:38 +00:00
varada%netscape.com
edbee42897
fix for bug#72235- crash on replying to message;r=ducarroz;sr=bienvenu
2001-03-24 00:51:59 +00:00
sspitzer%netscape.com
5ca94b9cc5
#72826 fixed sort by sender. r=ducarroz, sr=sspitzer. (thanks to jgmyers for the patch).
...
#72819 added ascend / descend to the "View | Sort By" menu. sr=bienvenu
#72248 properly update the checkboxes for the "View | Sort By" menu (when it is created). sr=bienvenu
#21094 , #72823 some work for "select thread" / "select flagged". sr=bienvenu
change some printf("fix me") into assertions to catch problems.
remove some dead js.
2001-03-23 04:39:54 +00:00
jgmyers%netscape.com
719c4dae1d
Fix more callers of the MIME header decoder: bug 65277 r=nhotta r=ducarroz sr=bienvenu
2001-03-21 03:20:23 +00:00
disttsc%bart.nl
497249a5e8
Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver
2001-03-20 05:37:56 +00:00
ducarroz%netscape.com
0f63c2bcd7
Fix Mac bustage in mime.
2001-03-20 00:47:41 +00:00
jgmyers%netscape.com
4acb8af6e0
Add assertion for thread saftey of MIME_ConvertCharset(): bug 70499 r=ducarroz sr=sspitzer
2001-03-19 23:09:22 +00:00
mscott%netscape.com
fe4edc0bea
Land the Mailnews Performance Branch.
...
Includes front end re-write to use the outliner widget for the thread pane.
Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.
enjoy =).
2001-03-17 01:59:34 +00:00
ducarroz%netscape.com
4e8eca6cab
Mailnews performance branch landing...
2001-03-17 01:53:39 +00:00
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
shaver%mozilla.org
fcf7cd0d9f
67699: all your nsIClassInfo is belong to us
...
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
testing
2001-03-12 20:43:02 +00:00
mkaply%us.ibm.com
ba0abcd4c2
#71558
...
r=cls
from achim - Don't export every symbol for XPCOM components - nice build/performance fix
2001-03-12 03:33:50 +00:00
dbaron%fas.harvard.edu
5c527757fd
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding txmgr to REQUIRES.
2001-03-09 16:20:16 +00:00
waterson%netscape.com
3dec33d5f9
Bug 70248. Remove extraneous |extern C| block. r=ducarroz, sr=mscott
2001-03-09 06:31:42 +00:00
disttsc%bart.nl
8b43034cef
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
jgmyers%netscape.com
d94d4a24a7
pass default and override charset down to header decoder: bug 65277 r=nhotta r=ducarroz sr=sspitzer
2001-03-07 00:59:47 +00:00
disttsc%bart.nl
277181c660
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
cls%seawood.org
7b07449948
Quick fix for app crash on compose problem. Bug #70505 r=jgmyers a=leaf
2001-02-28 22:59:54 +00:00
jgmyers%netscape.com
f25e061382
fix mime_decode_filename() and callers, make override_charset a PRBool: bug 65277 r=nhotta r=ducarroz sr=sspitzer
2001-02-27 23:23:17 +00:00
dprice%netscape.com
199c935b04
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
ducarroz%netscape.com
e73173642a
Fix for bug 69966 (smoketest blocker). Do need to do an extra copy especially when this one is bogus. R=jgmyers, SR=bienvenu
2001-02-23 21:26:36 +00:00
disttsc%bart.nl
a6f2f5861a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
jgmyers%netscape.com
7a36aa7cf0
header decoding should use folder charset: bug 65277, allow spaces bug 69251 r=ducarroz r=nhotta sr=sspitzer
2001-02-22 03:02:00 +00:00
dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
m_kato%ga2.so-net.ne.jp
c21627d1cc
bug=63656, r=ducarroz, sr=bienvenu
...
more support RFC2231
2001-02-16 18:30:55 +00:00
ducarroz%netscape.com
c45959de9b
Fix for bug 67693. We need to be smarter when we retrieve the name of an AppleDouble attachment, it can be in any of the parts. Also We need to assign a default name if we don't have one for any kind of attachment. R=sspitzer, SR=bienvenu
2001-02-15 05:49:50 +00:00
jgmyers%netscape.com
8132c0d071
remove dead code: bug 63834 r=ducarroz sr=sspitzer
2001-02-14 21:56:21 +00:00
dprice%netscape.com
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
nhotta%netscape.com
a1987d45e4
Changed to pass a default charset to MIME decoder.
...
The decoder can use the default if it's indicated in case no charset specified in the header itself,
bug 66098, r=ducarroz, sr=bienvenu.
2001-02-12 21:55:19 +00:00
blakeross%telocity.com
103767c68c
Inconsistent wording usage (by gemal, 50826). r=hwaara sr=bienvenu
2001-02-12 21:31:45 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00