Commit Graph

1986 Commits

Author SHA1 Message Date
gagan%netscape.com
12143c560d Flush out auth entries for 401 auth denied responses. And some filter work... 2000-05-05 09:46:24 +00:00
gagan%netscape.com
13e7b2f428 Relevant idl includes for proxy auto config changes. 2000-05-05 09:35:50 +00:00
gagan%netscape.com
0355ed4aa1 More proxy autoconfig stuff (in the making...) 2000-05-05 09:34:37 +00:00
warren%netscape.com
9e08ee0ba1 Added 2000-05-05 07:53:43 +00:00
warren%netscape.com
5cae94deb3 Obsolete 2000-05-05 06:05:38 +00:00
davidm%netscape.com
538f53ea9a Use QI to prevent a nsCOMPtr assert 2000-05-05 03:09:08 +00:00
davidm%netscape.com
d02c8bd902 change from nsIEnumerator to nsISimpleEnumerator since that is the interface that the class actually implements 2000-05-05 03:08:26 +00:00
valeski%netscape.com
ebf4de0824 Socket transport now blocks until DNS is resolved *only* in the Sync api usage case (Open*Stream() calls). This allows callers to deal w/ dns error failures when they're using the sync apis. 24435 2000-05-04 22:50:25 +00:00
valeski%netscape.com
b8ac1228c4 getting rid of extraneous FTP members. 2000-05-04 22:06:21 +00:00
ruslan%netscape.com
7bb787aa85 Fix 35407. Relax chunk converter's parser to accomodate some bad server
responses out there.
2000-05-04 01:28:00 +00:00
gagan%netscape.com
e760a6c370 Fix for bug 37238. We were guessing the mime type incorrectly. 2000-05-04 00:57:58 +00:00
warren%netscape.com
1702bc6092 Added ioFlags enum. Bugs 37711. 2000-05-03 22:43:21 +00:00
gagan%netscape.com
bc9cc0db50 Fix for bug 22534 and an optimization of storing the nsIOService. 2000-05-03 22:03:33 +00:00
gagan%netscape.com
24b80ae946 Fix for bug 36862. Added parameter checks to avoid crashes. 2000-05-03 21:47:56 +00:00
tor%cs.brown.edu
697d0bae6f Build bustage fix for SUNWspro: false->PR_FALSE 2000-05-03 21:38:50 +00:00
valeski%netscape.com
b1f5ae2519 removing extraneous channel member, and ensuring that final releases used by the FTP thread are made on the owning thread. 2000-05-03 21:20:32 +00:00
valeski%netscape.com
e24dddf19a 31587. FTP was caching the auth dialog data. 2000-05-03 21:17:48 +00:00
valeski%netscape.com
280b8abd8d 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
davidm%netscape.com
44609fd0da comment out serialize while I try to figure out why linux is o=unhappy 2000-05-03 03:52:57 +00:00
davidm%netscape.com
17d2e0f582 13784 [FEATURE] Mime Type/File Extension/Application Service Regis 2000-05-03 03:34:33 +00:00
ruslan%netscape.com
9abfac20be Fix build bustage 2000-05-03 00:33:20 +00:00
ruslan%netscape.com
7a02f0ac9e Fix for 37800 - API change: SetRequestMethod now has to take Atom
as method name
2000-05-03 00:18:08 +00:00
valeski%netscape.com
2e3acb0592 28880. socket transport now provides access to the underlying ip address 2000-05-02 22:25:00 +00:00
valeski%netscape.com
c693632d12 backing out sync failure checkin because of suspect behavior 2000-05-02 19:58:29 +00:00
valeski%netscape.com
6209f221f2 back in we go 2000-05-02 13:08:20 +00:00
valeski%netscape.com
d477e7a322 backing out changes until I can figure out what went wrong w/ the tests 2000-05-02 13:04:00 +00:00
valeski%netscape.com
858b077c3d 24435. socket transport now handles synchronous failure so we can capture conection errors w/ the sync api 2000-05-02 12:29:34 +00:00
putterman%netscape.com
5ad0586f78 Fix for 29543 so we can now create new Japanese local folders. Patch submitted by
m_kato@ga2.so-net.ne.jp. r=andreas.otte@primus-online.de
2000-05-02 03:58:25 +00:00
rpotts%netscape.com
5b090df791 Fixed typo in HTTP header string If-None-Match. Thanks to Morgan Owens (packrat@nznet.get.nz) for finding it!! 2000-05-01 23:30:21 +00:00
ruslan%netscape.com
fb229030db Fix 37632 2000-05-01 23:02:59 +00:00
mkaply%us.ibm.com
7f601e72bc # 37239
r= warren@netscape.com
OS/2 bring up continues - Fix some #ifdefs, and add code to set OS/2 as a platform and query OS/2 version
2000-05-01 22:35:28 +00:00
mkaply%us.ibm.com
b8805604b8 # 37239
r= warren@netscape.com
OS/2 bring up continues - Remove some legacy #ifdef stuff for OS/2
2000-05-01 22:32:47 +00:00
mkaply%us.ibm.com
c89b0224a1 # 37239
r= warren@netscape.com
OS/2 bring up continues - Add !defined XP_OS2 to #ifdef XP_PC
2000-05-01 22:32:02 +00:00
sspitzer%netscape.com
7e1afbe38e ignore generated makefiles 2000-04-30 17:21:47 +00:00
sford3%swbell.net
5a53cc92d6 added files: mozilla/netwerk/protocol/about/src/mzAboutMozilla.cpp 2000-04-30 00:09:23 +00:00
sford3%swbell.net
a058f8b3b4 Mozilla lives! 2000-04-30 00:07:00 +00:00
ruslan%netscape.com
47a5c1c6fe Fix 21561 - force revalidation of the cache when Vary header is sent. 2000-04-28 21:12:29 +00:00
mccabe%netscape.com
e9209489d7 change several IDL parameters to be unsigned, to work better with length_is, size_is. Preperatory to requiring unsigned in xpidl, fixing 13413 2000-04-28 10:51:52 +00:00
sspitzer%netscape.com
06fb0d06ec fix assertion, reported by mjudge. 2000-04-28 08:09:57 +00:00
ruslan%netscape.com
89455c8bd4 Turn on nsHTTPFinalListener to fix various notification bugs, r=gagan. Make
disk cache classes implement threadsafe_isupports, r=davidm, add placeholder
for resource bundles for necko.
2000-04-28 06:36:31 +00:00
gagan%netscape.com
e4db9151b6 First checkin of proxy auto config interfaces. Not in the build. 2000-04-27 18:42:47 +00:00
valeski%netscape.com
87e763fc62 37200. text type data urls were having whitespace stripped out of them. 2000-04-27 03:55:20 +00:00
gagan%netscape.com
47730f25c5 Fix the form posting problem. I forget the bug number... r=ruslan 2000-04-27 01:06:57 +00:00
mstoltz%netscape.com
2d56321f9e Removed getOwner() function from nsIStreamLoader. getChannel() now fulfills this function. 2000-04-27 00:30:27 +00:00
slamm%netscape.com
ab6e3eb4e6 Fix declaration order to quiet build warning 2000-04-26 14:31:01 +00:00
mstoltz%netscape.com
9bb975256e Fixes for 27010, 32878, and 32948. 2000-04-26 03:50:07 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
ruslan%netscape.com
b1b30f1cad More complete update to the previos check in. Don't even instatiate
the final listener as we're not using it anyway.
2000-04-26 00:11:30 +00:00
ruslan%netscape.com
64f18e376a Don't fire OnStopRequest just yet when the channel gets Cancelled (until
the receiver learns how to handle it correctly), r=imoT, a=leaf. Used to
crash when following expedia link from msn.com
2000-04-25 23:59:25 +00:00
ruslan%netscape.com
bf2899be7e Fix 37084 (blocker), r=gagan 2000-04-25 19:11:26 +00:00