dougt%netscape.com
7b6cb1119f
fix for 16273. r=valeski, a=sdagley.
1999-12-22 01:47:59 +00:00
sspitzer%netscape.com
e8a4061a40
warnings fixes, and fix for #21901 , all password dialogs to have titles
...
if the user passes one in, or use "Password" if they pass null.
1999-12-21 23:03:29 +00:00
morse%netscape.com
f4b2441812
add SelectDialog, bug=3110, coded by davidm, r=morse, a=chofmann
1999-12-19 18:32:21 +00:00
valeski%netscape.com
85b9c156a7
21723. a=chofmann, r=rpotts. AsyncOpen() in the socket transport was spinning out of control, causing socket transport thread deadlock. Now we move the socket transport off of the work queue after an AsyncOpen call
1999-12-15 00:28:39 +00:00
valeski%netscape.com
06d6ba655f
20956. r=rpotts. necko no longer assumes any MIME type. we send out application/x-unknown-content-type internal MIME type if we don't *know* what the type is. It's now truly up to the app to figure out what to do
1999-12-07 07:00:47 +00:00
fur%netscape.com
fd0efb29ca
Added cache control flags, in support of Bug #8305 (Implement cache)
1999-12-06 23:31:47 +00:00
warren%netscape.com
6af4802e75
Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408
1999-12-04 10:01:32 +00:00
warren%netscape.com
277a68344f
Added missing addref. r=gayatrib
1999-12-03 02:22:02 +00:00
warren%netscape.com
0d72878cfc
Fixed bug where file transport would spin if it failed in the nsIFileSystem::Open method. Affected jar protocol.
1999-12-02 02:50:48 +00:00
rpotts%netscape.com
1b0f903b3f
(r=valeski) Fix for new bloat (leaking HTTPChannels) that was introduced yesterday
1999-12-01 04:32:58 +00:00
sspitzer%netscape.com
f8899d4936
bulletproofing to prevent #20410
1999-12-01 01:26:08 +00:00
warren%netscape.com
2db26922a6
Landing no_neckoutil2_branch. Bug #11159 . Removes neckoutil_s.lib from build which helps beos and openvms.
1999-11-30 04:50:42 +00:00
mscott%netscape.com
649881fcba
Fix xp build breakage by defining rv.
...
I'm not sure how this compiled on someone's machine =)
1999-11-30 01:12:58 +00:00
dougt%netscape.com
f66be6c30c
fix for 18078. r=mstoltz,warren
1999-11-30 00:32:43 +00:00
valeski%netscape.com
b82de3adef
r=warren. the return val from the progress sink was getting in the way of the socket transport state machine, now it's just being ingonored.
1999-11-29 22:16:21 +00:00
brendan%mozilla.org
b4fef52e82
Whitespace police!
1999-11-28 10:26:53 +00:00
warren%netscape.com
96ec037ac6
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
waterson%netscape.com
f31fcc62c9
Bug 19600. Change content length magical 'unknown-so-read-til-you-puke' value from zero to -1.
1999-11-24 21:44:13 +00:00
valeski%netscape.com
194cef3866
passing a signed int into an unsigned param. now we're not
1999-11-24 21:07:11 +00:00
valeski%netscape.com
48203c3079
18434, r=rpotts. the socket transport now issues OnProgress notifications
1999-11-23 23:53:10 +00:00
valeski%netscape.com
2483a0d45c
r=warren. missing addref in sync streamlistener creator.
1999-11-23 21:41:12 +00:00
waterson%netscape.com
d3cae83201
Fix nsNetModuleMgr and nsNetModRegEntry leaks. r=valeski
1999-11-23 20:47:25 +00:00
andreas.otte%primus-online.de
971895689a
Added code to remove trailing spaces in URLs. (Fixes bug 15451)
...
Some code to add a trailing / in SetDirectory if it is missing. There is no special bug behind this, just a fix for a potential bug.
And a oneliner in ParsePath to deal with params, querys and refs in the right place. Between setting brk and getting to the code that deals with this stuff, there is a ReplaceMess call which can change the position of querys and co. This change avoids that problem.
r=valeski
1999-11-23 14:06:17 +00:00
rpotts%netscape.com
8026dca974
bug #15342 and #15560 . Refactored the LoadGroup and DocumentLoader...
1999-11-22 05:46:03 +00:00
waterson%netscape.com
cbf6dd0ab7
Bug 16797. Allow files to be 'zero' length. r=warren
1999-11-20 07:15:28 +00:00
warren%netscape.com
ecca9ba977
Fix for bug that triggers assertion in END_READ state of file transport.
1999-11-20 04:19:20 +00:00
tbogard%aol.net
3b0705ad68
Spelling fix for bug #16386 .
1999-11-20 03:57:34 +00:00
duncan%be.com
39169f6482
Fix to behave correctly under BeOS.
...
r=warren
1999-11-19 21:58:39 +00:00
fur%netscape.com
2e1ec9c975
Add support for offset argument to FileTransport's OpenOutputChannel() method.
...
r: fur, yixiong.zou@intel.com
1999-11-19 15:56:24 +00:00
mscott%netscape.com
61f7f1b342
remove these obsolete files.
1999-11-18 09:56:39 +00:00
mscott%netscape.com
14e52f7738
Fix clobber unix build. don't build uri dispatcher anymore.
1999-11-18 09:55:44 +00:00
mscott%netscape.com
364f36c2ae
remove some obsolete files
1999-11-18 08:15:39 +00:00
mscott%netscape.com
ab03db9585
Remove some obsolete idl files from the unix build.
1999-11-18 08:13:15 +00:00
warren%netscape.com
59ef7fadbf
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
1999-11-18 07:36:41 +00:00
warren%netscape.com
34ecf73507
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
1999-11-17 08:14:52 +00:00
warren%netscape.com
e126986a82
Fix socket transport deadlock (affecting imap thread). Bug #18201 and regression bug 14612. r=rpotts
1999-11-16 01:25:46 +00:00
warren%netscape.com
4a274d01f1
Libjar cleanup. Added Close method. Bug#18273. r=mstoltz,gayatrib,dveditz
1999-11-12 06:13:13 +00:00
warren%netscape.com
fb7ad57ff3
Added
1999-11-11 05:21:38 +00:00
valeski%netscape.com
405d84eeb1
16256, r=gagan. the nsinputstreamchannel was lowercasing the entire contenttype. we don't want to lower case the contenttype attribs
1999-11-11 00:37:18 +00:00
valeski%netscape.com
e70792af1e
18134, a=chofmann,r=andreas. Resolve() was not handling ../../ cases in relative URI specs. Now it is. We call ReplaceDotMess() on the path portion _only_.
1999-11-09 21:31:43 +00:00
dmose%mozilla.org
5312eacf8c
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
rpotts%netscape.com
7d63cbc945
bug #7428 . Added support for connection timeout. Now if a connection cannot be made within 35 seconds, the transport times out.
1999-11-06 01:32:34 +00:00
rpotts%netscape.com
ee19ba5eca
bug #17500 (r=warren). Added code to fire an OnStopNotification to the parent load group if an active group is canceled.
1999-11-05 20:51:11 +00:00
valeski%netscape.com
14e25a91af
10736, r=andreas.otte@primus-online.de. Actually I'm more like the reviewer here. Andreas submitted this optimization to MakeAbsolute (it uses minimal memory routines and minimal parsing. this means performance increase by a factor of 10 for this method). I'm checking it in for him.
1999-11-04 20:31:36 +00:00
gagan%netscape.com
36231763c1
Fixes 11708,15477 and partial 14610. r=warren. We now pass a print host for displaying in status messages that is different than the hostname connecting to. Also added Keep-Alive support (turned on by user_pref("network.http.keep-alive",1))
1999-11-03 08:14:38 +00:00
gagan%netscape.com
d0215584ef
*** empty log message ***
1999-11-03 08:12:18 +00:00
gagan%netscape.com
ec4f880416
Added printHost parameter for use in status messages in cases where printHost is different than the connecting host (as in the case of proxies) Fixes bug 11708. r=warren.
1999-11-03 08:11:39 +00:00
davidm%netscape.com
62deeea345
6552 Browser-generated forms not triggering single-signon
add nsINetPrompt for single sign on
r morse
1999-11-03 05:21:49 +00:00
davidm%netscape.com
d79c14b388
First Checked In.
1999-11-03 05:19:39 +00:00
warren%netscape.com
d3b9c9c3cc
Structural changes for MakeAbsolute performance. bug#10736 r=valeski
1999-11-03 05:13:44 +00:00