Граф коммитов

1064 Коммитов

Автор SHA1 Сообщение Дата
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