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

686 Коммитов

Автор SHA1 Сообщение Дата
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
bienvenu%netscape.com b12c9be47c another memory leak fix for mime 1999-10-21 01:37:03 +00:00
bienvenu%netscape.com 85ff159494 fix mime memory leaks, mostly strings, r=rhp 1999-10-20 21:00:02 +00:00
bienvenu%netscape.com 80a7df3a48 fix memory leaks with mime string bundles and v-cards r=rhp 1999-10-20 18:41:49 +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 100a8c5c7a Bug #16538 --> pass the emitter into NS_NewPipe as a pipe observer.
r=jefft
1999-10-19 21:02:27 +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
rhp%netscape.com 10c9c02a8f Change for separating inline attachments - Bug #16367 - r: bienvenu 1999-10-18 22:07:02 +00:00
norris%netscape.com 68f22b94c2 Part of bug 7261 "Connect XPConnect visibility filter to query principals"
Reviewed by rhp@netscape.com.
1999-10-18 21:35:52 +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
nhotta%netscape.com cac15fde3f Additional fallback for not charset labeled input, bug=15766, r=rhp 1999-10-15 00:08:42 +00:00
rhp%netscape.com 93ccba7139 Fix for attachment count - bug #16076 - reviewer: jefft 1999-10-14 02:05:20 +00:00
mscott%netscape.com d27b40a079 Bug #15655 --> don't build old nsMimeFactory. Build nsMimeModule instead. r=rhp 1999-10-12 05:05:17 +00:00
mscott%netscape.com 405a97bdab Bug #15655 -> build nsMimeModule.cp
r=rhp
1999-10-12 05:04:41 +00:00
mscott%netscape.com 53fc0c1738 bug #15655 --> no longer build nsMimeFactory.cpp...we build
nsMimeModule instead.
r=rhp
1999-10-12 05:04:25 +00:00
mscott%netscape.com d47c00f5fd include nsMsgMimeCID.h to get the CID. (moved CID out of interface)
r=rhp
1999-10-12 05:03:49 +00:00
mscott%netscape.com aa21bf142b Bug #15655 module for mime. (replaces nsMimeFactory.cpp)
remove NS_New** factory method. minor cleanup
r=rhp
1999-10-12 05:03:25 +00:00
mscott%netscape.com 188cca5cbf Bug #15655 module for mime. (replaces nsMimeFactory.cpp)
r=rhp
1999-10-12 05:03:05 +00:00
mscott%netscape.com ab1ff88742 Bug #15655 new file. module for mime. (replaces nsMimeFactory.cpp)
r=rhp
1999-10-12 05:02:23 +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 4c66c0bcc7 Changes to fix VCard display problems - Changed generated JS - Bugs: #14204 and #12352 - Reviewer: scottip 1999-10-09 01:19:00 +00:00
rhp%netscape.com caeb86a08f Changes for bug #13098 - Reviewer: jefft 1999-10-07 20:53:06 +00:00
rhp%netscape.com 5ee3473d40 Fixing a test program makefile. THIS IS NOT PART OF ANY BUILD! 1999-10-07 03:39:02 +00:00
rhp%netscape.com a26e28b073 Fixing a test program. THIS IS NOT PART OF ANY BUILD! 1999-10-07 03:38:42 +00:00
rhp%netscape.com d58e69e806 Changes for Bug #13512 - Reviewer: Bienvenu 1999-10-06 18:35:16 +00:00
warren%netscape.com 8603974025 Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski) 1999-10-06 08:26:01 +00:00
mscott%netscape.com 0bb9cbe66a (not part of the build!)
just add a new line to the end of the file....
1999-10-06 06:21:40 +00:00
mscott%netscape.com d1f37cc1ca Bug #15655 --> new file for mime to use nsIModule. This is not part of the build and has not been reviewed yet. The review will happen
when I land all the rest of the changes related to converting mime to use nsIModule.
1999-10-06 06:00:40 +00:00
rhp%netscape.com b8a801fabd Fixes for bug #15363 and #14675 - reviewer bienvenu 1999-10-05 00:03:20 +00:00
alecf%netscape.com 561a1fbd52 Combined checkin:
- convert Compose enums to IDL #13261
- exorcise net.h from compose and mime
r=ducarroz and rhp on both
1999-10-04 23:50:56 +00:00
mscott%netscape.com 34224169dd Bug #14680...migrating this bug from the M10 branch. make input and output stream for the converter pipe non-blocking.
r=ducarroz
1999-10-04 01:01:48 +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
jefft%netscape.com 0d7587bd28 implemented forward messages as attachments & inline; a=mcafee 1999-09-29 20:43:50 +00:00
shaver%netscape.com 7a5b9d5e55 nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann 1999-09-29 02:36:54 +00:00
sfraser%netscape.com 50971ff0c1 Bug 14877 -- lib/xp removal; removed unneeded files. r sdagley, a chofmann. 1999-09-26 00:41:31 +00:00
nhotta%netscape.com 08db4dcc9e fix for #14621. r=ftang, a=chofmann 1999-09-23 19:53:19 +00:00
mscott%netscape.com 65774de94e added a close method to release several sinks after we are done converting as a pre-emptive strike against
some memory leaks.
1999-09-22 07:21:32 +00:00
bienvenu%netscape.com 6fc63c9b5f fix charset conversion problem introduced yesterday in an attempt to speed up performance 1999-09-21 22:18:35 +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
bienvenu%netscape.com 9adfdc2ef9 some performance improvements for header parsing 1999-09-21 00:06:25 +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
bienvenu%netscape.com a2297ca2eb fix memory leak 1999-09-18 03:01:20 +00:00
jefft%netscape.com 1eccc1ed45 register message/rfc822 to text/html stream converter 1999-09-17 23:23:03 +00:00
jefft%netscape.com c4b5fc7a26 use message uri instead of protocol url spec for openning attachment 1999-09-17 23:21:58 +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
jefft%netscape.com 6f4d95193d define text/html converter progid 1999-09-17 23:18:47 +00:00
alecf%netscape.com 3365a1099e link mime emitter against NSPR 1999-09-17 20:35:09 +00:00
alecf%netscape.com 06d71166b4 don't need to link mime against js anymore 1999-09-17 20:33:14 +00:00
cls%seawood.org cb3abff6ef Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:50:19 +00:00
warren%netscape.com a2a211c738 Changed signature of NewInputStreamChannel to pass load group. 1999-09-16 09:44:41 +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
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