valeski%netscape.com
d4dc3c3cbe
r=gramps (yea, that's right), 15594 (partial). In order for FTP proxies to work, HTTP needs to implement nsIProxy. FTP uses the HTTP protocol to piggy back as a real proxy handler.
2000-02-14 08:40:05 +00:00
gagan%netscape.com
cbffaa0233
Now allowing FTP to specify an ftp URL-- bug 15594 (and in general allow any non-HTTP handler to use HTTP as a proxy) r=valeski
2000-02-14 07:06:32 +00:00
rpotts%netscape.com
d7b26de79d
Fixed purify [UMR] by initializing mProxyPort
2000-02-12 06:15:19 +00:00
gagan%netscape.com
a4679ae202
I am an idiot...
2000-02-11 11:42:38 +00:00
gagan%netscape.com
1e0e0272df
removed an unnecessary include.
2000-02-11 01:34:07 +00:00
gagan%netscape.com
d9c41bd187
Fixing horkage... God please stop allowing people to use gotos in C++...
2000-02-11 01:26:23 +00:00
valeski%netscape.com
ce0c041a7b
removing extraneous export on a file that DNE anymore
2000-02-11 00:55:01 +00:00
gagan%netscape.com
5f31baff26
Fixed bug 27024. Changed nsIHTTPChannel.idl to have proxy host/port
...
accessors and modifiers. Channels may now override the proxy setting
from the HTTP handler. r=valeski
Fixed bug 24329. Made mProxyAuthList in nsAuthEngine to keep the list of proxy authentications. Logout now clears both proxy and basic auths. r=rjc
Fixed bug 26149. Authenticate now aborts only if the user doesn't click cancel on the PromptUserPass dialog. Removed the unnecessary nsIChannel* parameter on Authenticate. r=rjc
Fixed bug 24304. We now register a callback for proxy preferences. r=rjc
Fixed bug 17158. We now honor "network.proxy.no_proxies_on" preference to diable proxy activity on specified host or domain. We still need a fix for 27141 to read and write this pref correctly. r=rjc
Fixed bug 16442. Referer is only added if its an http URI. r=rjc
2000-02-11 00:47:50 +00:00
mscott%netscape.com
8d5a01c643
bug #26959 and bug #26958 --> if create category service returns an error, don't force an abort
...
on creating the http protocol handler.
r=valeski.
2000-02-09 08:25:11 +00:00
valeski%netscape.com
6ecf97612e
getting the rest of necko to use the mimetypes file. also added protection for UA string setup
2000-02-09 05:04:52 +00:00
dp%netscape.com
4befc49f4c
Fixing build.
...
<valeskiAIM> dp: go baby go
2000-02-08 07:29:47 +00:00
sfraser%netscape.com
e2a8786d79
Removed nsHTTPHandlerFactory.cpp for valeski.
2000-02-08 06:25:58 +00:00
valeski%netscape.com
4cd253d9cc
r=dougt. 10465. The http protocol handler now has the USer agent api hanging off of it. I also cleaned up the HTTP component so it is a clean service w/ a cid now.
2000-02-08 06:20:54 +00:00
dp%netscape.com
0a4125de13
HTTP protocol shall startup every cid/progid as a service under
...
NS_HTTP_STARTUP_CATEGORY. This will be used by cookies to come alive. r=gagan
2000-02-08 06:08:27 +00:00
dp%netscape.com
2ba4286aa9
Adding NS_HTTP_STARTUP_CATEGORY r=gagan
2000-02-08 06:05:36 +00:00
scc%netscape.com
5e041e830f
Pro5 update
2000-02-07 23:06:04 +00:00
warren%netscape.com
46014f5efb
Added stream buffering. Made file transport use it. Bug #19233 r=dougt
2000-02-04 07:31:43 +00:00
sspitzer%netscape.com
20bb93971d
change to allow someone to use the "no strip url" interface in wallet.
...
no one is using it yet, because it doesn't work.
r=mscott
2000-02-03 05:01:42 +00:00
valeski%netscape.com
79132da2fc
URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes
2000-02-03 03:44:22 +00:00
pp%ludusdesign.com
207f05242d
Conversion to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2000-02-01 14:26:27 +00:00
sdagley%netscape.com
703c6caa28
Access path updates in anticipation of update to CW Pro5 ( #25949 ). r=pinkerton
2000-02-01 04:27:22 +00:00
norris%netscape.com
7122755727
Fix
...
23643 Reading email messages using <META REFRESH>
23729 Executing functions in "chrome:" protocol - #3 - META REFRES
23730 Executing functions in "chrome:" protocol - #4 - HTTP redire
24217 Access to functions in chrome: protocol using IFRAME
24865 Parsing local non-HTML files #2 using META REFRESH
r=gagan
2000-01-25 04:42:01 +00:00
gagan%netscape.com
f5ef6646de
Fix a mem leak (spotted by Pav) r=me
2000-01-25 02:29:33 +00:00
dougt%netscape.com
fd69a2f423
Landing nsIFile.
2000-01-24 21:28:28 +00:00
gagan%netscape.com
6f77cab332
Fixing build breakage... reordered the #includes.
2000-01-19 06:34:25 +00:00
gagan%netscape.com
34e2e8c2e2
Fix for 22405. Proxy auth is in. I have also created a separate bug for making this persistent 24329.
2000-01-19 05:09:07 +00:00
gordon%netscape.com
53b7ca48cd
Fix for bug #20177 . Make sure string is set if GetSpec() fails inside http logging code.
2000-01-19 02:27:00 +00:00
gagan%netscape.com
0a2c6127c6
Fix for 13380. We now send Accept-Language: header.
2000-01-19 00:38:51 +00:00
bruce%cybersight.com
a0e34ea2f3
Speeling cownts. r=shaver
2000-01-17 21:28:22 +00:00
mscott%netscape.com
9796b78516
set the referring url on the http channel so callers don't have to do it explicitly every time.
...
r=warren
2000-01-17 19:48:16 +00:00
gagan%netscape.com
3f088de147
Fixed bug 17293, 17244, 20814 -- all because some servers wouldn't understand lowercase HTTP headers. We now send HTTP headers in compatible case as 4.*. r=rpotts
2000-01-16 06:59:43 +00:00
rpotts%netscape.com
b410e59d5f
bug #23055 (r=warren). Added LOAD_DOCUMENT_URI load attribute for the DocLoader to distinguish doc URIs
2000-01-15 06:12:54 +00:00
sspitzer%netscape.com
920287de74
backing out andreas and warren
2000-01-14 22:01:56 +00:00
warren%netscape.com
65f2841dbd
Moved CIDs to nsIURLParser.idl to avoid mac bustage.
2000-01-14 11:09:17 +00:00
warren%netscape.com
1fce0dea36
Added access path.
2000-01-14 10:14:19 +00:00
warren%netscape.com
d6a205f1ec
Changes from andreas.otte@primus-online.de for numerous URL parsing bugs. r=warren
2000-01-14 08:50:03 +00:00
valeski%netscape.com
51c6e3dd6a
r=gagan. 17647. we digesting content-type comments as legitimate header values. now we're not
2000-01-13 23:22:25 +00:00
pp%ludusdesign.com
13efd9e8c6
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
rpotts%netscape.com
3e79b2aec1
Made contentType a read/write attribute of nsIChannel
2000-01-08 06:26:04 +00:00
dougt%netscape.com
f1eb575a0b
Including nsCRT.h directly. This prep work for the nsIFile landing.
2000-01-03 23:27:52 +00:00
valeski%netscape.com
65783e57bd
22534. r=gagan. We were leaking a single byte on non uname/pwd inclusive url's that required authentication, and we weren't over-writing the auth string when a auth realm wanted new credentials.
1999-12-29 21:55:18 +00:00
sspitzer%netscape.com
586b2af6f8
fix warning
1999-12-29 00:23:43 +00:00
bryner%uiuc.edu
16316ea7c3
Fix a compiler warning by reordering initializers. r=syd.
1999-12-24 22:11:18 +00:00
valeski%netscape.com
a091cc3710
r=gagan, a=don. 21599. we were breaking when we received an incomplete status line. Now we are sure to buffer the line until we receive all of it. we also do this buffering for headers now.
1999-12-22 22:15:55 +00:00
fur%geocast.com
b010526bf6
Reorder one class member initialization line to fix a warning.
1999-12-18 15:47:20 +00:00
fur%geocast.com
04c9283540
Fixes for HTTP 1.1 compliance with caching, a:chofmann
...
Fix #21569 (Use Etag header for cache validation, when present)
Fix #21572 (Obey must-revalidate directive, when present)
1999-12-18 15:46:43 +00:00
mscott%netscape.com
3b82f8c108
fix mem leak of the http handler and the http request objects.
...
Add GetnsAuthEngine to nsIHTTPProtocolHandler, remove nsHTTPHandler::GetInstance, force callers to
go through the service manager. remove the http handler factory code since we just need the http
module
r=warren
1999-12-17 00:44:31 +00:00
rpotts%netscape.com
be6bcba8c1
bug #21884 (r=mscott) bug #21459 (r=warren). I'm checking in the changes for 21459 again with an important fix for the image crashes :-)
1999-12-16 07:59:25 +00:00
mscott%netscape.com
1b7cf6c3a7
Bug #21884 --> backing out Rick's changes to http to fix this regression crasher tonight.
...
a=chofmann
1999-12-16 06:06:00 +00:00
rpotts%netscape.com
2d414cb3b4
bug #21459 (r=warren). Made the consumer OnStopRequest fire before the channel is removed from the loadgroup...
1999-12-15 23:12:48 +00:00