Commit Graph

1239 Commits

Author SHA1 Message Date
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
jgmyers%netscape.com
ba976f5df1 fix MIME encoded-word decoder: bugs 51453 58114 r=ducarroz sr=sspitzer a=asa 2001-02-08 00:12:50 +00:00
ducarroz%netscape.com
affcf98401 Fix Windows build bustage. Forget to return a value. 2001-02-07 08:14:38 +00:00
ducarroz%netscape.com
2515ff46bb Part of fix for bug 45225. Due to new AppleDouble implementation, remove old code. SR=mscott 2001-02-07 06:52:30 +00:00
nhotta%netscape.com
38b6358a5a Changed to initialize a charset in msgWindow to the folder charset in nsStreamConverter, bug 61285, sr=mscott,bienvenu. 2001-02-03 00:39:40 +00:00
mscott%netscape.com
35e77e8395 Remove obsolete directory from mime. 2001-02-02 22:44:58 +00:00
nhotta%netscape.com
df8d29e388 Changed to cache unicode decoder in nsMimeConverter instead of calling ConvertToUnicode(), bug 20520, r=ducarroz, sr=bienvenu. 2001-02-02 21:19:55 +00:00
ducarroz%netscape.com
e5c0dad265 Fix for bug 37967. We need to remove null lines caused by an earlier database corruption. R=naving, SR=mscott 2001-02-02 03:43:52 +00:00
hewitt%netscape.com
dbe9572117 58764 - remove abstat.gif (by timeless), r=hewitt, sr=hangas 2001-02-02 01:25:28 +00:00
ducarroz%netscape.com
cad861ab4e Fix for bug 22090. Implement Appledouble (encoding & decoding). R=sspitzer, R=sfraser, SR=bienvenu. 2001-01-31 23:22:18 +00:00
sspitzer%netscape.com
1097880c59 remove tests from build. sr=mscott 2001-01-30 05:07:43 +00:00
sspitzer%netscape.com
812a41bfc5 remove unused tests. sr=mscott 2001-01-30 04:48:46 +00:00
jgmyers%netscape.com
95e365edda unfold all headers per RFC 822: bug 23635 r=ducarroz sr=bienvenu 2001-01-26 23:41:08 +00:00
nhotta%netscape.com
b29a156ff1 Changed to support charset override for message headers, ignore the header specified charset and use the folder charset for the charset conversion,
bug 65277, r=mscott, sr=bienvenu.
2001-01-25 23:39:22 +00:00
nhotta%netscape.com
f8ca39c352 Changed to use the original charset name instead of the mapped one to take advantage of the us-ascii optimization,
bug 66411, r=sspitzer,ducarroz, sr=bienvenu.
2001-01-25 23:31:20 +00:00
dougt%netscape.com
5235e3266f backing my ass out. These changes were meant for my branch, not the trunk. sr-leaf 2001-01-25 22:07:38 +00:00
dougt%netscape.com
d82f5acc6e updating to new necko interfaces 2001-01-25 21:44:59 +00:00
Peter.VanderBeken%pandora.be
ca18afb32e Fixing build bustage on Mac. 2001-01-24 15:45:41 +00:00
sspitzer%netscape.com
36ccf5c4b9 performance fix for mailnews for. (especially us-ascii users)
skip a lot of expensive code if we don't need to do the conversion.
this will help sorting, scrolling and message display.
there is more work to do on this code for non us-ascii users.
sr=bienvenu
2001-01-24 15:10:08 +00:00
mkaply%us.ibm.com
0cddd31ff7 #65732
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
chuang%netscape.com
66a4bf265f Bug33543 Addresses from reading a newsgroup posting shouldn't be added to collected addresses, r=sspitzer, sr=sr=bienvenu 2001-01-18 05:45:48 +00:00
disttsc%bart.nl
d9b37ba5b7 More REQUIRES fun, adding locale this time. 2001-01-12 22:13:53 +00:00
nhotta%netscape.com
a11d58fa42 Added folderCharsetOverride to nsIMsgI18NUrl, implemented getter for each protocols, changed libmime to use it,
bug 39756, r=sspitzer, sr=bienvenu.
2001-01-12 21:56:47 +00:00
disttsc%bart.nl
a6fde19c2f Update REQUIRES to fix senna bustage 2001-01-12 21:09:51 +00:00
rhp%netscape.com
fb0c779226 fix for hardcoded - non i18n string in signed stub handler - bug #: 57114 2001-01-12 20:07:39 +00:00
jgmyers%netscape.com
8935d7e70b cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
jgmyers%netscape.com
79b2402ef3 removed files: mozilla/mailnews/mime/src/nsMimeTransition.cpp 2001-01-10 06:07:37 +00:00
bryner%uiuc.edu
f579bca00b Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
jgmyers%netscape.com
3ec7ae612f Remove dead code. Bug 63834 r=bryner sr=scc 2000-12-30 00:22:50 +00:00
jgmyers%netscape.com
2d887dad2c removed files: mozilla/mailnews/mime/src/oldi18n.c 2000-12-30 00:19:53 +00:00
jgmyers%netscape.com
078e294ec7 unused file r=bryner sr=scc 2000-12-29 20:28:03 +00:00
jgmyers%netscape.com
bd52abd047 fix Mac bustage 2000-12-29 16:37:33 +00:00
jgmyers%netscape.com
61ecb4a4b0 camelot is down, so have to add this file back 2000-12-29 15:44:12 +00:00
jgmyers%netscape.com
3a0d56ef2d Remove dead code. Bug 63834 r=bryner sr=scc 2000-12-29 15:40:49 +00:00
bryner%uiuc.edu
32abbef189 More cleanup fun for bug 38061. Removing already #if 0'd includes of mimeenc.h and xlate.h to avoid LXR false-alarms. sr=cls. 2000-12-29 06:31:39 +00:00
bryner%uiuc.edu
4614163ee9 Removing unused/obsolete include of msgcom.h. sr=sspitzer. 2000-12-29 01:24:15 +00:00
bryner%uiuc.edu
873e32408d Removing some #if 0 code and old MOZ_SECURITY code. r=sspitzer. 2000-12-29 00:29:01 +00:00
bryner%uiuc.edu
a5d937201f More dead .cvsignore file removal. Not part of build. 2000-12-28 21:35:32 +00:00
bratell%lysator.liu.se
e6dbc462d5 Fix for bug 62031. Make it possible to display format=flowed mails as normal text/plain mails. r=nhotta@netscape.com sr=bienvenu@netscape.com 2000-12-19 19:24:07 +00:00
bryner%uiuc.edu
cc136ead8f Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
jdunn%netscape.com
abac1cf7ac changing previous checkin to be OS/2 friendly using
other Makefile's format

