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

972 Коммитов

Автор SHA1 Сообщение Дата
rbs%maths.uq.edu.au 29f1b6960b 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 c26ee0dc85 Fix for null pointer access crasher - Bug #: 42359 - r: scottip 2000-06-15 01:53:39 +00:00
nhotta%netscape.com 52204389d5 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 3a851fe600 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 ad2de13c56 Fix for invalid attachment - Bug #: 41415 - r: jefft 2000-06-12 23:16:50 +00:00
rhp%netscape.com 2da448cc69 Fixes Bug# 34455 - Problem with format flowed - a=brendan 2000-06-08 14:25:54 +00:00
alecf%netscape.com e23f3282cf arrrgggh - curse the mac for not automatically exporting IDL!
(fixing bustage)
2000-06-06 23:46:35 +00:00
rhp%netscape.com b10de6257c 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 e61077387e 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 c88d7e8ab9 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 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
sspitzer%netscape.com 8cd4f92fd9 removing mimerosetta.h from the build. it is not used anymore. 2000-05-25 04:53:58 +00:00
rhp%netscape.com e9807fb3d1 Fix for problem with forwarding images - Bug #: 31207 - r: sspitzer 2000-05-20 04:21:36 +00:00
rhp%netscape.com 6948a27fca Fixing a problem with double header conversions - Bug #: 34865 - r: putterman 2000-05-19 20:49:55 +00:00
rhp%netscape.com 22a98ec659 Fix for crasher with lots of attachments - Bug #35923 - r: sspitzer 2000-05-19 00:07:28 +00:00
cls%seawood.org 1165ad3a33 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 0c75802384 changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
mkaply%us.ibm.com fa012b3161 # 37239
r= mscott
OS/2 bring up continues - add PR_CALLBACKs for VisualAge
2000-05-16 22:59:50 +00:00
mscott%netscape.com 0bfa8952f1 Bug #5938 --> set the charset override if the url has one. 2000-05-16 00:23:55 +00:00
rhp%netscape.com 280eef88b1 Fix for memory leak - Bug #35801 - r: jefft 2000-05-15 20:40:07 +00:00
mscott%netscape.com beed496dc8 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 131750319f Bug #31058 -->synch with api change for get URI 2000-05-15 20:35:17 +00:00
nhotta%netscape.com 53d25a3df7 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 e6b9efbec5 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
nhotta%netscape.com d76a92040f 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 12cb796640 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 2a1d770b2a 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 bb1c08ee3e Changed MIME decoder for a multiple lines of MIME encoded header, bug 38192. 2000-05-11 21:00:38 +00:00
sspitzer%netscape.com 65935c9341 these skin files have moved 2000-05-11 04:07:48 +00:00
sspitzer%netscape.com 146551c9fa these skin files have moved. 2000-05-11 04:04:52 +00:00
nhotta%netscape.com 53aa94f599 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 dabf228ee9 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 612828d158 Changed to specify content type explicitly for GetMailNewFont(). 2000-05-06 01:33:31 +00:00
nhotta%netscape.com 56ab5042ba Added a new function to return the default font name/size of mailnews. 2000-05-05 22:24:06 +00:00
nhotta%netscape.com ce32953c18 Changed to use charset service instead of hard coded charset names to decide mail header encoding type. 2000-05-05 20:31:53 +00:00
mkaply%us.ibm.com 62f37ade05 # 34082
r= mscott
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:11:58 +00:00
jefft%netscape.com cc939ec96c round 2,partial fix bug 10802; passed in part number and content type for open attachment 2000-05-02 22:45:44 +00:00
nhotta%netscape.com 0d875410c6 Changed to use "pre", fixing a remaining part of the last change, bug 37299. 2000-05-01 21:59:49 +00:00
sfraser%netscape.com 7c47f9ece4 Fix access paths 2000-05-01 00:08:38 +00:00
scc%netscape.com 40e78eae74 making string conversions explicit 2000-04-27 21:53:50 +00:00
nhotta%netscape.com e9410e446d Changed to use "pre" instead of "div" in case of plain text for the font setting, bug 37299. 2000-04-27 00:26:24 +00:00
nhotta%netscape.com 4e77dfde98 Changed forward code to use UTF-8 in order to be constant with string resources, bug 34666. 2000-04-26 20:55:44 +00:00
mjudge%netscape.com 6622635cab making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
jefft%netscape.com 223fa87dcf fixed bug 17100 - [FEATURE] enabled partial message download for pop3 2000-04-25 01:48:00 +00:00
scc%netscape.com 242c9559fb making string conversions explicit 2000-04-24 04:36:57 +00:00
scc%netscape.com eddc40fcba making string conversions explicit 2000-04-23 22:43:46 +00:00
cls%seawood.org 33edc21c9c General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
rhp%netscape.com aa617f1724 Disable the add to address book - Bug #29436 - r: bienvenu 2000-04-23 17:40:58 +00:00
alecf%netscape.com 053cd25f5b switch to nspr types to reduce dependancies on xp_core.h, and fix a warning 2000-04-23 17:31:29 +00:00
nhotta%netscape.com 897cb045e8 Added language sensitive font selection (disabled as a default), bug 26182. 2000-04-21 21:36:10 +00:00
rhp%netscape.com a1681459bd Just fixing a test harness program. NOT PART OF THE BUILD!!!! 2000-04-21 02:25:03 +00:00
rhp%netscape.com a8986e5e6d Fix for problem with invalid file names - Bug # 24962 - r: bienvenu 2000-04-21 02:13:18 +00:00
rhp%netscape.com 35344a2580 Fix for message text on signed message stub - Bug # 34570 - r: bienvenu 2000-04-21 01:09:50 +00:00
jefft%netscape.com 7659729d32 partial fix for limit message size download; we now generate truncated message html from mime 2000-04-20 01:55:42 +00:00
danm%netscape.com 622d6fe83b dist...chrome restructuring 2000-04-19 21:42:30 +00:00
nhotta%netscape.com 41ee4c923f Added mail/news font setting by prefs (no UI yet) to libmime, bug 26182. 2000-04-18 21:07:19 +00:00
mstoltz%netscape.com a4b2043dcb Made prefapi.h private and removed all #includes of it outside of libpref. r=norris 2000-04-15 03:43:09 +00:00
jefft%netscape.com 8603e2c5a2 fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott 2000-04-13 22:19:48 +00:00
nhotta%netscape.com dfe2a3daca Added fallback conversion to support broken 4.x japanese vCard, bug 21743, r=cata. 2000-04-13 19:57:52 +00:00
nhotta%netscape.com 976697d404 Adding new functions to control message view font, bug 26182, r=rhp. 2000-04-13 19:56:41 +00:00
warren%netscape.com 4dd2ed3238 Added sanity assertions. 2000-04-13 09:19:47 +00:00
sspitzer%netscape.com 77b3be8970 fix for blocker bug #34438. we weren't linking in -lmsgbaseutil, which left
us with an unresolved symbol, which caused bad things at run time.

