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

607 Коммитов

Автор SHA1 Сообщение Дата
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