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

356 Коммитов

Автор SHA1 Сообщение Дата
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
mscott%netscape.com 5f9d7ac465 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 ba91027c38 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
mscott%netscape.com b1ef76f236 Fix a crash when we display some news messages by not issuing just a blank " " to the xml parser.
If we don't have a from line, don't try to add the address book icon.
1999-09-05 00:13:29 +00:00
bruce%cybersight.com 959d455ea0 Use nsCRT::free() on nsEscapeHTML() results. Fix a small leak in nsMimeXULEmitter.cpp. 1999-09-04 17:53:00 +00:00
briano%netscape.com 038913ca46 Fix for objdir builds. 1999-09-02 02:44:15 +00:00
putterman%netscape.com c0041583f3 Fix xul for messages. 1999-09-01 23:48:41 +00:00
alecf%netscape.com 31b162e7e3 remove some warnings for rhp 1999-09-01 01:00:06 +00:00
ramiro%netscape.com 6cec5c3abb Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
mscott%netscape.com c10ad23eda some more nsCString optimizations. 1999-08-24 21:44:49 +00:00
mscott%netscape.com 749e34b409 nsString updates --> nsString(eOneByte) --> nsCString 1999-08-24 00:59:56 +00:00
bienvenu%netscape.com a3cc89e1ac turn on history ab 1999-08-21 20:32:23 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com b8c008dcae Ignore generated files. 1999-08-21 12:14:23 +00:00
jdunn%netscape.com d63ebbe1f7 HP requires a newline at end of file 1999-08-21 01:01:46 +00:00
hyatt%netscape.com f1252f912a Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00
mscott%netscape.com 7e2446e706 Fix for Bug #12236 --> set iframe type to content-primary. 1999-08-20 22:42:09 +00:00
rhp%netscape.com 1125d4a04d Just doing some housecleaning ... NO BUILD IMPLICATIONS 1999-08-20 13:35:42 +00:00
rhp%netscape.com 41b30a2a5c Just cleaning up empty directories 1999-08-20 06:07:18 +00:00
rhp%netscape.com 186e4d4f36 Change for status interface 1999-08-19 22:28:13 +00:00
rhp%netscape.com d8bee359a8 Removing stale directory 1999-08-19 22:12:10 +00:00
rhp%netscape.com b749ab33dd Changes for new header display 1999-08-19 03:23:15 +00:00
rhp%netscape.com 759bdf22de Fix for file paths on Mac 1999-08-18 05:15:41 +00:00
rhp%netscape.com f4e2809684 Changes for Envelope display and fixing MHTML sending capabilities 1999-08-18 01:39:17 +00:00
sspitzer%netscape.com 4452c1e0c3 ignore generated Makefile 1999-08-11 03:46:52 +00:00
rhp%netscape.com 34446224ea Fixes for new XUL header display 1999-08-11 03:04:29 +00:00
sspitzer%netscape.com 797e6761b9 add nsMimeXULEmitter.cpp to the projet for rhp. 1999-08-11 00:35:16 +00:00
rhp%netscape.com b345f302fd New XUL header display 1999-08-11 00:29:59 +00:00
rhp%netscape.com ef4e5e6a3b New files for attachment display - NOT PART OF THE BUILD!!! 1999-08-10 22:58:30 +00:00
rhp%netscape.com 55c6e7c21c Changes for new header display - NOT PART OF THE BUILD! 1999-08-10 21:41:55 +00:00
rhp%netscape.com a4a6c6b661 New images for message display UI 1999-08-10 04:25:49 +00:00
rhp%netscape.com f024e0c81b Adding new files to get ready for XUL header output 1999-08-09 20:54:03 +00:00
rhp%netscape.com 51e5e813c6 Adding display of Date for normal header output 1999-08-07 19:24:23 +00:00
ducarroz%netscape.com 4d3965b18a File Removed. 1999-08-05 22:13:53 +00:00
mscott%netscape.com 864e1de957 These files are now all obsolete. The emitter stuff is in emitters\src. 1999-08-02 21:41:39 +00:00
rhp%netscape.com d5c687b88a Changes for Drafts and Templates 1999-07-31 19:59:35 +00:00
mscott%netscape.com ad90319d2c Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko. 1999-07-29 00:42:25 +00:00
briano%netscape.com d99daeea9b Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
rhp%netscape.com cf935fd31e change to 8.3 filename 1999-07-23 02:45:50 +00:00
mscott%netscape.com 725806be44 this file shouldn't exist on the tip....i added it by mistake. 1999-07-16 04:51:07 +00:00
mscott%netscape.com f9db3b79cd Merging the tip into the branch. 1999-07-16 04:40:04 +00:00
briano%netscape.com d0426e95dc Fix for --disable-static builds. 1999-07-07 22:17:52 +00:00
dveditz%netscape.com 7aa859429b makefile cleanups 1999-07-02 13:40:18 +00:00
briano%netscape.com 21036bfcf7 Cleanup and fixes for OpenBSD. 1999-07-02 07:53:42 +00:00
scc%netscape.com 54c96baa72 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
sspitzer%netscape.com 2980cf53a9 fix warning 1999-06-24 20:23:48 +00:00
akkana%netscape.com 9ac4dd6cc1 Fix separate-objdir build 1999-06-22 21:38:39 +00:00
rhp%netscape.com 48d7fee2a4 Changes for quoting 1999-06-15 23:26:37 +00:00
rhp%netscape.com a05f57e3af changes for quoting 1999-06-15 23:25:52 +00:00
rhp%netscape.com 2878f72dc2 New quoting functionality 1999-06-15 23:22:34 +00:00
sspitzer%netscape.com 9f900417e7 ignore the generated Makefile 1999-06-14 23:05:23 +00:00
hangas%netscape.com 45579ff4bd First Checked In. 1999-06-14 20:25:33 +00:00
mscott%netscape.com 817a8bdb82 Part of emitter re-org. don't build xml, raw & emitter directories. Add build directory. 1999-06-14 20:17:02 +00:00
mscott%netscape.com 5161a32c25 Part of emitter re-org. Build new emitter files. 1999-06-14 20:16:34 +00:00
mscott%netscape.com b96166198e Part of emitter re-org landing. Don't build html, xml and raw directories anymore. build new build directory. 1999-06-14 20:14:49 +00:00
mscott%netscape.com dd1d328410 Part of emitter re-org landing. Build new emitter files. 1999-06-14 20:14:20 +00:00
mscott%netscape.com 67854f3242 Part of emitter re-org landing. Move header display types here. I'm using this header file as a common include file. 1999-06-14 20:14:07 +00:00
mscott%netscape.com b40faaf707 first created. export new header files. 1999-06-11 22:37:51 +00:00
mscott%netscape.com 2530129abb Not part of the build yet. manifest file for new mime\emitter\build directory. 1999-06-11 21:30:16 +00:00
mscott%netscape.com c226c72dd8 Not part of the build yet. makefile for building the emitter library. 1999-06-11 21:28:24 +00:00
mscott%netscape.com 0309ae24a9 (Not part of the build yet). This file used to be mailnews\mime\emitters\xml\nsMimeEmitter.h/.cpp if you need to look up a
log for the file.
1999-06-11 21:03:15 +00:00
mscott%netscape.com 3f6b33f2ea (Not part of the build yet). This file used to be mailnews\mime\raw\nsMimeEmitter.h/.cpp if you need to look up a
log for the file.
1999-06-11 21:02:27 +00:00
mscott%netscape.com 528d0b1657 (Not part of the build yet). This file used to be mailnews\mime\html\nsMimeEmitter.h/.cpp if you need to look up a
log for the file.
1999-06-11 21:01:56 +00:00
mscott%netscape.com 9d4faad0a9 not part of the build yet. A new factory which registers our mime emitters. 1999-06-11 21:00:49 +00:00
mscott%netscape.com 96e8db0533 First checked in. NOT part of the build yet. These are the beginning of a new structure for the mime emitters
which basically compresses all of them into one library instead of 3 separate shared libraries.
1999-06-11 21:00:20 +00:00
mscott%netscape.com 53bde8bcd6 Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
sspitzer%netscape.com d03bc12900 giant cleanup of Windows mail / news makefile.wins. properly use MODULE, and name things so that Windows and UNIX match. (a big checkin for UNIX proceeded this.) 1999-06-08 02:22:10 +00:00
sspitzer%netscape.com 6e2a3cc01a giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
mscott%netscape.com a80e4efdcf remove IGNORE_MANIFEST. 1999-06-07 21:28:20 +00:00
mscott%netscape.com a19d88af09 Don't build dll until the install phase, not the lib phase. 1999-06-07 08:22:54 +00:00
mscott%netscape.com 86307a8a94 Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 07:16:53 +00:00
mscott%netscape.com 585bfa5b2f Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up.
Rename factory from nsMsgFactory to something more appropriate --> nsXmlEmitterFactory.
1999-06-05 00:39:08 +00:00
mscott%netscape.com eec735a4aa Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up.
Rename factory from nsMsgFactory to something more appropriate --> nsRawEmitterFactory.
1999-06-05 00:36:09 +00:00
mscott%netscape.com 681c9fee03 Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up.
Rename factory from nsMsgFactory to something more appropriate --> nsHTMLEmitterFactory.
1999-06-05 00:33:00 +00:00
rhp%netscape.com 0d2a15f1ed Fix to use PR_free instead of delete 1999-06-04 12:24:17 +00:00
mscott%netscape.com 7524e01df7 Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-04 02:07:10 +00:00
warren%netscape.com 447b069ddb IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). 1999-06-03 21:50:47 +00:00
putterman%netscape.com 32444e3778 remove old resource files that were previously moved to a new location. 1999-06-03 02:36:36 +00:00
sspitzer%netscape.com 159b9819e4 cvs ignorage for the generate Makefiles 1999-05-28 23:52:47 +00:00
putterman%netscape.com e9ab7b9791 Part of new mailnews resources hierarchy. 1999-05-28 22:38:07 +00:00
putterman%netscape.com 125cb0ef16 Part of new mailnews resources hierarchy. 1999-05-28 20:10:53 +00:00
mcmullen%netscape.com 20b077563f Removed base/baseDebug.shlb 1999-05-28 00:48:24 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
sspitzer%netscape.com 34fb9d7665 comment out unused variables to quiet compiler warnings 1999-05-16 04:16:03 +00:00
sspitzer%netscape.com 1695a1de92 add new line to end of file to quiet warnings 1999-05-16 04:15:34 +00:00
sspitzer%netscape.com 129045e8c3 comment out unused variable 1999-05-16 04:15:19 +00:00
mscott%netscape.com 05ebe09ab1 clean up makefile removing unnecessary libraries. 1999-05-15 23:17:22 +00:00
rhp%netscape.com 7bba84d0a6 Changes for new I18N support 1999-05-13 21:55:08 +00:00
rhp%netscape.com c3b188741d removed files: mozilla/mailnews/mime/emitters/html/rebuffer.cpp 1999-05-12 00:13:19 +00:00
rhp%netscape.com ecc773c5a1 cleanup 1999-05-11 23:36:07 +00:00
rhp%netscape.com f72754c78e Cleanup 1999-05-11 23:35:57 +00:00
rhp%netscape.com 438354f8ff Cleanup of debug output 1999-05-11 23:30:24 +00:00
rhp%netscape.com 9514275980 Fix for when messages do not have message id's 1999-05-10 21:59:59 +00:00
ducarroz%netscape.com 8b0ac15b8f First Checked In. 1999-05-06 00:00:08 +00:00
putterman%netscape.com 73844b262c change DEBUG to DEBUG_rhp 1999-05-04 20:37:35 +00:00
rhp%netscape.com afbc88bc64 Cleanup for debug output 1999-05-04 19:31:20 +00:00
ducarroz%netscape.com 671ec858f8 files check in in wrong directory! 1999-05-04 18:12:21 +00:00
ducarroz%netscape.com c3c317e4d6 First Checked In. 1999-05-04 18:03:53 +00:00
mcafee%netscape.com 7075135145 Solaris needs a newline at the end of the file. 1999-05-04 04:09:20 +00:00
putterman%netscape.com d5012b6438 Use delete[]. 1999-04-21 20:18:15 +00:00
rhp%netscape.com 0be855455f Fix the makefile problem and remove bad error warnings 1999-04-21 13:48:54 +00:00
sspitzer%netscape.com 29687c0b2b ignore the generated Makefile on UNIX 1999-04-20 20:17:04 +00:00
sspitzer%netscape.com 17c2ee11fc moving this to Makefile.in 1999-04-20 20:16:38 +00:00
ducarroz%netscape.com cd2fad05ad File moved into mime/emitters/resources 1999-04-20 18:32:32 +00:00
ducarroz%netscape.com 868fff1bfe add folder resources 1999-04-20 18:31:20 +00:00
ducarroz%netscape.com 82c0b464a3 Moved css files to mime/emitters/resources 1999-04-20 18:30:45 +00:00
ducarroz%netscape.com eb87693922 Initial check in 1999-04-20 18:24:39 +00:00
ducarroz%netscape.com 8c00e3d217 File moved from mozilla/mailnews/mime/emitters/xml 1999-04-20 18:24:05 +00:00
rhp%netscape.com d308d2cdc9 Fix for prefs being initialized more than once 1999-04-16 22:38:34 +00:00
rhp%netscape.com 01dff6e2c2 Fix for prefs being initialized 1999-04-16 22:36:12 +00:00
ducarroz%netscape.com 68f78b4dae First Checked In. 1999-04-16 03:37:21 +00:00
rhp%netscape.com 3cecf4d4b7 Changes for better header display 1999-04-16 02:06:05 +00:00
rhp%netscape.com d7f79a0e23 Adding support for UTF-8 output and better display of headers 1999-04-15 00:56:23 +00:00
rhp%netscape.com cf10435f0b Adding UTF-8 support 1999-04-15 00:55:52 +00:00
chuang%netscape.com de6aa60779 Switch mailnews from prefs.js to prefs50.js 1999-04-13 07:41:24 +00:00
rhp%netscape.com 4f28b784b1 Removal of "old world" dependencies for libmime to get big size
reduction on disk footprint
1999-04-13 03:14:46 +00:00
putterman%netscape.com cc18218930 Use PL_strfree. 1999-04-12 20:24:24 +00:00
chuang%netscape.com f6be158059 update window autoflow policy 1999-04-12 19:39:25 +00:00
sspitzer%netscape.com 0c4be041ff adding these cvsignore files 1999-04-10 00:39:11 +00:00
rhp%netscape.com 9c5fd14fb0 Fix for bug #4784 - reviewer: mscott - This is a fix for
a problem when not escaping XML output from RFC822 headers.
1999-04-08 23:35:08 +00:00
mscott%netscape.com f980da1c60 The style sheets for displaying message headers is now in /res/mailnews/messenger. 1999-04-06 22:24:05 +00:00
mscott%netscape.com d0fb5c1f7b The style sheets for displaying message headers are now being copied into /res/mailnews/messenger. 1999-04-06 22:22:15 +00:00
rhp%netscape.com e7eb2facb3 Changes for cleaner attachment output 1999-04-06 18:56:54 +00:00
rhp%netscape.com a55e47320b Checking in the changes for the new raw emitter. 1999-04-03 15:37:52 +00:00
sspitzer%netscape.com 1e64be1e34 whoops, forgot to use sourcedir.
this fixed the problem where the .css files in this directory weren't showing up in package/res
1999-04-03 02:12:12 +00:00
mcmullen%netscape.com 0d5d6108a1 Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. 1999-04-02 20:41:58 +00:00
mcafee%netscape.com 35ef016082 Ignore generated files. 1999-04-01 04:21:09 +00:00
rhp%netscape.com a31973bc9f Backing out prefs changes...need to make this work in multiple threads. 1999-04-01 03:21:11 +00:00
sspitzer%netscape.com 0b4f92bcf7 link the mime emitters properly on UNIX
fix runtime bustage of unresolved symbol
in libhtmlemitter.so and libxmlemitter.so
1999-04-01 02:30:19 +00:00
sspitzer%netscape.com cae05c26fd check in for build breakage 1999-04-01 01:41:59 +00:00
rhp%netscape.com 546fb4b0bd Changes for new mime emitters 1999-04-01 01:08:05 +00:00
rhp%netscape.com 1261a11b39 New changes for mime emitters. 1999-04-01 01:03:33 +00:00
rhp%netscape.com 18a2896ab7 Add new files for emitter 1999-04-01 01:02:53 +00:00
rhp%netscape.com 3db0762a38 New changes for mime emitters 1999-04-01 01:02:42 +00:00
rhp%netscape.com 3bf41df8aa Update for new emitters 1999-04-01 00:59:02 +00:00
putterman%netscape.com 197913790e Use PL_strfree to avoid freeing mismatched memory errors. 1999-03-31 19:56:37 +00:00
rhp%netscape.com 1e029ba58c New def file for win32 build 1999-03-31 04:43:02 +00:00
rhp%netscape.com f31cdb4a04 Just getting files into the tree for XML output. 1999-03-31 04:40:16 +00:00
rhp%netscape.com 765f76fd97 New XML emitter for libmime 1999-03-30 02:19:05 +00:00
rhp%netscape.com d85f35858f Adding files for new libmime emitters. 1999-03-30 02:18:06 +00:00
alecf%netscape.com 5af9923b35 add libreg to mime libraries so that there are no undefined symbols 1999-03-26 23:59:15 +00:00
mscott%netscape.com e5e65a0e17 remove NODEPEND 1999-03-25 03:43:10 +00:00