there may be more, I'm trying to find them now.

a=leaf.
2000-04-04 19:33:10 +00:00
cls%seawood.org 372343f97f Fix for EXTRA_DSO_LIBS in rules.mk
OS/2 Makefile.in changes (Patch 4a).  Bug #34106
2000-04-04 07:37:50 +00:00
cls%seawood.org 57978e5c23 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
mscott%netscape.com 384c375219 remove obsolete image files from the repository. 2000-04-03 02:16:59 +00:00
mscott%netscape.com 6b2c88dff5 Remove old addtoab and attachment icons. We have new ones in mailnews/base/resources/content (which is
where this kind of stuff belongs) now.
2000-04-03 02:16:25 +00:00
rhp%netscape.com 299e62a96a Fixes view source problem for mail messages - Fix for Bug #30818 - r: rickg 2000-03-30 01:30:07 +00:00
rhp%netscape.com 9fa21556bd Fixes for header display in printing and mime structure problems - Bug #: 33565 - r: jefft 2000-03-29 23:58:32 +00:00
nhotta%netscape.com 5cb17fbe15 Fixed wrong inputs for charset converter Finish() call, bug 33588, r=cata. 2000-03-29 23:16:55 +00:00
rhp%netscape.com df13638128 fixing screwup 2000-03-29 21:01:02 +00:00
rhp%netscape.com 3f914dc86c Fix for not identifying particular MIME messages - Bug #: 33565 - r: bienvenu 2000-03-29 20:51:11 +00:00
warren%netscape.com d60b12b153 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
bienvenu%netscape.com 90210ce245 get downloading of imap attachments working, r=alecf 32767 2000-03-29 00:58:21 +00:00
bienvenu%netscape.com c1fdf260f7 fix deref of uninitialized ptr 2000-03-26 23:56:42 +00:00
rickg%netscape.com 0f417b3b1e removed reference to nsString2 2000-03-26 23:30:52 +00:00
scc%netscape.com 49d4fd0aa6 small changes to clients of converting string APIs 2000-03-26 14:15:49 +00:00
rhp%netscape.com dd974d5e7a Added sanity check for MLK - Bug #33308 2000-03-25 18:22:33 +00:00
rhp%netscape.com 6ecec88178 Small fixes for memory leaks - Bugs: 33158 33161 2000-03-25 17:56:37 +00:00
putterman%netscape.com bed4678ea5 fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
jim_nance%yahoo.com 5723bcda31 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
rhp%netscape.com 4f5027cab2 Fix for bad wrapping on quoting and IMAP Parts on demand - Bugs #: 32100 17794 2000-03-24 21:22:53 +00:00
alecf%netscape.com 9f4f13527a fix solaris bustage 2000-03-24 10:10:09 +00:00
alecf%netscape.com f8a23931fc not dependant on nsIPref.h 2000-03-24 08:27:02 +00:00
alecf%netscape.com 5da56588db First part of fix for #29651 - expose unichar versions of subject/sender/etc to scripts) r=bienvenu,putterman 2000-03-24 08:10:59 +00:00
ducarroz%netscape.com 3f7efc788d Fixes related to message compose UI, save attachment, edit message as new and draft message. Those changes fix bug 14868, 23627, 24185, 24864, 24930, 26087, 26733, 27171, 27762, 27931, 27932, 29119, 29176, 30279, 31546 and 28677. R=alecf, rhp, jefft 2000-03-23 06:39:19 +00:00
rhp%netscape.com 716179cf82 Adding mime support for MIME Parts On Demand - Bug #: 17794 2000-03-22 22:52:42 +00:00
rhp%netscape.com 1ad9cc0ee5 Adding mime support for MIME Parts On Demand - Bug #: 17794 2000-03-22 22:14:17 +00:00
nhotta%netscape.com ca03a26a56 For unicode conversion, changed to call encode->Finish(), use set output behavior to avoid internal loop, r=cata. 2000-03-22 21:28:08 +00:00
rhp%netscape.com 38cf9d6ea1 Fix for view source URL problem - Bug #30459 2000-03-20 22:52:51 +00:00
nhotta%netscape.com 93d07f0610 Initialize a buffer before calling the MIME decoder, bug 32013, r=ftang. 2000-03-20 22:42:40 +00:00
nhotta%netscape.com d863813360 Added a MIME decoder which takes nsCString, bug 32013, r=ftang. 2000-03-18 00:42:29 +00:00
nhotta%netscape.com 2eb2859036 Added fallback charset for charset conversion, bug 28679, r=rhp. 2000-03-15 23:33:43 +00:00
rhp%netscape.com e3dc59324c Fixes for compose back end problems - Bug #: 25610 29806 30048 30744 31207 31589 2000-03-15 02:09:43 +00:00
rickg%netscape.com 27c42157e4 replaced calls to deprecated string methods 2000-03-12 21:36:35 +00:00
rickg%netscape.com c617e3f2e9 removed calls to deprecated nsString methods 2000-03-12 11:06:57 +00:00
rickg%netscape.com 4791ab3e8f removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
rhp%netscape.com ca44e9b4b8 Fix problem with inline display - Bug #: 31238 - r: mscott - a: phil 2000-03-10 01:56:55 +00:00
rhp%netscape.com 9921549027 Fix for quoting problem with line wrap - Bug #: 30562 - r: rhp - worked on with Ben Bucksch - a: phil 2000-03-09 00:09:18 +00:00
ducarroz%netscape.com 058176a5fc Fix bug 30250. Forget to call CreateTheComposeWindow when processing a template message with a body defined. R=jefft,rhp A=phil 2000-03-04 04:51:40 +00:00
mscott%netscape.com 2948f5e553 Bug #22960 --> help improve message display performance. This routine would get called for each
line of data parsed by mime for displaying a message. It was making 4 copies of the line inside of it. I
used some nsString magic to reduce the number of allocations to just one! *yeah*
r=rhp
a=phil
2000-03-02 06:14:33 +00:00