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

801 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com 9600f50a4f Checking in test program...NOT PART OF THE BUILD 2000-02-03 23:41:49 +00:00
rhp%netscape.com 659bddd87f Fix for walking nested attached messages to display attachments - Bug #: 23643 - r: bienvenu 2000-02-03 23:40:47 +00:00
putterman%netscape.com 92f0ef64d6 Use nsCAutoString instead of ToNewString to speed up function by 30%. r=rhp. 2000-02-03 01:26:15 +00:00
rhp%netscape.com c5ee4ce16c Fix for attachment name - Bug #: 25009 - r: jefft 2000-02-02 22:27:10 +00:00
ducarroz%netscape.com 9cd8b748c5 Fix bug 25610. We need to wrap the body into a <PRE> tag when forwarding inline a plain text message in HTML compose mode. R=rhp 2000-02-01 01:59:46 +00:00
ducarroz%netscape.com 4f851be879 fix part of bug 25949, update project path for compatibilty with CW Pro 5. R=n/a 2000-02-01 01:53:01 +00:00
rhp%netscape.com 997757341e Fix for I18N display of headers - Bug 25914 - r: mscott 2000-01-31 21:50:36 +00:00
rhp%netscape.com 96b3d06052 Changes to fix L10N vcard display - Bug: 25637 - r: jefft 2000-01-31 21:11:29 +00:00
rhp%netscape.com 3de32c5a60 Fix problem Chineese Headers encoded with RFC1522 are displaying wrong - Bug: 24862 - r: jefft 2000-01-29 18:19:25 +00:00
ducarroz%netscape.com 618591ba8f fix wensleydale SunOS/sparc 5.6 Dep build bustage. 2000-01-28 07:17:29 +00:00
ducarroz%netscape.com d4fa824108 Fix bug 15682. We need to carry an idendity when opening a draft (used when forwarding a message inline) or a template. That let us to open a compose window with the right sender, signature (only forward inline) and format (only forward online). R=jefft 2000-01-28 06:20:44 +00:00
norris%netscape.com 540912a457 Fix grammar. 2000-01-27 15:59:53 +00:00
nhotta%netscape.com 324fe8e9a8 Fixed typdo, r=ftang. 2000-01-26 22:02:20 +00:00
alecf%netscape.com a7308970d4 reduce dependancies
r=sspitzer
2000-01-26 08:17:07 +00:00
sspitzer%netscape.com 5e9397b142 fix warnings. r=mscott 2000-01-26 04:13:00 +00:00
rhp%netscape.com 2a0f4bb604 Fix for changing View Headers option - Bug #: 17001 - r: jefft 2000-01-26 00:31:29 +00:00
rhp%netscape.com d0225b3e68 Fix for rendering I18N vCards - Bug: 21743 - r: nhotta 2000-01-25 14:59:09 +00:00
rhp%netscape.com 62ec2b5488 Fix for rendering I18N vCards - Bug: 21743 - r: nhotta 2000-01-25 14:50:18 +00:00
rhp%netscape.com 6cd6c333a5 Simple Fix - Comparison should NOT be case sensitive 2000-01-25 06:49:59 +00:00
rhp%netscape.com 932f60d4c7 Fixes for several I18N display issues - Bugs #: 3979 23634 2406 24485 - r: jefft 2000-01-25 03:18:36 +00:00
dougt%netscape.com 0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
mscott%netscape.com 4dbfc42a7b Bug #24399 --> make the interface called from JS use unicode instead of
UTF-8 strings. This means we have to convert unicode to UTF-8 and then
convert the results of the parsing back into unicode before returning.
this was already checked into the m13 branch.
r=alecf,sspitzer
2000-01-24 02:01:59 +00:00
jefft%netscape.com a2c1a1f099 non-crashing fix for bug 24407; check for null pointer prior calling nsCRT::strdup(); r=bienvenu,mscott 2000-01-19 23:43:42 +00:00
rhp%netscape.com 72af70b1e2 Fix a problem with META that specify charsets - Bug #: 22036 - r: jefft 2000-01-18 14:23:00 +00:00
sford3%swbell.net b2c319eae7 Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi 2000-01-17 22:32:13 +00:00
mscott%netscape.com 0bfbd10975 Fix a problem I introduce with the new message display for sspitzer to help with printing. when AscynConvertDAta
is called, we want to remember off the desired output content type. then when scanning the url and attempting
to determine which emitter to use, we can look at this content type again to help us make the right decision
r=sspitzer
2000-01-17 20:59:44 +00:00
ducarroz%netscape.com 75702934bc Fix related to bug 23109. We need to convert back the file name to the file system characters set when we save an attachment during a forward inline. R=jeff 2000-01-15 01:33:19 +00:00
rhp%netscape.com 77e71c66d7 Changes to fix problem with rendering and qutoing I18N messages - Bug #: 22655 - r: naoki 2000-01-14 01:01:18 +00:00
rhp%netscape.com 2a564f20c4 Fix for bug #: 12675 - Code never reached in vCard handler. r: rhp (external contribution) 2000-01-13 02:47:30 +00:00
sspitzer%netscape.com 1c84b93a3a fix warning. 2000-01-12 08:57:41 +00:00
rhp%netscape.com 78ff616b28 Fix for line endings after linked text - Bug #: 23507 - r: jefft 2000-01-12 00:37:47 +00:00
mscott%netscape.com f68ff8a7c9 Bug #8276 --> some old code in here wasn't allocating enough bytes for a string when quoting an address. As a result,
it was possilbe to give it a string with semicolons such that we would corrupt memory. an easy example:
foo@netscape.com;foo@netscape.com would cause us to write past the end of an allocated buffer and crash.
The fix is to make sure we allocate enough memory.
r=sspitzer
2000-01-11 22:37:24 +00:00
jdunn%netscape.com cb0c532e85 Fix base class specifiers, since be default if they aren't specified it is Private
# 23237
r= warren@netscape.com, ftang@netscape.com, jband@netscape.com
2000-01-11 01:45:34 +00:00
rhp%netscape.com 261077b266 Changes to fix I18N vCards - Bug #: 23324 - r: nhotta 2000-01-08 17:24:55 +00:00
rhp%netscape.com 04f0ee8400 Fix for quoting blurb about signed messages - Bug #23075 - r: jefft 2000-01-08 17:12:43 +00:00
rhp%netscape.com cb57baf5f3 Final fix for vcard crashing bug - Bug 23309 - r: sspitzer/alecf 2000-01-07 16:08:03 +00:00
sspitzer%netscape.com 05a217e66b check in bulletproofing fix for #23309 2000-01-07 03:07:14 +00:00
alecf%netscape.com 93a6a9d9ce fix crash viewing Ben Goodger's vCard :)
just a null pointer check, no reviewer
2000-01-07 01:00:29 +00:00
mscott%netscape.com 9fe7e943b2 Bug #23109 --> attachment names aren't being converted to unicode before we try to display them
in the attachment pop up menu.

