cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
mscott%netscape.com
8ff80ddafb
Bug #42016 --> fix by Ben Bucksch
...
r=mscott, a=waterson
2000-06-16 21:20:13 +00:00
rpotts%netscape.com
4fb93f34d1
bug #39797 . Fixed unknown content-type sniffer to handle 8-bit characters...
2000-06-16 06:15:13 +00:00
ruslan%netscape.com
239c76de4c
Partial fix for 41876; change the state of the converter into INIT after
...
getting a failure code from the upstream listener. This prevents it from
crashing, a=gagan
2000-06-10 02:09:43 +00:00
mscott%netscape.com
a5f67a6f74
Bug #34672 --> be sure to append the glyph html to the output string.
...
r=ben bucksch
2000-06-08 00:50:41 +00:00
warren%netscape.com
958ed96edd
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
ruslan%netscape.com
14a825e586
Fix 39941; a=gagan
2000-06-01 22:47:53 +00:00
brade%netscape.com
10d4eb0f46
File Removed.
2000-05-25 17:43:06 +00:00
valeski%netscape.com
74aabd0145
r=alecf. 39987. occasional crasher in nsMultiMixedConv.cpp stream converter. We now ensure that we don't search for EOL if we've moved beyond the legitimate buf len
2000-05-22 06:06:57 +00:00
mscott%netscape.com
3d0fd838d1
Bug #32420 --> checking in for Ben Bucksch (mozilla@bucksch.org)
...
r=mscott
2000-05-17 04:22:49 +00:00
ruslan%netscape.com
87d052ef86
Fix 38853
2000-05-15 21:13:27 +00:00
valeski%netscape.com
9fe39644f8
38864. making multi mixed converter more flexible to handle more boundary types.
2000-05-12 20:56:47 +00:00
cls%seawood.org
fec728bf12
More OS/2 Makefile changes. Bug #34106 Batch 13
2000-05-11 14:15:34 +00:00
warren%netscape.com
a451c5f762
Combined all necko dlls into two. Bug 17031.
2000-05-06 09:15:56 +00:00
ruslan%netscape.com
1260c5850b
Fix MAC build breakage
2000-05-06 00:40:42 +00:00
ruslan%netscape.com
208c0f25d7
Fixing 36641
2000-05-06 00:06:28 +00:00
ruslan%netscape.com
edaa9bbaae
Fix 35407. Relax chunk converter's parser to accomodate some bad server
...
responses out there.
2000-05-04 01:28:00 +00:00
valeski%netscape.com
bc01ad0432
35329. MultiMixed converter was stripping *all* whitespace from header values, now it is just compressing it off the ends.
2000-05-03 21:14:39 +00:00
pavlov%netscape.com
03d4675682
string api changes r=scc
2000-04-25 05:40:45 +00:00
valeski%netscape.com
786abf8514
fixing multi mixed so it can handle errors coming from the data producer (http)
2000-04-18 13:42:40 +00:00
bryner%uiuc.edu
a3a0264f41
Write the html, title, and body tags directly to the stream listener
...
without having them go through the txt->html conversion. This makes it so
we don't accidentely try to form an HREF inside the title. r=valeski.
2000-04-17 04:40:44 +00:00
scc%netscape.com
b6011d8f80
making string conversions explicit
2000-04-15 09:16:58 +00:00
valeski%netscape.com
557f95ea64
re-write of multi-mixed converter so it handles binary data. also have the unknown decoder looking for script tags.
2000-04-14 21:27:32 +00:00
ruslan%netscape.com
058a3cfa88
Landing link-click problem fix. Also fix DNS lockup (gordon) on Windows,
...
memory leak of socket transports during pipelined request, add timeout
setters on socket transport, add a restriction on the number of keep-alive
connections.
2000-04-12 01:47:22 +00:00
cls%seawood.org
9c0bd39a1e
Set SHORT_LIBNAME for 8.3 platforms.
2000-04-08 00:39:39 +00:00
bryner%uiuc.edu
d5c8eb765a
Making nsTXTToHTMLConv implement nsITXTToHTMLConv. r=valeski.
2000-04-05 05:53:35 +00:00
bryner%uiuc.edu
e896db9863
Adding nsITXTToHTMLConv.idl to the build on Windows and Unix.
2000-04-05 05:49:34 +00:00
bryner%uiuc.edu
993235261e
This CID definition is not needed.
2000-04-05 05:47:29 +00:00
valeski%netscape.com
bbca810085
adding nsITXTToHTMLConv.idl
2000-04-05 05:34:36 +00:00
bryner%uiuc.edu
bd9580ec83
Adding a new interface for the text to HTML converter.
2000-04-05 05:21:13 +00:00
valeski%netscape.com
c61aa04c58
r=rhp, mscott. 34401. adding nsTXT converter back into the mix and removing prog id collision between it and mozTXT converter
2000-04-05 04:12:29 +00:00
mkaply%us.ibm.com
9ec188bd3a
# 34082
...
r= warren@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
2000-04-05 02:32:07 +00:00
ruslan%netscape.com
971ef623ef
Landing the next batch of http pipelining changes. Still not enabled by default
...
(but you can set a pref in all.js and it'll work and some sites will load
ultra-fast). pipelining_reorg_point2 is pre-checkin tag in case of major
bustages (which there should be none).
2000-04-05 01:43:57 +00:00
ruslan%netscape.com
434ee06b0e
Fix 34491 - tree blocker. Double-free in http compress converter.
2000-04-04 22:09:47 +00:00
bruce%cybersight.com
c1e13f4193
Fix leak. #34396 . r=ruslan
2000-04-04 14:58:12 +00:00
sspitzer%netscape.com
bbc2546716
fix for #34401 . partial backout of valeski's changes.
...
thanks to mscott, putterman and bienvenu for the detective work.
2000-04-04 07:14:01 +00:00
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