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

773 Коммитов

Автор SHA1 Сообщение Дата
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
mscott%netscape.com 21537ee291 Crank the buffer size used for the pipe in the stream converter back down to 32K. It
was a ridiculously large number due to an old necko bug that isn't appropriate anymore.
1999-09-15 06:40:15 +00:00
ramiro%netscape.com e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
jefft%netscape.com fbabae7fd2 added SaveAttachURL, statusFeedback 1999-09-15 02:14:28 +00:00
jefft%netscape.com a46c88cc36 fixed bug 13574 -- use stream converter instead of temp file for reply quoting 1999-09-15 02:13:04 +00:00
briano%netscape.com 18db6b773d General cleanup. 1999-09-15 00:33:49 +00:00
nhotta%netscape.com ebeb6f9bf4 Changed to return unconverted length for charset conversion. 1999-09-14 19:12:31 +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
cls%seawood.org a87b20551f Fix my bustage using -D_BSD_SOURCE 1999-09-12 17:15:57 +00:00
cls%seawood.org adf94e4618 Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +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
ducarroz%netscape.com ead9f39428 Add nsIMimeHeaders.idl 1999-09-10 18:58:38 +00:00
ducarroz%netscape.com 5e8683349b Add nsMimeHeaders.cpp 1999-09-10 18:57:56 +00:00
ducarroz%netscape.com b3c684d4cf Add a way to extract headers during parsing of a message and give them back to the caller 1999-09-10 18:57:03 +00:00
ducarroz%netscape.com 9a70323f4e Add nsIMimeHeaders.idl 1999-09-10 18:46:17 +00:00
ducarroz%netscape.com 9e100e5a9a Add nsMimeHeaders.cpp 1999-09-10 18:45:57 +00:00
ducarroz%netscape.com 88cf68892e add nsMimeHeaders.cpp 1999-09-10 18:30:56 +00:00
ducarroz%netscape.com 4555491877 add nsIMimeHeaders.idl 1999-09-10 18:30:09 +00:00
ducarroz%netscape.com 563f9cf21a First Checked In. 1999-09-10 14:54:50 +00:00
warren%netscape.com 40ed9d6ad2 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
bienvenu%netscape.com 690ed2ef12 fix memory leaks of string bundles 1999-09-09 05:29:28 +00:00
bienvenu%netscape.com 4dd19900bd fix purify error 1999-09-08 23:02:17 +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
alecf%netscape.com 4032794660 switch to using correct NSPR types and PR_TRUE/PR_FALSE/etc 1999-09-08 03:56:37 +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
bruce%cybersight.com d2ba19e67b Add linefeed to end of file for HPUX. 1999-09-06 20:29:15 +00:00
mscott%netscape.com f4df3a45be 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 81a6b33ba3 Use nsCRT::free() on nsEscapeHTML() results. Fix a small leak in nsMimeXULEmitter.cpp. 1999-09-04 17:53:00 +00:00
bruce%cybersight.com 72d6b9c113 Use nsCRT::free() on result of nsEscapeHTML() 1999-09-04 17:38:12 +00:00
bruce%cybersight.com ea2a483a36 Use nsCRT::free() on result of nsEscape(). 1999-09-04 17:32:36 +00:00
mscott%netscape.com c17c8ce718 need nsMsgMimeCID.h 1999-09-03 22:12:57 +00:00
mscott%netscape.com a0dc338a22 Move class id to nsMsgMimeCID.h 1999-09-03 22:09:40 +00:00
mscott%netscape.com ccf8a66771 Bug #10845 --> tweak mime stream converter with the appropriate changes such that it now works with the stream converter
service and supports nsIStreamConverter.
1999-09-03 22:07:35 +00:00
mscott%netscape.com 5c9ad0635b Register our converter with the converter service by using the correct progid. Use nsMsgMimeCID.h to get the class ids. 1999-09-03 22:06:37 +00:00
mscott%netscape.com cf36828223 remove reference to nsIStreamConverter2. 1999-09-03 22:05:34 +00:00
sspitzer%netscape.com e6ddc95132 ignore the generated Makefile 1999-09-03 05:00:55 +00:00
cata%netscape.com cf43cc9429 Method name change. 1999-09-02 21:35:50 +00:00
mscott%netscape.com 8e63230339 we should never delete an interface...always use release! i kept crashing here 1999-09-02 20:57:12 +00:00
cata%netscape.com 1b1a05d6dd Method name change. 1999-09-02 20:55:40 +00:00
mscott%netscape.com 788bcfb6be First checked in. Export nsMsgMimeCID.h 1999-09-02 17:59:12 +00:00
mscott%netscape.com 5862d1e615 Enter the mime\build directory. 1999-09-02 17:57:43 +00:00
mscott%netscape.com 6d6c116b32 first checked in. 1999-09-02 17:56:30 +00:00
mscott%netscape.com c94b6ada3a clean up the makefile a bit. 1999-09-02 17:54:48 +00:00
mscott%netscape.com 39e87f60b2 Build the build directory. 1999-09-02 17:53:50 +00:00
mscott%netscape.com adf009f849 Not part of the build! new makefile to export nsMsgMimeCID.h 1999-09-02 05:46:17 +00:00
mscott%netscape.com ada7e02637 (NOt part of the build!) New header file so we can pull all the CIDs in mime out of the interface files. 1999-09-02 05:45:51 +00:00
briano%netscape.com 5469ae0334 Fix for objdir builds. 1999-09-02 02:44:15 +00:00
putterman%netscape.com 00184e6725 Fix xul for messages. 1999-09-01 23:48:41 +00:00
cata%netscape.com b200afe9c3 Fixing build warnings. Step 2: switch to use new method from the interface. 1999-09-01 22:57:29 +00:00
alecf%netscape.com ba4c4f1067 remove some warnings for rhp 1999-09-01 01:00:06 +00:00
cyeh%netscape.com 9577b5cefa Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
ramiro%netscape.com 18b5e04d18 Cleanup linkin of mozdbm. 1999-08-31 14:31:50 +00:00
ducarroz%netscape.com 00eff64657 Add way to quote a message without headers, just quote the body. 1999-08-27 21:18:57 +00:00
warren%netscape.com c6d73eff64 Removed unneeded nsIBufferObserver stuff. 1999-08-27 10:32:40 +00:00
nhotta%netscape.com d0e54a9533 Bug fix for #8899, added charset alias resolution, changed auto charset detection. 1999-08-25 21:30:20 +00:00
ramiro%netscape.com 7ee0e69965 Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com 5c9835cc68 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
mscott%netscape.com bfc31dcc01 more nsCString optimization work. 1999-08-24 21:45:27 +00:00
mscott%netscape.com 287856df37 some more nsCString optimizations. 1999-08-24 21:44:49 +00:00
ramiro%netscape.com ec21b9ecbc Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
mscott%netscape.com b5ac4cbc7f nsString updates --> nsString(eOneByte) --> nsCString 1999-08-24 00:59:56 +00:00
mccabe%netscape.com a900e17559 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
rhp%netscape.com 76f94e6acc Code cleanup changes 1999-08-22 15:48:46 +00:00
rhp%netscape.com e8f74eabae Cleaning up old cruft 1999-08-22 15:42:08 +00:00
mccabe%netscape.com 381fb81c4f Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
ramiro%netscape.com 56b62f3790 Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
bienvenu%netscape.com a557995e6d turn on history ab 1999-08-21 20:32:23 +00:00
ramiro%netscape.com 2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com e5dfc2a7eb Ignore generated files. 1999-08-21 12:14:23 +00:00
jdunn%netscape.com ecbbcad23e HP requires a newline at end of file 1999-08-21 01:01:46 +00:00
hyatt%netscape.com d819a08a33 Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00
mscott%netscape.com 4814f0696f Fix for Bug #12236 --> set iframe type to content-primary. 1999-08-20 22:42:09 +00:00
rhp%netscape.com cba383801d Attachments were broken with new display, so this fixes it...VERY safe fix 1999-08-20 14:47:41 +00:00
rhp%netscape.com d308830d64 Just doing some housecleaning ... NO BUILD IMPLICATIONS 1999-08-20 13:35:42 +00:00
rhp%netscape.com c8228e42b7 Just cleaning up empty directories 1999-08-20 06:07:18 +00:00
rhp%netscape.com c80dd8b751 Change for status interface 1999-08-19 22:28:13 +00:00
rhp%netscape.com 61e18fcb2c Removing stale directory 1999-08-19 22:12:10 +00:00
rhp%netscape.com 410174fac1 mime fix 1999-08-19 22:09:40 +00:00
rhp%netscape.com 8bdeb1e984 Turning on new message header display using XUL 1999-08-19 06:18:22 +00:00
rhp%netscape.com 5c2f246e6c Adding new sample code
NOT PART OF THE BUILD
1999-08-19 04:20:55 +00:00
rhp%netscape.com 8009d63c26 Adding sample component
THESE ARE NOT PART OF THE BUILD
1999-08-19 04:15:42 +00:00
rhp%netscape.com 5f0bcf04ae Changes for new header display 1999-08-19 03:23:15 +00:00
rhp%netscape.com a702626c5b Fix for file paths on Mac 1999-08-18 05:15:41 +00:00
rhp%netscape.com a3d3899cfe Changes for new envelope display 1999-08-18 01:40:27 +00:00
rhp%netscape.com 0031f4ab09 Changes for Envelope display and fixing MHTML sending capabilities 1999-08-18 01:39:17 +00:00
rhp%netscape.com 343759d6d1 new envelope functionality 1999-08-18 01:31:50 +00:00
rhp%netscape.com 6bbf4d0e22 New envelope functionality 1999-08-18 01:30:55 +00:00
rhp%netscape.com 65114259f4 new files 1999-08-18 01:30:12 +00:00
ramiro%netscape.com 6eeeaf7730 Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
ramiro%netscape.com ee33c47ded Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
ramiro%netscape.com 04349cdd68 Link expat and xmltok into the htmlparser statically. Not into the app. 1999-08-17 12:46:23 +00:00
briano%netscape.com 3f8f7342a0 Fixed the indented #include line that was breaking OpenVMS. Thanks to Colin Blake (colin@theblakes.com) for the fix. Approved by chofmann@netscape.com. 1999-08-13 23:32:44 +00:00
rhp%netscape.com 5456c12038 Fix for attachment display - approved by: chofmann@netscape.com 1999-08-12 00:50:59 +00:00
rhp%netscape.com a7a860ad7d Fix to support XUL and old HTML output. 1999-08-11 05:04:00 +00:00
sspitzer%netscape.com 8ac0239995 ignore generated Makefile 1999-08-11 03:46:52 +00:00
rhp%netscape.com 664bb05282 Fixes for new XUL header display 1999-08-11 03:04:29 +00:00
sspitzer%netscape.com ddb0d4798a add nsMimeXULEmitter.cpp to the projet for rhp. 1999-08-11 00:35:16 +00:00
rhp%netscape.com caad5343cc New XUL header display 1999-08-11 00:29:59 +00:00
rhp%netscape.com 52c5a5071d New files for attachment display - NOT PART OF THE BUILD!!! 1999-08-10 22:58:30 +00:00
rhp%netscape.com 7646cd4c1e Changes for new header display - NOT PART OF THE BUILD! 1999-08-10 21:41:55 +00:00
rhp%netscape.com beb8958aeb New images for message display UI 1999-08-10 04:25:49 +00:00
rhp%netscape.com bf4d35c7c5 Adding new files to get ready for XUL header output 1999-08-09 20:54:03 +00:00
alecf%netscape.com 96ff7a1884 fix a bunch of warnings about shadowed variables 1999-08-07 20:24:10 +00:00
rhp%netscape.com 6901c84db1 Adding display of Date for normal header output 1999-08-07 19:24:23 +00:00
ducarroz%netscape.com 365c67c579 File Removed. 1999-08-05 22:13:53 +00:00
sspitzer%netscape.com aa996d0e5b fix warnings. add newline to the end of file for crappy unix compilers 1999-08-04 20:40:23 +00:00
mscott%netscape.com 11da7e4372 Fix linux warning. 1999-08-04 20:35:58 +00:00
rhp%netscape.com 2129c94f26 Changes for quoting cleanup in mail compose 1999-08-04 20:19:45 +00:00
mscott%netscape.com 7c7e91ad22 remove stream converter. 1999-08-02 22:12:16 +00:00
mscott%netscape.com a783d4ac73 Post necko landing cleanup...this file is obsolete...it is now an idl file. 1999-08-02 21:44:15 +00:00
mscott%netscape.com 515b89f482 cleaning up some post necko landing cruft...these files are now obsolete...they really live in nsISteamConverter2.idl
in netwerk\base\public right now.
1999-08-02 21:43:26 +00:00
mscott%netscape.com 6aa7b08020 These files are now all obsolete. The emitter stuff is in emitters\src. 1999-08-02 21:41:39 +00:00
rhp%netscape.com 975ad90fb9 Changes for Drafts and Templates 1999-07-31 19:59:35 +00:00
briano%netscape.com 5ca4aa0b87 Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
mscott%netscape.com 01ab699db6 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 007ea62765 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 9db045ba73 Changes for new FCC handling and mime fix 1999-07-27 02:49:49 +00:00
rhp%netscape.com 7a46671560 change to 8.3 filename 1999-07-23 02:45:50 +00:00
mscott%netscape.com c2ab2b2d05 I added this file to the MailNews_Necko_BRANCH and am reflecting the addition here in the tip. It isn't built
by any makefiles except those on the necko branch.
1999-07-22 18:37:42 +00:00
scc%netscape.com 16e2ba6a23 explicitly define kCharsetConversionManagerCID only in files that need it ... move to canonical scheme for defining and using IIDs and CIDs 1999-07-22 05:25:17 +00:00
tao%netscape.com 0d92312a0a Adopt new str res api prototype. 1999-07-22 04:41:11 +00:00
rhp%netscape.com e5e9833eb3 Changes for sending multipart/related messages 1999-07-21 20:17:07 +00:00
sspitzer%netscape.com 4aed0216c8 fix warnings 1999-07-17 18:32:18 +00:00
ramiro%netscape.com a09ea8b7ca Landing timer move on unix. 1999-07-17 14:22:51 +00:00
sspitzer%netscape.com 4d3844ddd0 fix warning for rhp. 1999-07-17 02:00:27 +00:00
rhp%netscape.com af7ae13173 change for problem 1999-07-17 01:54:45 +00:00
mscott%netscape.com 445a7446cb this file shouldn't exist on the tip....i added it by mistake. 1999-07-16 04:51:07 +00:00
mscott%netscape.com dd27a78fa7 Merging the tip into the branch. 1999-07-16 04:40:04 +00:00
nhotta%netscape.com 7ed583871a Changes for auto charset detection. 1999-07-14 22:07:14 +00:00
ducarroz%netscape.com fa32951179 nsIMimeURLUtils.h is now generated from the IDL. 1999-07-13 19:53:51 +00:00
rhp%netscape.com fd1e447bc8 cleanup 1999-07-13 19:38:45 +00:00
ducarroz%netscape.com c565ff847f nsIMsgHeaderParser.h is now generated from the IDL. 1999-07-13 19:34:57 +00:00
rhp%netscape.com 3eb2b0d704 fix makefile horkage 1999-07-13 19:06:11 +00:00
rhp%netscape.com 1b73d1aebb Change for IDL generation 1999-07-13 18:58:25 +00:00
ducarroz%netscape.com e8d7a17018 First Checked In. 1999-07-13 18:39:21 +00:00
rhp%netscape.com e4c1bf272c Compose back end cleanup 1999-07-13 18:38:36 +00:00
rhp%netscape.com c07daf6f42 Change for IDL (NOT PART OF THE BUILD) 1999-07-08 06:32:27 +00:00
rhp%netscape.com afdccd1590 Just adding IDL files. NOT Part of the build. Got the OK from chofmann 1999-07-08 04:09:56 +00:00
briano%netscape.com 28cd2662d4 Fix for --disable-static builds. 1999-07-07 22:17:52 +00:00
ramiro%netscape.com 5cdb03367b Define the toolkit flags in one place an reuse that. Hopefully this will
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
sspitzer%netscape.com 48442cfe09 fix warnings 1999-07-06 22:43:25 +00:00
mcafee%netscape.com 0e64ea5236 Fixing Solaris/CC bustage. a=cyeh 1999-07-06 21:07:11 +00:00
rhp%netscape.com ee84924eb0 Cleanup header 1999-07-05 22:44:19 +00:00
rhp%netscape.com f1cda9a58e New header resources (Not part of the build) 1999-07-05 22:42:16 +00:00
dveditz%netscape.com d3f47f37f5 makefile cleanups 1999-07-02 13:40:18 +00:00
ramiro%netscape.com f41e67c622 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
dveditz%netscape.com 17864a291d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
briano%netscape.com 5713e6018c Cleanup and fixes for OpenBSD. 1999-07-02 07:53:42 +00:00
mcafee%netscape.com 7d8f9fc217 Ignore generated files. 1999-07-02 05:43:31 +00:00
rhp%netscape.com 0941a061b9 Trying to get the editor to edit more often... 1999-07-02 03:07:37 +00:00
rhp%netscape.com 7d229773f7 Fixing this again... 1999-07-02 02:47:52 +00:00
rhp%netscape.com dc436337da Fix build problem on linux 1999-07-01 20:34:34 +00:00
rhp%netscape.com de8b9bcb4a Changes to run on linux 1999-07-01 20:26:54 +00:00
warren%netscape.com bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
nhotta%netscape.com b2f17b856e Bug fix 8899, changed to use nsIStringCharsetDetector. 1999-07-01 18:29:35 +00:00
rhp%netscape.com 5ae5747afd Changes for pretty output 1999-07-01 18:15:17 +00:00
sspitzer%netscape.com 11fab808ae ignore the generated Makefile 1999-07-01 05:22:27 +00:00
nhotta%netscape.com 8616c5ae23 Part of bug fix 8899, changed not to hard code "US-ASCII" when attachment has no charset label. 1999-06-30 21:35:04 +00:00
scc%netscape.com f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
scc%netscape.com 4973918df6 Added |GetIID()| 1999-06-29 20:28:56 +00:00
mcafee%netscape.com 6c052fb7e8 BeOS changes 1999-06-29 09:48:34 +00:00
rhp%netscape.com 87762f807b Fix for bug #8890 1999-06-26 21:57:07 +00:00
ramiro%netscape.com 773e34ec7d Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
rhp%netscape.com e14df87e9b New function for ULR parsing 1999-06-25 00:10:13 +00:00
ducarroz%netscape.com cee0f087f5 add comi18n.h 1999-06-24 23:49:25 +00:00
sspitzer%netscape.com 8c70073206 fix warning 1999-06-24 20:23:48 +00:00
rhp%netscape.com 68e87748be fix for linux makefile 1999-06-23 13:40:21 +00:00
warren%netscape.com 1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
akkana%netscape.com 422ee84284 Fix separate-objdir build 1999-06-22 21:38:39 +00:00
nhotta%netscape.com 13553acb91 Bug fix for 8675. 1999-06-22 19:56:12 +00:00
nhotta%netscape.com f6f8ae5738 Bug fix 5660, changed for MIME decoder to use default charset. 1999-06-21 20:30:52 +00:00
rhp%netscape.com 5379b8c98a Output Charset info, even though Ender has a problem with it. 1999-06-21 14:48:04 +00:00
rhp%netscape.com ffc9a2c72d Fix for improper I18N decoding of attachment file names 1999-06-21 04:08:18 +00:00
sfraser%netscape.com ee33795048 Remove extra semicolon 1999-06-19 21:53:28 +00:00
alecf%netscape.com 44fa027dea fix depth to appease shrike 1999-06-16 06:14:51 +00:00
alecf%netscape.com b5c969e0d3 fix makefiles to enter "skin" directory 1999-06-16 05:57:20 +00:00
sspitzer%netscape.com 62e5a55ab1 no newline at the end of the file 1999-06-16 00:24:39 +00:00
rhp%netscape.com 2fc63fda49 Changes for quoting 1999-06-15 23:26:37 +00:00
rhp%netscape.com 4902e7b8f1 changes for quoting 1999-06-15 23:25:52 +00:00
ducarroz%netscape.com 259394d8c6 update project for rhp landing 1999-06-15 23:24:09 +00:00
rhp%netscape.com 1d71c93760 New quoting functionality 1999-06-15 23:22:34 +00:00
rhp%netscape.com 54c11bdbac Changes for internal mime emitter 1999-06-15 13:29:00 +00:00
rhp%netscape.com 17a26c572d updates for internal mime emitter 1999-06-15 13:27:49 +00:00
rhp%netscape.com 9bec405ef2 Fixes for completion code checking 1999-06-15 02:31:27 +00:00
rhp%netscape.com e76d0622f0 Correct usage of return codes 1999-06-15 02:30:55 +00:00
sspitzer%netscape.com 3e64b16bad ignore the generated Makefile 1999-06-14 23:05:23 +00:00
rhp%netscape.com d42d4bf36f Fix for Bug#: 5866 ... I think this is fixed...again 1999-06-14 22:21:01 +00:00
hangas%netscape.com 804b41db2a First Checked In. 1999-06-14 20:25:33 +00:00
mscott%netscape.com 30ebbb725a 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 cafa087ef9 Part of emitter re-org. Build new emitter files. 1999-06-14 20:16:34 +00:00
mscott%netscape.com 33a0a5fde9 Part of emitter re-org landing. Use prog IDs instead of class IDs. 1999-06-14 20:16:04 +00:00
mscott%netscape.com 78341bbce4 Part of emitter re-org landing. Remove class ids from public interface. 1999-06-14 20:15:14 +00:00
mscott%netscape.com d4bba869fd 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 64ea6f21f7 Part of emitter re-org landing. Build new emitter files. 1999-06-14 20:14:20 +00:00
mscott%netscape.com 5eee6f6a03 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
rhp%netscape.com 06b91d1df9 New files for StreamConverter interface - not part of the build yet 1999-06-13 22:15:14 +00:00
rhp%netscape.com 53147d1243 Cleanup of test harness 1999-06-13 22:08:55 +00:00
rhp%netscape.com 20cb7876cc A new test harness for libmime's new nsIStreamConverter.h interface 1999-06-13 20:11:37 +00:00
mscott%netscape.com 9d2411019b first created. export new header files. 1999-06-11 22:37:51 +00:00
mscott%netscape.com 33bc44f02d 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 dcc559540b Not part of the build yet. makefile for building the emitter library. 1999-06-11 21:28:24 +00:00
mscott%netscape.com 0086546f78 (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 2dbdc1cb0f (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 27129ca7d9 (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 03974ead3b 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 18deae8174 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 401bafd75f Remove assertion as we are finding that it doesn't apply. 1999-06-10 23:45:16 +00:00
mscott%netscape.com 14b921cb3a Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
warren%netscape.com b113f2332f Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
sspitzer%netscape.com 026c93aa61 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 614b25751b 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 989344b80b remove IGNORE_MANIFEST. 1999-06-07 21:28:20 +00:00
mscott%netscape.com 1ddc3defc3 remove obsolete LINCS line. 1999-06-07 21:16:13 +00:00
mscott%netscape.com c78ee2032c Don't build dll until the install phase, not the lib phase. 1999-06-07 08:22:54 +00:00
mscott%netscape.com f8948272f2 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 a7e4128294 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:03:50 +00:00
rhp%netscape.com 80d23eb80e forgot to use the propertyURL for as the resource URL 1999-06-06 13:28:30 +00:00
mscott%netscape.com 6e340ba483 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. 1999-06-05 00:46:54 +00:00
mscott%netscape.com 7ef713509b 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 8ae85c4649 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 0b94e000e3 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
mscott%netscape.com 4e9523c148 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.
Change the factory name from nsMsgFactory to nsVCardFactory.
1999-06-05 00:28:45 +00:00
mscott%netscape.com fa4952f753 Change the name of the factory class from nsMsgFactory to a more appropriate name: nsCalendarFactory. 1999-06-05 00:25:54 +00:00
mscott%netscape.com 24ce187361 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. 1999-06-05 00:22:18 +00:00
sspitzer%netscape.com cd91948b01 remove comi18n.cpp from this project for rhp@netscape.com 1999-06-04 23:39:14 +00:00
rhp%netscape.com 8da737b78e Further i18n cleanup 1999-06-04 23:31:45 +00:00
rhp%netscape.com cf9868c413 Cleanup of comi18n.cpp. 1999-06-04 23:31:01 +00:00
rhp%netscape.com 7a4dabd56e Added a header 1999-06-04 21:57:36 +00:00
rhp%netscape.com 9326b06773 Fix to use PR_free instead of delete 1999-06-04 12:24:17 +00:00
mscott%netscape.com 98227d1515 Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-04 02:07:10 +00:00
mscott%netscape.com 4ba6f3c598 Remove unnecessary LINCS now that all headers are pushed to the same directory.
Export header files because they weren't getting exported before.
1999-06-04 02:04:43 +00:00
warren%netscape.com cbbfa208f8 IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). 1999-06-03 21:50:47 +00:00
alecf%netscape.com 53b2ee8c89 oops, we need this function on mac 1999-06-03 04:34:08 +00:00
alecf%netscape.com 87c7fe532d fix a bunch of warnings in mime - #if 0 out some unused functions 1999-06-03 03:12:10 +00:00
alecf%netscape.com c2168dd255 fix random unused/uninitialized variables 1999-06-03 02:59:19 +00:00
alecf%netscape.com 8965e1ccbb while I'm here, fix a bunch of warnings about unused static functions and unused variables 1999-06-03 02:56:40 +00:00
alecf%netscape.com 71c619c4d1 fix for bustage 1999-06-03 02:50:05 +00:00
putterman%netscape.com 2532fb20b1 remove old resource files that were previously moved to a new location. 1999-06-03 02:36:36 +00:00
nhotta%netscape.com 6542da1b5e Auto charset detection support. 1999-06-03 01:08:25 +00:00
nhotta%netscape.com 2c2d26f147 Consolidated old conversion wrapper function. 1999-06-01 22:00:16 +00:00
bruce%cybersight.com a64a91d06e There is currently an ordering dependency between nsIPref.h and prefapi.h until something gets straightened out. As I don't know when this is happening, and this was breaking the OSF/1 build, handle this for now by moving nsIPref.h before prefapi.h in the includes. 1999-05-31 06:13:06 +00:00
sspitzer%netscape.com f4d602925d cvs ignorage for the generate Makefiles 1999-05-28 23:52:47 +00:00
alecf%netscape.com def9929e2f don't leak! 1999-05-28 23:28:37 +00:00
alecf%netscape.com 9ceb39673f remove call to GetCharPref 1999-05-28 23:28:04 +00:00
alecf%netscape.com ed54779b1e aug, I'll get this right yet - pass in propertyURL correctly 1999-05-28 23:26:14 +00:00
alecf%netscape.com bda0763b8d aug. Rename GetCharPref to CopyCharPref 1999-05-28 23:25:27 +00:00
alecf%netscape.com 33d92430ec remove call to GetCharPref() 1999-05-28 23:25:09 +00:00
putterman%netscape.com 15c9d1ecfa Part of new mailnews resources hierarchy. 1999-05-28 22:38:07 +00:00
nhotta%netscape.com 5e98f508b1 Clean up and preparing for auto detection. 1999-05-28 20:40:05 +00:00