# 62202
2000-12-15 00:14:08 +00:00
jdunn%netscape.com
4dcf9de421 nsMimeHtmlEmitter.cpp has a dependency on nsUInt32Array so am linking
in libmsgbaseutil so that it is not unresolved.
This is an HP runtime bustage on startup.

sr=alecf@netscape.com
# 62202
2000-12-14 22:42:23 +00:00
alecf%netscape.com
af0eb76d7c fix for #45797 - remove deprecated NS_IMPL_ISUPPORTS from mail
r=sspitzer
sr=mscott
iho=warren
2000-12-06 22:24:41 +00:00
sspitzer%netscape.com
4fa551beb6 fix for #61845. remove all NS_DEFINE_IID and replaces the consts with NS_GET_IID macros.
thanks to rods@netscape.com for the patch.  also, some other NS_DEFINE_IID/CID cleanup.
sr=bienvenu.
2000-12-05 04:30:55 +00:00
nhotta%netscape.com
138f06fadb Changed to used percentage instead of absolute pixel size for HTML display.
This fixes the problem of plain text attached in HTML is shown larger, bug 40547, r=rhp, sr=mscott.
2000-11-27 21:44:08 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
sspitzer%netscape.com
4a3e4e1bc1 fix uninitialized variable. #59673. sr=alecf 2000-11-10 15:15:28 +00:00
jefft%netscape.com
5537e0086a fixed bug 59470 -- failed to handle multipart/alternative message; r=rhp, sr=mscott 2000-11-09 20:34:12 +00:00
jefft%netscape.com
49ab1ee935 fixed bug 59460 -- unable to display international message; r=sspitzer, scottip333; sr=mscott 2000-11-08 08:03:44 +00:00
jefft%netscape.com
4d4466cd3f fixed bug 59203 -- Viewing attached message crashes in nsCRT::strtok; r=rhp, sr=mscott 2000-11-06 22:12:26 +00:00
sspitzer%netscape.com
392b865853 fix for #58580. r=rhp, sr=mscott. make the files we put in /tmp for sending drafts
and posting news message have permissions of 600. it is bad to have users
messages world readable in /tmp.
2000-11-06 21:47:03 +00:00
rhp%netscape.com
b2fcb25f16 crash deleting mail - Bug #: 50239 2000-11-01 02:11:44 +00:00
warren%netscape.com
cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com
0735771512 Removed extra 0 arg 2000-10-27 23:21:30 +00:00
warren%netscape.com
9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
jefft%netscape.com
5b0816aa95 fixed bug 57059 -- buffer overrun on message header, r=ducarroz, rhp, sr=mscott 2000-10-19 02:24:09 +00:00
rhp%netscape.com
3d941fde1e Fix for bug #55074 - sr: mscott - Crash recurising in CountTotalMimeAttachments 2000-10-13 02:45:38 +00:00
nhotta%netscape.com
41671c447e Change for multipart/mixed, use only a charset of the first attachment, r=sr=mscott, bug 54051. 2000-10-06 03:29:34 +00:00
ducarroz%netscape.com
ee2fab4faf Fix for bug 54604. In case of template or draft, mdd->url_name != mdd->options->url. R=sspitzer, SR=alecf 2000-10-04 04:51:11 +00:00
rhp%netscape.com
bcf9ec7a35 Fixing Crash bug 53258 - crash with inline image viewing - r: sspitzer - PDT approval 2000-09-27 21:09:19 +00:00
warren%netscape.com
181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
jefft%netscape.com
b54616856a fixed bug 45727 -- Problems with download (POP) truncated msg from folder other than Inbox; disable fileters while downloading truncated message; bullet prove to prevent accessing empty string buffer; r=mscott 2000-09-18 21:49:47 +00:00
nhotta%netscape.com
deac8d7850 Fixing solaris bustage. 2000-09-14 22:28:32 +00:00
nhotta%netscape.com
36bfe5b679 Changed to convert to unicode to avoid confuse ScanTXT when saving a message as a html file, bug 50413, r=rhp. 2000-09-14 19:54:18 +00:00
nhotta%netscape.com
3e1ac87145 Changed not to free the memory which is returned to the caller, bug 50413 , r=rhp. 2000-09-14 19:50:30 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
scc%mozilla.org
4d9d6238ee if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 09:06:37 +00:00
scc%mozilla.org
101b82c298 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 07:18:45 +00:00
mozilla.BenB%bucksch.org
180bef7f8a 52042: "Escape" classes inserted by our TXT recognizer(s) by prepending "moz-"
39771: * -> <b> (not <strong>), / -> <i> (not <em>)
18427, Step 1: Add |class=moz-text-html | to wrapping <div>, so users can add rules specific to HTML msgs to their user stylesheets (e.g. to ignore certain formatting). r=rhp
Updating msg body UA stylesheets
r=a=alecf
2000-09-13 02:11:00 +00:00
mscott%netscape.com
81b816da2e Bug #43556 --> remove obsolete reference to old class id for the mime service. use the new one.
r=valeski
2000-09-08 00:24:13 +00:00
mscott%netscape.com
7fc9f58ce0 Bug #51422 --> incorrectly setting the wrong principal on the channel loading the message body.
r=mstoltz,rhp
2000-09-06 00:34:07 +00:00
rhp%netscape.com
ce69daf5e2 Fix for showing binary data inline if incorrect file name present - Bug #: 33579 - r: xxxxx 2000-09-05 23:32:19 +00:00
mozilla.BenB%bucksch.org
e19b1c7d3f 45268, step 1: Forgot the closing </div>. r=a=alecf 2000-09-05 21:56:44 +00:00
nhotta%netscape.com
0580bf2226 Changed (unix only) to extract a family name from a pref font name, bug 45762, r=erik. 2000-09-05 20:08:00 +00:00
nhotta%netscape.com
dbe1fbf9e7 Removing a debug printf which was checked in by mistake in my last check in. 2000-09-01 20:58:41 +00:00
mozilla.BenB%bucksch.org
cdb1fec4e2 45268, step 1: Remove the <div> for quoting case until we have a better solution. r=a=alecf 2000-09-01 00:56:03 +00:00
nhotta%netscape.com
b285f7c2e7 Added a destructor for stream converter to release a cached instance, bug 49411, r=rhp. 2000-08-30 22:09:42 +00:00
nhotta%netscape.com
6c4ab35ae2 Changed to cache charset detection instance, bug 49411, r=ftang. 2000-08-30 22:09:23 +00:00
mozilla.BenB%bucksch.org
f196fa716f 47005: Remove buffersize guessing and use nsString instead.
46653: Position the real <space> /after/ %nbsp;. Factor out and encapsulate the whitespace conversion logic into an (exported) function.
r=rhp, a=waterson
2000-08-25 02:40:57 +00:00
jst%netscape.com
9abec73fbe DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
warren%netscape.com
e05eef45e9 Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
scc%mozilla.org
34e33dc05a fixing code that relied on implicit string construction 2000-08-20 06:29:14 +00:00
ftang%netscape.com
87f5cb86aa *** empty log message *** 2000-08-18 00:47:03 +00:00
mscott%netscape.com
788511e3da Bug #47681 --> more polish on the message header pane, reformat the date header so it matches the format we use in the thread pane.
r=alecf
2000-08-17 07:35:25 +00:00
bienvenu%netscape.com
60afed7b1d fix linux bustage 2000-08-16 23:42:00 +00:00
bienvenu%netscape.com
2b2ea3b78c cache charset converters used in msg dispaly r=nhotta 47542 2000-08-16 23:22:26 +00:00
rhp%netscape.com
397950a216 Fix for bug #17294 for vCard display on mac - r: putterman 2000-08-13 22:11:59 +00:00
rhp%netscape.com
0c5fdd5b33 Fix for Japanese text being corrupted in Forward Inline - Bug #: 48118 - r: mscott 2000-08-10 02:28:26 +00:00
bienvenu%netscape.com
7861776baa fix freeing of uninitialized memory, prob result of trying to fix memory leaks, r=mscott 2000-08-09 01:32:20 +00:00
bratell%lysator.liu.se
e6e4e71960 Bug 35802 leaking strings. r=mscott@netscape.com a=brendan@mozilla.org 2000-08-08 21:02:56 +00:00
mscott%netscape.com
b0f28a359e Bug #46881 --> set the charset correctly for mutlipart/alternative
r=rhp
2000-08-08 04:09:26 +00:00
mscott%netscape.com
49aebf5865 Fix a small memory leak. 2000-08-08 02:27:52 +00:00
mscott%netscape.com
624abc3bed Bug #43389, 41125 --> header conversion should honor default and over ride charset
information.
r=nhotta
2000-08-08 02:27:38 +00:00
rhp%netscape.com
3dda3615b3 Fix for vCard having an inactive Add button - Bug #: 47537 - r: putterman 2000-08-08 00:52:52 +00:00
rhp%netscape.com
e47900918a Fix for old code shadowing variables - Bug #: 64922 - r: bienvenu 2000-08-03 23:41:08 +00:00
nhotta%netscape.com
b49e762c42 A change for phone/fax field. Write out attribute and value separatly since value needs charset conversion but not for attribute, bug 38901, r=rhp. 2000-08-02 22:00:04 +00:00
rhp%netscape.com
87403a338e Fix for extra table in quoted output - Bug #: 46975 - r: rhp - mozilla contribution 2000-08-01 01:25:59 +00:00
rhp%netscape.com
15a764e2c7 Fix for following HTML standards - Bug #: 46788 - r: rhp - mozilla contribution 2000-07-28 21:38:32 +00:00
rhp%netscape.com
4edccccc74 Fix for problem with editing Japanese emails as new - Bug #: 41009 - r: bienvenu 2000-07-27 03:21:56 +00:00
rhp%netscape.com
02ee20bf7e Fix for rendering binary data as text - Bug #33579 - r: bienvenu 2000-07-27 03:17:48 +00:00
rhp%netscape.com
a161ffb905 Fix for problems with vCard display - Bug 42814 - r: bienvenu 2000-07-27 03:01:06 +00:00
rhp%netscape.com
b6a1d780b7 Fix for standards compliant HTML output - Bug 46234 - r: rhp - external contribution 2000-07-27 01:04:27 +00:00
rhp%netscape.com
11a8a9b2aa Fix for Quoted printable issue with signatures Bug #: 46431 - r: rhp - contributed externally 2000-07-27 00:46:12 +00:00
bratell%lysator.liu.se
2c3f70df38 Bug 41773, stop up possible (but unlikely) memory leaks in the format=flowed mail decoder. r=rhp,brendan a=brendan. 2000-07-25 21:04:11 +00:00
bratell%lysator.liu.se
dad721d2d2 Fixes for bug 46173 and bug 46188, handle whitespace correctly when decoding a format=flowed mail. r=rhp, a=brendan. 2000-07-24 22:11:41 +00:00
bratell%lysator.liu.se
055803982d Fix bug 43813 by removing erroneous test. r=rhp@netscape.com a=brendan@mozilla.org. 2000-07-22 17:32:28 +00:00
mscott%netscape.com
7c61ce6d19 Bug #45956 --> Fix crash trying to forward some messages as inline (esp. messages
with attachments with charsets). Fix is to use the mime service to get a file extension
for the content type instead of trying to use the value of the content type (which can
include charset information) as the file extension for the attachment.
r=alecf
2000-07-22 00:04:11 +00:00
brade%netscape.com
7eaaeacf1c comment out offensive line to get Mac green again 2000-07-20 13:46:43 +00:00
mscott%netscape.com
c5950b9e2e Bug #39736 --> we were always using the charset specified in the mail header instead of using the charset override
value if it was present. This broke forwarding inline for messages that had incorrect charsets assigned to them.
r=alecf
2000-07-20 08:52:18 +00:00
ftang%netscape.com
fa65fbdc4b fix 39790 . r=tao,nhotta move send_default_charset , view_default_charset to property 2000-07-19 22:39:37 +00:00
nhotta%netscape.com
e4bd4bb62a Changed to check override case before set a charset to msgWindow, bug 28869, r=mscott. 2000-07-13 20:53:57 +00:00
mscott%netscape.com
a835e8c7d9 Bug #44603 --> hack to get around an infinite loop if we try to open a .eml attachment
The fix: if the attachment is of type message/rfc822 then treat the outgoing content
as raw data to force a new browser window to come up and display the content.
r=alecf
2000-07-13 05:28:51 +00:00
rhp%netscape.com
f6761e289d Fix for crashing in forward - reply - Bug #: 45216 - r: alecf 2000-07-13 04:02:35 +00:00
nhotta%netscape.com
b2e29b14ab Changed to set mailCharacterSet in nsIMsgWindow so that the value can be used for a checkmark in charset menu, bug 28869, r=mscott. 2000-07-11 23:51:38 +00:00
bienvenu%netscape.com
92cf4b729c fix 45146 edit message as new crashing r=mscott 2000-07-11 20:49:52 +00:00
cls%seawood.org
e87a1b7b11 Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061 2000-07-10 07:13:31 +00:00
rhp%netscape.com
3da285e89e Fix for bug 31589 - Problem with Japanese in vCard tag fields - r: nhotta 2000-07-07 03:17:33 +00:00
nhotta%netscape.com
bdbe2d2ec3 Fix warnings caused by my last check in. 2000-07-06 23:46:20 +00:00
nhotta%netscape.com
786c02653e Added a force charset override support, bug 43101, r=mscott. 2000-07-06 23:30:57 +00:00
mozilla.BenB%bucksch.org
67b72ae485 40862: Fix bug 9202 for this class, temporarily remove the wrapping <div class=text-flowed> in the quoting case.
43453: Check in the nsbr conversion for flowed paragraphs, if we're in an HTML tag (as e.g. outputted by the TXT->HTML converter).
43455: Allow space-stuffing even for otherwise empty (or quoted) lines.
2000-07-06 02:22:59 +00:00
mozilla.BenB%bucksch.org
0beb9ebea4 39370: Use format=flowed for quoting 2000-07-06 01:45:02 +00:00
cls%seawood.org
1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
scc%mozilla.org
1e97d06de6 bug #17294, fixed a dogfood+ assert described in this bug, though unrelated to the underlying problem 17294 is really about. r=BenB; a=jar 2000-06-29 22:04:22 +00:00
mscott%netscape.com
0695efb437 Bug #10802 --> in order to impelement open attachments, I needed to make sure the
stream converter passes out the same channel it is given. This makes the converter
much more transparant in the conversion process.
r=sspitzer
2000-06-23 04:48:29 +00:00
mscott%netscape.com
567e6d3ea8 Bug #10802 --> register mime as a message/rfc822 to */* converter.
r=sspitzer
2000-06-23 00:00:52 +00:00
mscott%netscape.com
123e15cd41 Bug #10802 --> properly report the content type especially in the case of
attachments instead of always reporting "raw"
r=sspitzer
2000-06-22 22:04:13 +00:00
mscott%netscape.com
0c08e26157 Bug #10802 --> for open attachment, the mime converter needs to remember the
content type of the part is about to output.
r=rhp
2000-06-22 03:25:22 +00:00
amasri%netscape.com
7726bc3d76 Adding localization notes per Bugzilla #39775 Beta2+
r=rchen@netscape.com
2000-06-20 02:30:45 +00:00
rbs%maths.uq.edu.au
26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
rhp%netscape.com
6c08324089 Fix for null pointer access crasher - Bug #: 42359 - r: scottip 2000-06-15 01:53:39 +00:00
nhotta%netscape.com
f7152de9de Changed charset conversion for UTF-8 to UCS2 to use NS_ConvertUTF8toUCS2, bug 41460, r=mscott. 2000-06-12 23:33:36 +00:00
nhotta%netscape.com
59512a9407 Changed MIME decoder for no charset label case, return "ISO-8859-1" if the header contains 8 bit, bug 41460, r=mscott. 2000-06-12 23:32:58 +00:00
rhp%netscape.com
c2f1ed3c3f Fix for invalid attachment - Bug #: 41415 - r: jefft 2000-06-12 23:16:50 +00:00
rhp%netscape.com
9f75ead44b Fixes Bug# 34455 - Problem with format flowed - a=brendan 2000-06-08 14:25:54 +00:00
alecf%netscape.com
3383d58479 arrrgggh - curse the mac for not automatically exporting IDL!
(fixing bustage)
2000-06-06 23:46:35 +00:00
rhp%netscape.com
3be7b55ced Changes to address several mail compose and rendering issues - Bugs #: 35158 31906 9202 37365 39226 39728 39372 26182 33305 - r: rhp a: waterson (contributed by mozilla@bucksch.org) 2000-06-06 23:37:04 +00:00
nhotta%netscape.com
ce813e8a9c Changed to convert font name to UTF-8 instead of mail charset, bug 26182, r=rhp, a=ftang. 2000-06-06 23:32:03 +00:00
rhp%netscape.com
b2b43e13f7 Changes to address several mail compose and rendering issues - Bugs #: 35158 31906 9202 37365 39226 39728 39372 26182 33305 - r: rhp a: waterson (contributed by mozilla@bucksch.org) 2000-06-06 17:57:20 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
sspitzer%netscape.com
20a4030091 removing mimerosetta.h from the build. it is not used anymore. 2000-05-25 04:53:58 +00:00
rhp%netscape.com
6c8b7c06fe Fix for problem with forwarding images - Bug #: 31207 - r: sspitzer 2000-05-20 04:21:36 +00:00
rhp%netscape.com
77428727ea Fixing a problem with double header conversions - Bug #: 34865 - r: putterman 2000-05-19 20:49:55 +00:00
rhp%netscape.com
60bca03f01 Fix for crasher with lots of attachments - Bug #35923 - r: sspitzer 2000-05-19 00:07:28 +00:00
cls%seawood.org
a8000b8bb5 Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency. 2000-05-17 06:45:45 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
mkaply%us.ibm.com
c432c633c0 # 37239
r= mscott
OS/2 bring up continues - add PR_CALLBACKs for VisualAge
2000-05-16 22:59:50 +00:00
mscott%netscape.com
dc10ffd27b Bug #5938 --> set the charset override if the url has one. 2000-05-16 00:23:55 +00:00
rhp%netscape.com
e0f2d9b660 Fix for memory leak - Bug #35801 - r: jefft 2000-05-15 20:40:07 +00:00
mscott%netscape.com
2ef3f28f3f Bug #31058 --> get the folder charset from the url if it supports nsImsgI18NUrl and use this charset as the default charset for the current
message we are trying to display.
2000-05-15 20:36:28 +00:00
mscott%netscape.com
d4645bf067 Bug #31058 -->synch with api change for get URI 2000-05-15 20:35:17 +00:00
nhotta%netscape.com
d5e92d0d4f Revert the last change (1.62) of striping off TAB which should not be done in MIME decoder, MIME_StripContinuations does this instead. 2000-05-15 20:03:04 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
nhotta%netscape.com
0890f778e3 Added support for font name of no charset specified case bug 38890, also changed to use pixel instead point for font size. 2000-05-12 20:35:29 +00:00
nhotta%netscape.com
2039bb520c Changed to apply charset conversion for fields like phone number because they may contain non ascii characters, bug 38901, r=rhp. 2000-05-11 22:54:39 +00:00
nhotta%netscape.com
bf8a77d461 Changed GetMailNewsFont to use a pref value to get a proper variable width font, bug 38890. 2000-05-11 21:01:19 +00:00
nhotta%netscape.com
60e8f6653e Changed MIME decoder for a multiple lines of MIME encoded header, bug 38192. 2000-05-11 21:00:38 +00:00
sspitzer%netscape.com
284b7beebd these skin files have moved 2000-05-11 04:07:48 +00:00
sspitzer%netscape.com
51fc36d653 these skin files have moved. 2000-05-11 04:04:52 +00:00
nhotta%netscape.com
48ffa15bdd Change for default font setting for Plain text view (format=fixed).
Put the default font info into existing tags instead of defining a separate tag
which was overridden by inner tags, bug 26182.
2000-05-10 01:58:32 +00:00
nhotta%netscape.com
e0f332663a Changed format=flowed case to call GetMailNewsFont(), also changed to use "div" and "tt" instead of "pre", bug 38491, 38511. 2000-05-08 23:39:33 +00:00
nhotta%netscape.com
a6089ad08d Changed to specify content type explicitly for GetMailNewFont(). 2000-05-06 01:33:31 +00:00
nhotta%netscape.com
52b0168516 Added a new function to return the default font name/size of mailnews. 2000-05-05 22:24:06 +00:00