Commit Graph

997 Commits

Author SHA1 Message Date
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