Also removed a function I didn't need (DumpAttachmentsMenu)
r=alecf.
2000-01-06 21:29:44 +00:00
mscott%netscape.com b04f62c7cf Bug #23109 --> attachment names aren't being converted to unicode before we try to display them
in the attachment pop up menu.

the header sink needs to use a wstring for the attachment name.
r=alecf.
2000-01-06 21:29:09 +00:00
rhp%netscape.com c0162b5a15 Fix for incorrect reporting of number of attachments for signed messages - Bug #: 23182 - r: jefft 2000-01-06 19:59:48 +00:00
rhp%netscape.com 7f08a6c054 Fix for vCard display problem - Bug #10620 - r: mscott 2000-01-06 16:01:28 +00:00
jefft%netscape.com 9c5b3edc9f remove shadow variable; r=bienvenu 2000-01-06 14:25:04 +00:00
mscott%netscape.com b3e5a85817 fix some I18n header display problems introduced by the new message display stuff I landed tonight. This means
converting our UTF-8 header values into unicode before broadcasting them through the header sink
r=alecf
2000-01-06 08:19:26 +00:00
mscott%netscape.com 2ddb75160e Fix some I18N display problems with the new message display stuff by forcing the header value
to be unicode instead of a char *.
r=alecf
2000-01-06 08:18:25 +00:00
mscott%netscape.com 1713da7081 remove obsolete emitter factory. 2000-01-06 06:08:17 +00:00
mscott%netscape.com ee41099c34 Merge the two html emitters into one uber emitter....this fixes the problem with displaying forwarded
messages with the new message display code
r=rhp
2000-01-06 06:05:38 +00:00
mscott%netscape.com ba4d7a8286 Bug #22960 New html emitter for new message display which broadcasts header information to a listener interface which
is passed in on conversion.

Later tonight I'm going to merge this new html display emitter back into the original emitter.
r=rhp
2000-01-06 00:49:33 +00:00
mscott%netscape.com 781255353d Prep work for landing Bug ##22960 --> Adding PR_Logging support to the mime emitter.
Make WriteHTMLField methods virtual so they can be over-ridden by derived classes.
2000-01-06 00:28:46 +00:00
mscott%netscape.com 679d2aad9b Bug #22960 --> small snippet of code to AsyncConvertData so we remember the desired output format. 2000-01-06 00:17:18 +00:00