Commit Graph

396 Commits

Author SHA1 Message Date
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
dprice%netscape.com
edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +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
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
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
dprice%netscape.com
997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +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
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
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
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
bryner%uiuc.edu
a5d937201f More dead .cvsignore file removal. Not part of build. 2000-12-28 21:35:32 +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
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
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
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
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
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
b6a1d780b7 Fix for standards compliant HTML output - Bug 46234 - r: rhp - external contribution 2000-07-27 01:04:27 +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
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
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
e0f2d9b660 Fix for memory leak - Bug #35801 - r: jefft 2000-05-15 20:40:07 +00:00
mscott%netscape.com
d4645bf067 Bug #31058 -->synch with api change for get URI 2000-05-15 20:35:17 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
sspitzer%netscape.com
51fc36d653 these skin files have moved. 2000-05-11 04:04:52 +00:00
jefft%netscape.com
6626665a73 round 2,partial fix bug 10802; passed in part number and content type for open attachment 2000-05-02 22:45:44 +00:00
scc%netscape.com
c938845535 making string conversions explicit 2000-04-24 04:36:57 +00:00
cls%seawood.org
8754202470 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
218a5b1c8b Fix for problem with invalid file names - Bug # 24962 - r: bienvenu 2000-04-21 02:13:18 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
jefft%netscape.com
ffc4d709f6 fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott 2000-04-13 22:19:48 +00:00
warren%netscape.com
b4bd3fb5bf Added sanity assertions. 2000-04-13 09:19:47 +00:00
cls%seawood.org
fdd09457b4 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
f6740baa20 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
4e47debfdc remove obsolete image files from the repository. 2000-04-03 02:16:59 +00:00
mscott%netscape.com
55d79f76b5 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
64a312c5a1 Fixes for header display in printing and mime structure problems - Bug #: 33565 - r: jefft 2000-03-29 23:58:32 +00:00
rhp%netscape.com
8a9e1fd79c fixing screwup 2000-03-29 21:01:02 +00:00
rhp%netscape.com
a3b3343a8b Fix for not identifying particular MIME messages - Bug #: 33565 - r: bienvenu 2000-03-29 20:51:11 +00:00
bienvenu%netscape.com
3444cfa790 get downloading of imap attachments working, r=alecf 32767 2000-03-29 00:58:21 +00:00
bienvenu%netscape.com
100bac85c1 fix deref of uninitialized ptr 2000-03-26 23:56:42 +00:00
rhp%netscape.com
3fce1b2822 Added sanity check for MLK - Bug #33308 2000-03-25 18:22:33 +00:00
rhp%netscape.com
cbc91843e0 Small fixes for memory leaks - Bugs: 33158 33161 2000-03-25 17:56:37 +00:00
rhp%netscape.com
a4e128e164 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
cb9f621870 fix solaris bustage 2000-03-24 10:10:09 +00:00
alecf%netscape.com
fd47dbebf6 not dependant on nsIPref.h 2000-03-24 08:27:02 +00:00
alecf%netscape.com
32bacdb3e9 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
rhp%netscape.com
2ec0c6b8e6 Fixes for compose back end problems - Bug #: 25610 29806 30048 30744 31207 31589 2000-03-15 02:09:43 +00:00
rickg%netscape.com
7a722be971 replaced calls to deprecated string methods 2000-03-12 21:36:35 +00:00
rhp%netscape.com
712e34ff48 Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft 2000-02-29 07:04:24 +00:00
rhp%netscape.com
3a736250f2 Fix for I18N problem with saving mail messages - Bug #23418 - r: ducarroz - a: jar 2000-02-22 22:27:51 +00:00
rhp%netscape.com
838d62721d Problem saving email in original charset - Bug #: 23418 - r: nhotta - a: phil 2000-02-22 01:02:08 +00:00
dveditz%netscape.com
a63ee75907 Bug 23941 speed up install on Mac, r=cathleen, a=jar;
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar;
Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
2000-02-20 03:12:59 +00:00
rhp%netscape.com
0d5876b1d2 Changes to implement printing correctly - Buf #12505 - r: jefft 2000-02-15 23:05:06 +00:00
mscott%netscape.com
02eb7142bb Bug #22960 --> help improve message display by (1) not including global
style rules in the message body and more importantly (2) force loading
of the mail header style sheet to be a blocking load. this fixes that
awful "flicker" effect when you clicked on a message where it would start
to load, then it would stop and relayout the body.
r=sspitzer
2000-02-15 01:13:48 +00:00
dveditz%netscape.com
41d2b2b563 closing the file used by the registry service is evil 2000-02-13 17:32:19 +00:00
rhp%netscape.com
93757e9262 Changes for supression of GUI prompts on send operation - for message import - Bug #: 27154 - r: bienvenu 2000-02-11 01:31:15 +00:00
rhp%netscape.com
66fcba297a Saving mail message fix for I18N - Beta1 Bug: 23418 - r: scottip 2000-02-10 06:48:22 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
pp%ludusdesign.com
cc01ef5223 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-06 03:18:27 +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
3de32c5a60 Fix problem Chineese Headers encoded with RFC1522 are displaying wrong - Bug: 24862 - r: jefft 2000-01-29 18:19:25 +00:00
alecf%netscape.com
a7308970d4 reduce dependancies
r=sspitzer
2000-01-26 08:17:07 +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
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
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
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
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
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
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
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
warren%netscape.com
e07863e48c Added OnClose method to nsIPipeObserver (bug#23080) 2000-01-05 05:07:46 +00:00
rhp%netscape.com
b087727625 Fix for mime rendering problem - Bug #22653 - r: jefft 2000-01-04 02:58:42 +00:00
blizzard%redhat.com
d6cf22aa5c Change nsComponentManager::ProgIDToCLSID to nsComponentManager::ProgIDToClassID as per bug #3579. Checking in for sford. r=scc,r=blizzard 1999-12-30 22:03:58 +00:00
rhp%netscape.com
f5549230fa Fixes for quoting problems - Bug #: 21993 1999-12-25 19:09:21 +00:00
sspitzer%netscape.com
ebfba119c8 fix warnings, a=sdagley 1999-12-21 22:27:57 +00:00
rhp%netscape.com
615c192cb9 Cleanup of dead files 1999-12-17 21:39:09 +00:00
rhp%netscape.com
5c07699361 Fix for missing headers - Bug #: 21973 - r: scottip - a: chofmann 1999-12-17 21:37:46 +00:00
rhp%netscape.com
a9084e8553 Large Image attachments hang on mail display fix - Bug #21852 - r: mscott/rhp approved: chofmann 1999-12-16 03:35:01 +00:00
rhp%netscape.com
074e45276e Performance fix for message display - Bug #: 21203 - r: xxxxx 1999-12-15 03:35:34 +00:00
rhp%netscape.com
19e34795ff Fix for crasher in mail display - Bug #21436 r: valeski - Approval: chofmann 1999-12-14 02:25:50 +00:00
norris%netscape.com
db3ac41e96 Fix bug 16672 "[DOGFOOD] JavaScript in HTML email message may read local files"
This fix uses the data: protocol to load the text of the mail message,
meaning there's no need for a temporary file. It encodes the data in base
64 so that we don't have to worry about escaping double quotes, ampersands, etc.

r=rhp@netscape.com.

Also fix JavaScript error. r=putterman@netscape.com
1999-12-08 23:00:22 +00:00
rhp%netscape.com
0dbd32e463 Changes for emitter rework for printing - r: jefft 1999-12-08 03:34:32 +00:00
rhp%netscape.com
957beb03fe Adding file to tree - NOT PART OF THE BUILD! 1999-12-07 15:29:20 +00:00
mscott%netscape.com
a3120f1082 comment out the msgWindow variable that we were creating
every time this script was loaded. This was happening
every time we loaded a message. It had a side effect
of causing a uri dispatching crash and it had severe performance implications. We shouldn't be creating
a new msg window every time we display a message.
this may have a bad side effect when we support multiple
3-pane windows because we can no longer call SetWindow.
1999-11-30 22:24:44 +00:00
warren%netscape.com
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
rhp%netscape.com
74d7368d51 Changes for using nsSpecialSystemDirectory directory - Bug #18021 - r: jefft 1999-11-20 03:14:13 +00:00
rhp%netscape.com
e44e9c7b65 Cleanup of free calls - No bug - r: bienvenu 1999-11-18 21:12:49 +00:00
warren%netscape.com
7f04320416 Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf 1999-11-12 09:07:26 +00:00
rhp%netscape.com
fd6e8bfc24 Fixing my build warnings - No Bug - r: jefft 1999-11-12 04:58:33 +00:00
rhp%netscape.com
1e2b59665d Changes for multipart alternative UI - Bug #: 17770 - r: jefft 1999-11-12 02:58:22 +00:00
rhp%netscape.com
9fbb4ae9c0 Changes to fix message display problems and others - Bug #: 13402 17770 17772 17899 - r: bienvenu 1999-11-11 19:21:11 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
mscott%netscape.com
84e9c31570 one more tweak for Bug #17825
r=sspitzer
1999-11-03 03:51:12 +00:00
mscott%netscape.com
91db332f72 Bug #17825 --> pass nsIMsgWindow into SetWindow instead of a msgStatus feedback object in order
to fix save attachements.
r=sspitzer
1999-11-03 03:12:58 +00:00
rhp%netscape.com
99b084c732 Changes to remove ToCString() calls - Bug #'s: 17580 17581 - r: nhotta 1999-11-02 21:31:32 +00:00
alecf%netscape.com
649ac66265 cleanup NS_IMPL_MODULE and friends
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
rhp%netscape.com
ed196216e3 Fix for message display - Bug #17481 - r: jefft 1999-10-29 02:17:10 +00:00
rhp%netscape.com
c34588bade Fix for attachments not visible and display crashers - Bug #: 16367 16786 - r: bienvenu 1999-10-25 19:02:39 +00:00
alecf%netscape.com
018a99bad8 nsIModulize mime emitters - porkjockey work, r=sspitzer 1999-10-22 01:05:04 +00:00
rhp%netscape.com
675e52d571 Fix for duplicate body text in Multipart related message - Bug #16992 - r: mscott 1999-10-21 21:18:54 +00:00
mscott%netscape.com
5f382fd393 no bug number. I found that we were making an extra copy of the message body before writing it to the stream.
I was able to fix this by using a nsCString instead of an nsString for the message body. Also, audited the file
to use nsCAutoString instead of nsString to save some extra copying. Used NS_WITH_SERVICE macros for componenet
mananager and register service. Added some com ptr useage too.
r=rhp
1999-10-19 21:06:42 +00:00
mscott%netscape.com
ff6b60bd82 Bug #16538 --> the emitter now supports nsIPipeObserver and we'll now flush our output stream when we are told
it is full. This fixes the problem where large attachements were truncated at 32K.
r=jefft
1999-10-19 21:01:54 +00:00
jefft%netscape.com
2b4d477d3e removed obsolete menubar xul tag; fixed bug 16145; r=rhp, ducarroz; a=dp 1999-10-19 03:08:43 +00:00
bienvenu%netscape.com
6b559ed958 fix leaks in mime xul emitters r=rhp 1999-10-16 20:49:06 +00:00
rhp%netscape.com
6929cb91e5 Changes to display when a message is coming from a 5.0 client - Bug #7518 - r: mscott 1999-10-16 02:38:24 +00:00
rhp%netscape.com
c296f009c0 Fix for email names with embedded &'s - Bug #16383 r=jefft 1999-10-15 03:27:33 +00:00
waterson%netscape.com
bdfcaec321 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
rhp%netscape.com
caeb86a08f Changes for bug #13098 - Reviewer: jefft 1999-10-07 20:53:06 +00:00
rhp%netscape.com
d58e69e806 Changes for Bug #13512 - Reviewer: Bienvenu 1999-10-06 18:35:16 +00:00
beard%netscape.com
9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
shaver%netscape.com
7a5b9d5e55 nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann 1999-09-29 02:36:54 +00:00
tao%netscape.com
34dfefc3a3 Rename *en.properties to *.properties. 1999-09-21 05:35:34 +00:00
waterson%netscape.com
06b78978e9 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
jefft%netscape.com
ffbed73cfa enabled SaveAttachment 1999-09-20 21:07:22 +00:00
jefft%netscape.com
59f069855f enabled SaveAttachment; added displayName & messageUri when calling openAttachment 1999-09-20 21:05:52 +00:00
bienvenu%netscape.com
abc6d920a6 fix mismatched delete 1999-09-20 14:56:32 +00:00
bienvenu%netscape.com
65e377b2b3 fix mismatched free 1999-09-18 17:41:37 +00:00
jefft%netscape.com
dd17bf1407 remove debug only save attachment menubar 1999-09-17 23:20:51 +00:00
jefft%netscape.com
fc857d46d5 removed SaveAttachmentURL 1999-09-17 23:19:34 +00:00
alecf%netscape.com
3365a1099e link mime emitter against NSPR 1999-09-17 20:35:09 +00:00
mscott%netscape.com
78b9f507f0 Code compression. Use base class: nsMimeBaseEmitter which contains all the emitter code that was duplicated across
all the emitters.
1999-09-16 04:44:35 +00:00
mscott%netscape.com
dc93d09a68 Build nsMimeBaseEmitter 1999-09-16 04:29:59 +00:00
mscott%netscape.com
232b2b3533 Build nsMimeBaseEmitter 1999-09-16 04:19:08 +00:00
mscott%netscape.com
6f11385254 Not part of the build yet. a base emitter class which will pull out lots of code that was just
duplicated in the raw, html, xml and xul emitter classes.
1999-09-16 00:02:50 +00:00
mscott%netscape.com
bd1157f124 Bug #10933 --> don't signal OnDataAvailable to the listener after we write
a line as this gets expensive! Batch the calls together and do them at the end
1999-09-15 07:10:36 +00:00
jefft%netscape.com
fbabae7fd2 added SaveAttachURL, statusFeedback 1999-09-15 02:14:28 +00:00
briano%netscape.com
18db6b773d General cleanup. 1999-09-15 00:33:49 +00:00
jefft%netscape.com
ee1a32080d fixed bug 13621 -- need to escape attachments url emitting as a XUL document 1999-09-13 14:40:58 +00:00
mscott%netscape.com
18bb55135c Temporary band-aid to fix display of messages with attachements. The url we write here needs to be escaped
and all '&' need to be removed from the url spec. otherwise we can't display the message because the xml
code we emit with the urlspec will be malformed.
1999-09-12 08:01:01 +00:00
alecf%netscape.com
fff94a2e76 stop linking against prefs 1999-09-11 19:55:00 +00:00
bienvenu%netscape.com
690ed2ef12 fix memory leaks of string bundles 1999-09-09 05:29:28 +00:00
mscott%netscape.com
3ca4c617f8 Bug #13368 --> when displaying a newsgroup, be sure to emit the newsgroup name in the to/cc box so we know
what newsgroup it came from!
1999-09-08 20:42:04 +00:00
mscott%netscape.com
65369f8bb3 Bug #13156 --> if a message doesn't have a to/cc or bcc field (as is the case with some news messages),
don't emmit code to make a box in the message display pane. It just looks weird because the box is empty.
1999-09-08 00:12:55 +00:00