disttsc%bart.nl
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
blakeross%telocity.com
7b5a59b32d
Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt
2001-03-25 16:49:38 +00:00
sspitzer%netscape.com
dc80269535
#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
3c7e967b0c
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
1b42d68e45
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
dprice%netscape.com
5184a7104b
# 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
744785129a
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
eab041f43f
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
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
blakeross%telocity.com
a2f95e1567
Inconsistent wording usage (by gemal, 50826). r=hwaara sr=bienvenu
2001-02-12 21:31:45 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
69415757ab
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
5d2c02072f
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
461938270b
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
8ac0f6da84
updating to new necko interfaces
2001-01-25 21:44:59 +00:00
mkaply%us.ibm.com
b354238762
#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
77e9e1de2b
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
41e234230a
More dead .cvsignore file removal. Not part of build.
2000-12-28 21:35:32 +00:00
bryner%uiuc.edu
db51fc636e
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
f607214b45
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
4357748250
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
8bd122b3d5
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
bdc932db56
fix uninitialized variable. #59673 . sr=alecf
2000-11-10 15:15:28 +00:00
rayw%netscape.com
6cc70ebd6c
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
1c8511e78c
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
bfa6381945
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
8dcc2fc64d
Fix for extra table in quoted output - Bug #: 46975 - r: rhp - mozilla contribution
2000-08-01 01:25:59 +00:00
rhp%netscape.com
f51347ec0d
Fix for following HTML standards - Bug #: 46788 - r: rhp - mozilla contribution
2000-07-28 21:38:32 +00:00
rhp%netscape.com
f340cfa3ed
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
29f1b6960b
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
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
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
280eef88b1
Fix for memory leak - Bug #35801 - r: jefft
2000-05-15 20:40:07 +00:00
mscott%netscape.com
131750319f
Bug #31058 -->synch with api change for get URI
2000-05-15 20:35:17 +00:00
danm%netscape.com
e6b9efbec5
top-level chrome dirs are now packages,locales,skins
2000-05-13 21:29:08 +00:00
sspitzer%netscape.com
146551c9fa
these skin files have moved.
2000-05-11 04:04:52 +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
scc%netscape.com
242c9559fb
making string conversions explicit
2000-04-24 04:36:57 +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
a8986e5e6d
Fix for problem with invalid file names - Bug # 24962 - r: bienvenu
2000-04-21 02:13:18 +00:00
danm%netscape.com
622d6fe83b
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
jefft%netscape.com
8603e2c5a2
fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott
2000-04-13 22:19:48 +00:00
warren%netscape.com
4dd2ed3238
Added sanity assertions.
2000-04-13 09:19:47 +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
9fa21556bd
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
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
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
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
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
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
rhp%netscape.com
4e7f4db46b
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
13ee10430b
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
6507057433
Problem saving email in original charset - Bug #: 23418 - r: nhotta - a: phil
2000-02-22 01:02:08 +00:00
dveditz%netscape.com
74d0f231ed
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
b782f6e68a
Changes to implement printing correctly - Buf #12505 - r: jefft
2000-02-15 23:05:06 +00:00
mscott%netscape.com
120d2a4a08
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
e728f20fd7
closing the file used by the registry service is evil
2000-02-13 17:32:19 +00:00
rhp%netscape.com
09ebc0aef9
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
de76ea0ee3
Saving mail message fix for I18N - Beta1 Bug: 23418 - r: scottip
2000-02-10 06:48:22 +00:00
scc%netscape.com
5e041e830f
Pro5 update
2000-02-07 23:06:04 +00:00
pp%ludusdesign.com
6281a9efd1
Converting ::GetIID() to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2000-02-06 03:18:27 +00:00
ducarroz%netscape.com
af89452e49
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
b1cd252f14
Fix for I18N display of headers - Bug 25914 - r: mscott
2000-01-31 21:50:36 +00:00
rhp%netscape.com
f37e19efbc
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
7dc314de99
reduce dependancies
...
r=sspitzer
2000-01-26 08:17:07 +00:00
rhp%netscape.com
a74d4a199c
Fix for changing View Headers option - Bug #: 17001 - r: jefft
2000-01-26 00:31:29 +00:00
rhp%netscape.com
1ccd7f7af5
Simple Fix - Comparison should NOT be case sensitive
2000-01-25 06:49:59 +00:00
rhp%netscape.com
fe576e931d
Fixes for several I18N display issues - Bugs #: 3979 23634 2406 24485 - r: jefft
2000-01-25 03:18:36 +00:00
sspitzer%netscape.com
c048f5dd70
fix warning.
2000-01-12 08:57:41 +00:00
rhp%netscape.com
5a32bb8132
Fix for line endings after linked text - Bug #: 23507 - r: jefft
2000-01-12 00:37:47 +00:00
jdunn%netscape.com
157f231d1d
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
47e56b5e4c
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
0b5e9c6795
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
161fec3a87
remove shadow variable; r=bienvenu
2000-01-06 14:25:04 +00:00
mscott%netscape.com
dfb859e472
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
2865d6fbf5
remove obsolete emitter factory.
2000-01-06 06:08:17 +00:00
mscott%netscape.com
e49db0a1d1
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
2f692609f4
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
6ff7aec0fc
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
04decf0f8c
Added OnClose method to nsIPipeObserver (bug#23080)
2000-01-05 05:07:46 +00:00
rhp%netscape.com
2839b627f7
Fix for mime rendering problem - Bug #22653 - r: jefft
2000-01-04 02:58:42 +00:00
blizzard%redhat.com
8ec176345e
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
6dea47e727
Fixes for quoting problems - Bug #: 21993
1999-12-25 19:09:21 +00:00
sspitzer%netscape.com
d69b85adf8
fix warnings, a=sdagley
1999-12-21 22:27:57 +00:00
rhp%netscape.com
becd4d81e2
Cleanup of dead files
1999-12-17 21:39:09 +00:00
rhp%netscape.com
c9331789da
Fix for missing headers - Bug #: 21973 - r: scottip - a: chofmann
1999-12-17 21:37:46 +00:00
rhp%netscape.com
864a309bd3
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
972a33874a
Performance fix for message display - Bug #: 21203 - r: xxxxx
1999-12-15 03:35:34 +00:00
rhp%netscape.com
faf2c862f3
Fix for crasher in mail display - Bug #21436 r: valeski - Approval: chofmann
1999-12-14 02:25:50 +00:00
norris%netscape.com
e650ab2c82
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
2d0f6b0f80
Changes for emitter rework for printing - r: jefft
1999-12-08 03:34:32 +00:00
rhp%netscape.com
410da10ef5
Adding file to tree - NOT PART OF THE BUILD!
1999-12-07 15:29:20 +00:00
mscott%netscape.com
45358aac05
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
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
rhp%netscape.com
7ba8b810d1
Changes for using nsSpecialSystemDirectory directory - Bug #18021 - r: jefft
1999-11-20 03:14:13 +00:00
rhp%netscape.com
96fcbfab2d
Cleanup of free calls - No bug - r: bienvenu
1999-11-18 21:12:49 +00:00
warren%netscape.com
4471ddf809
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
ab45251069
Fixing my build warnings - No Bug - r: jefft
1999-11-12 04:58:33 +00:00
rhp%netscape.com
7146894865
Changes for multipart alternative UI - Bug #: 17770 - r: jefft
1999-11-12 02:58:22 +00:00
rhp%netscape.com
fa6f702139
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
8535dda53e
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
f077d06fa0
one more tweak for Bug #17825
...
r=sspitzer
1999-11-03 03:51:12 +00:00
mscott%netscape.com
e11f4142fe
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
b816f37560
Changes to remove ToCString() calls - Bug #'s: 17580 17581 - r: nhotta
1999-11-02 21:31:32 +00:00
alecf%netscape.com
13eaac5db2
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
b67d57e888
Fix for message display - Bug #17481 - r: jefft
1999-10-29 02:17:10 +00:00
rhp%netscape.com
64d5a196c7
Fix for attachments not visible and display crashers - Bug #: 16367 16786 - r: bienvenu
1999-10-25 19:02:39 +00:00
alecf%netscape.com
611082db71
nsIModulize mime emitters - porkjockey work, r=sspitzer
1999-10-22 01:05:04 +00:00
rhp%netscape.com
de922b30bb
Fix for duplicate body text in Multipart related message - Bug #16992 - r: mscott
1999-10-21 21:18:54 +00:00
mscott%netscape.com
77d1ba1011
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
2984744b8a
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
eabcec79ef
removed obsolete menubar xul tag; fixed bug 16145; r=rhp, ducarroz; a=dp
1999-10-19 03:08:43 +00:00
bienvenu%netscape.com
2cbb310de7
fix leaks in mime xul emitters r=rhp
1999-10-16 20:49:06 +00:00
rhp%netscape.com
6c598ad724
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
acfd505aa6
Fix for email names with embedded &'s - Bug #16383 r=jefft
1999-10-15 03:27:33 +00:00
waterson%netscape.com
c7347c6be0
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
831867b0c6
Changes for bug #13098 - Reviewer: jefft
1999-10-07 20:53:06 +00:00
rhp%netscape.com
f13e35339c
Changes for Bug #13512 - Reviewer: Bienvenu
1999-10-06 18:35:16 +00:00
beard%netscape.com
b547c2ffb0
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
a0d5aa9034
nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann
1999-09-29 02:36:54 +00:00
tao%netscape.com
cf1f75a408
Rename *en.properties to *.properties.
1999-09-21 05:35:34 +00:00
waterson%netscape.com
88220ac198
Fix backwards return values on nsIEnumerator::IsDone().
1999-09-21 01:28:18 +00:00
jefft%netscape.com
007b95a59c
enabled SaveAttachment
1999-09-20 21:07:22 +00:00
jefft%netscape.com
8bf4488362
enabled SaveAttachment; added displayName & messageUri when calling openAttachment
1999-09-20 21:05:52 +00:00
bienvenu%netscape.com
6a52ae1e9d
fix mismatched delete
1999-09-20 14:56:32 +00:00
bienvenu%netscape.com
2de925940f
fix mismatched free
1999-09-18 17:41:37 +00:00
jefft%netscape.com
7587ee2e54
remove debug only save attachment menubar
1999-09-17 23:20:51 +00:00
jefft%netscape.com
da4498e2b2
removed SaveAttachmentURL
1999-09-17 23:19:34 +00:00
alecf%netscape.com
a1d60b3bbd
link mime emitter against NSPR
1999-09-17 20:35:09 +00:00
mscott%netscape.com
3821924a93
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
58064e2272
Build nsMimeBaseEmitter
1999-09-16 04:29:59 +00:00
mscott%netscape.com
146bd912a4
Build nsMimeBaseEmitter
1999-09-16 04:19:08 +00:00
mscott%netscape.com
c2de126583
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
aa4803e091
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
f253470500
added SaveAttachURL, statusFeedback
1999-09-15 02:14:28 +00:00
briano%netscape.com
ac9adfa6b4
General cleanup.
1999-09-15 00:33:49 +00:00
jefft%netscape.com
1f77028386
fixed bug 13621 -- need to escape attachments url emitting as a XUL document
1999-09-13 14:40:58 +00:00
mscott%netscape.com
e886b46ab7
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
57edf9bcaa
stop linking against prefs
1999-09-11 19:55:00 +00:00
bienvenu%netscape.com
3ac2f5c273
fix memory leaks of string bundles
1999-09-09 05:29:28 +00:00