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
bruce%cybersight.com
f798e153d8
Fix for leak of nsByteArrayInputStream objects and associated buffers from nsHTTPChunkConv. r=scc
2000-04-04 04:35:25 +00:00
valeski%netscape.com
0b7ccfd64b
adding text to html conversion to unix builds
2000-04-03 22:46:38 +00:00
valeski%netscape.com
d540c540e9
adding text to html converter to mac prj
2000-04-03 22:43:21 +00:00
valeski%netscape.com
65d9635ad0
adding plain text to html text stream converter to converter factory list and build
2000-04-03 22:41:33 +00:00
valeski%netscape.com
a9b894bc1c
adding asynchronous text/plain to text/html stream conversion - NOT PART OF BUILD
2000-04-03 21:41:19 +00:00
scc%netscape.com
d3a9206fb0
making string conversions explicit
2000-04-02 09:10:15 +00:00
scc%netscape.com
fed6bcaf92
making string conversions explicit
2000-04-02 08:56:00 +00:00
cls%seawood.org
8a00e920f0
Set SHORT_LIBNAME in cases that library name will exceed 8 chars for OS/2. Bug #34106 a=leaf
2000-04-01 10:18:48 +00:00
valeski%netscape.com
92b2813072
ditching old string api in preperation for new string stuff
2000-04-01 00:14:31 +00:00
rickg%netscape.com
a092b1c1c6
removed references to nsString2
2000-03-31 10:19:31 +00:00
jim_nance%yahoo.com
005e33f06e
Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
...
days for module owners to comment on. r=troy@netscape.com
2000-03-30 03:21:26 +00:00
valeski%netscape.com
6e881f3f83
updating the stream converter tests. registration now happens in nsConvFactories.cpp
2000-03-29 23:14:52 +00:00
warren%netscape.com
d60b12b153
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
ruslan%netscape.com
87bd11b281
Make converters implement threadsafe_isupports
2000-03-29 03:19:14 +00:00
cls%seawood.org
3d7f0b9ae9
AIX needs to link against ZLIB_LIBS to resolve all symbols in libconverters.so
2000-03-25 08:01:16 +00:00
ruslan%netscape.com
e3ad4e0a43
Http handler reorg to fix keep-alive raise condition and prepare for
...
pipeling changes. Also fix 32505, 31979. In case of a major bustage -
http11_reorg_point is the tag before the checkin; r=gagan, a=warren
2000-03-24 21:38:04 +00:00
warren%netscape.com
515942025c
Fixed optimized build dependency on zlib.shlb
2000-03-24 04:01:13 +00:00
ruslan%netscape.com
bdb1268053
Finalize http compression convertor. Not in the build yet, but soon it will
...
be.
2000-03-24 03:18:30 +00:00
warren%netscape.com
c8a3a1fe48
Added nsHTTPCompressConv.cpp for Ruslan.
2000-03-24 03:17:01 +00:00
ruslan%netscape.com
b5dac82315
Continue fixing bugs in compress converters. Not part of the build yet.
2000-03-23 22:23:14 +00:00
ruslan%netscape.com
0cb1bb7ccb
Working on 32505. Adding http compression convertors - they are not hooked
...
up yet and are not part of the build.
2000-03-23 01:09:39 +00:00
ruslan%netscape.com
591756313b
Fix 32914 (relax http chunk-converter to workaround apache bug). The change
...
is trivial, r=none
2000-03-22 22:19:35 +00:00
ruslan%netscape.com
88c3011e5b
Actually fix 32600 now by making chunk-converter use bytearraystream, r=warren
2000-03-22 03:16:30 +00:00
mscott%netscape.com
4f62ddce86
Bug #31581 --> nsMultiMixedConv::BuildURI was calling nsString.Append with a PRInt32. Unfortunately,
...
the compiler was implicitly converting this integer into a PRunichar. this caused us to
get the wrong strings for each part.
I simply forced us to use the correct version of append that takes a PRInt32. This fixes the
problems we've been having using bugzilla.
r=none due to the trivial nature of the fix, the severity of the problem and the fact
that I couldn't find an appropriate reviewer.
2000-03-17 06:52:56 +00:00
valeski%netscape.com
a1b246bf48
29551. we now ignore 'ls: total' coming back from an FTP server
2000-03-15 23:19:58 +00:00
mscott%netscape.com
03602089ce
Bug #30840 --> i broke scantxt for (c), (r) and +/- cases before beta1
...
r=alecf
2000-03-15 01:43:55 +00:00
ruslan%netscape.com
74764af9f2
Fix 10738, partial fix for 21020. Keep-alive, http/1.1, transfer-encoding: chunked
...
can now be turned on (network.http.version=1.1); network.http.keep-alive can also
be used, however not recommended (1.1 pref will automatically enable keepa-alive).
r=warren,gagan
2000-03-14 03:41:46 +00:00
warren%netscape.com
cd08c2c306
Added nsHTTPChunkConv.cpp for Ruslan.
2000-03-14 03:34:37 +00:00
rickg%netscape.com
4791ab3e8f
removed calls to deprecated string methods
2000-03-12 09:14:14 +00:00
sspitzer%netscape.com
0021081f3f
better fix for #30646 . r=mscott, a=jar.
2000-03-08 04:21:46 +00:00
sspitzer%netscape.com
6f314b717b
fix for bug #30646 . crash on certain news messages. r=mscott, a=jar.
2000-03-07 20:49:48 +00:00
warren%netscape.com
7e37f4f478
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
2000-03-05 21:26:01 +00:00
valeski%netscape.com
15ba96ab79
25775. a=jar, r=rpotts. We now handled the incorrect 'multipart/mixed' type comming from an HTTP reponse for backwards compat.
2000-03-03 22:44:32 +00:00
mscott%netscape.com
afd6b9ccc1
Bug #30281 --> fix for the regression that's keeping the tree closed. unescape was failing on short strings....argggh.
...
a=granrose
2000-03-03 20:38:59 +00:00
mscott%netscape.com
ad4e9f7a14
Bug #26915 , #21203 , #22960 , #29773 --> improve performance of mozTXTToHTMLConv
...
r=waterson
a=phil,waterson
2000-03-03 06:49:23 +00:00
valeski%netscape.com
5020fc86a7
updating a test harness
2000-03-02 20:48:40 +00:00
valeski%netscape.com
afa68ec5e0
24033. r=vidur. the multi-mixed-replace converter wasn't clearing it's layover buffer. this was causing headers to bleed into content and double content generation
2000-03-02 20:42:27 +00:00
mkaply%us.ibm.com
41e8a753c1
# 25555
...
r= warren@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 15:40:42 +00:00
valeski%netscape.com
5cce048ec8
r=rpotts. The usage of the stream converter service has changed from it's original intent. we can now call FindConverter() without having previously registered a converter, removing the assert that was yelling at us
2000-02-26 06:14:25 +00:00
bryner%uiuc.edu
bbfe27364b
Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
...
building in the tests directories. Should not affect the build at all if
you do not have this environment variable. r=leaf.
2000-02-25 04:12:40 +00:00
ruslan%netscape.com
aa7f5d02e5
Fix a few bugs in http chunk encoding converter. This version represents
...
actually half-way decently working chunk converter. Works fine with NES4.1
at least. Haven't tried IIS5 yet. Not part of the build yet.
2000-02-25 00:55:30 +00:00
andreas.otte%primus-online.de
01cdd03961
preparation for fixing bug 11701, removing not needed / from ftp dir listings r=valeski@netscape.com, a=leaf@mozilla.org
2000-02-23 20:05:30 +00:00
ruslan%netscape.com
ac7caeec28
Add initial implementation of http/1.1 chunk-encoding converters. Not
...
included into the build for the time being.
2000-02-22 01:46:23 +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
3a68e38935
Fixing last checkin...changed wrong comma.
2000-02-16 05:33:17 +00:00
rhp%netscape.com
c345b5c57d
Fix for problem terminating detection on commas - Bug #: 27716 - r: rhp (BenB contribution)
2000-02-16 04:50:54 +00:00
dveditz%netscape.com
b63a6438b1
New wstring nsIRegistry interface, bug 23859;
...
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
dveditz%netscape.com
e728f20fd7
closing the file used by the registry service is evil
2000-02-13 17:32:19 +00:00
valeski%netscape.com
ab7fce8d4b
fixing mac redness
2000-02-09 08:39:44 +00:00