darin%meer.net
f31b6d9a8a
backing out patch for bug 232385 to fix regression, a=dbaron
2004-03-14 19:20:24 +00:00
darin%meer.net
e0c5d1103c
fixes bug 232385 "nsIRequest::INIHIBIT_CACHING not implemented" r=dougt sr=bzbarsky
2004-03-09 02:17:25 +00:00
darin%meer.net
c380c59f65
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
2004-02-28 22:34:07 +00:00
darin%meer.net
8d65e087ae
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
jst%mozilla.jstenback.com
90431d8022
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2004-01-29 22:04:45 +00:00
darin%meer.net
7b7d65afca
landing patch for bug 114451 "digest auth nonce count not updated properly" patch by avva@livejournal.com r+sr=darin
2004-01-29 00:10:32 +00:00
bsmedberg%covad.net
7d79d7ba8b
Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin
2004-01-28 23:45:17 +00:00
peter%propagandism.org
feda8614f8
Patch for bug 209699 (convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2003-12-23 16:48:40 +00:00
darin%meer.net
d7ce33ed84
fix two "might be used uninitialized" warnings from NTLM patch, bug=224653.
2003-11-19 05:00:43 +00:00
darin%meer.net
660b16478a
fixes bug 224749 "REUSABLE_CREDENTIALS and REUSABLE_CHALLENGE flags ignored in nsHttpChannel::setAuthorization" r=cneberg sr=bzbarsky
2003-11-18 02:39:24 +00:00
darin%meer.net
f142a6ea88
fixes bug 224653 "provide cross-platform NTLM auth implementation" r=kaie sr=bryner
2003-11-18 02:20:34 +00:00
darin%meer.net
2861ddd730
fixes bug 210208 "add http-on-examine-merged-response notification" patch=rggammon@alumni.uwaterloo.ca r+sr=darin
2003-11-14 20:51:55 +00:00
bzbarsky%mit.edu
fa6142d08b
Treat any 1xx response like a 100 response. Bug 224537, r+sr=darin
2003-11-04 02:20:54 +00:00
cbiesinger%web.de
c4813304a0
bug 223143 nsHttpChannel::Suspend and Resume always return NS_OK
...
r=darin sr=bz
2003-10-30 21:27:38 +00:00
darin%meer.net
c22e4d211c
fixes bug 180049 "Authentication Plugins" patch=cneberg@sandia.gov r=darin sr=bzbarsky
2003-10-30 03:27:53 +00:00
neil%parkwaycc.co.uk
368912e7d1
supplementary patch to the fix to bug 209532 to fix the case when the prefs are empty or unset r/sr=darin
2003-10-10 18:05:18 +00:00
neil%parkwaycc.co.uk
eddd391aca
Bug 209532 Separate prefs to override Mozilla/5.0 at beginning of UA string p=mpeseng@tin.it r/sr=darin
2003-10-10 08:20:46 +00:00
darin%meer.net
2a73d39883
provides foundation for solving bug 217787 "necko support for HTTP chunked requests" r=dougt sr=bzbarsky
2003-10-08 06:10:47 +00:00
darin%meer.net
2b14b6a01c
fixes bug 192284 "support nsIChannel::open for all protocols" r=dougt sr=bzbarsky
2003-10-08 04:27:13 +00:00
darin%meer.net
886b94cad7
switch to dbaron's suggested fix for solaris bustage, b=210125.
2003-10-07 01:29:38 +00:00
darin%meer.net
80bc455cd4
second attempt to fix solaris bustage, thx to keeda@hotpop.com for the patch.
2003-10-06 16:35:06 +00:00
darin%meer.net
2997dc4afb
attempt to fix solaris (nebiros) bustage.
2003-10-06 08:13:51 +00:00
darin%meer.net
77642ae698
fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky
2003-10-06 01:46:31 +00:00
cbiesinger%web.de
f0f267ab03
220672. r=darin sr=bzbarsky
...
Convert nsIEncodedChannel::contentEncodings to nsIUTF8StringEnumerator.
Previously, it used nsISimpleEnumerator, and returned an nsISupportsCString with it.
2003-10-05 17:06:37 +00:00
darin%meer.net
4446ed912b
fixes bug 217765 "HTTP: does not always handle username+password from URL correctly" patch=darin,crabbkw r=darin sr=bryner
2003-09-25 17:48:28 +00:00
dbaron%dbaron.org
6af4466826
Make the rv:N.N part of the UA string come from the MOZILLA_VERSION macro (from config/milestone.txt) instead of from a pref. b=220220 r=darin sr=bryner
2003-09-25 05:39:11 +00:00
darin%meer.net
b290b12671
fixes bug 220122 "Proxy-Authentication credentials can be exposed to origin server" r=bz sr=jst
2003-09-25 04:33:56 +00:00
timeless%mozdev.org
eb2d62de83
Bug 217949 NTLM Authentication does not work on NT4
...
patch by darin r=timeless sr=mscott
2003-09-25 02:53:05 +00:00
cls%seawood.org
19d1d413c2
Fix misc build issues for mingw gcc 3.3.1:
...
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
timeless%mozdev.org
c18624ca1b
fixing typo in LOG statement
...
rs=darin
2003-09-17 15:11:47 +00:00
darin%meer.net
e1b1312006
fixes bug 205921 "Preference browser.cache.disk_cache_ssl does nothing"
...
patch=pk_joshi@yahoo.com r+sr=darin
2003-09-15 22:12:52 +00:00
darin%meer.net
ef96caa6fb
removing files that are no longer compiled.
2003-09-15 21:56:55 +00:00
darin%meer.net
a3e9dca1b6
fixes bug 217766 "use nsIObserverService in place of nsINetModuleMgr (eliminate nsIHttpNotify)" r=dwitte sr=bzbarsky
2003-09-15 21:44:43 +00:00
cbiesinger%web.de
c7fd59e0a0
(netwerk part of Bug 124029)
...
Implement nsBufferedOutputStream::WriteSegments and WriteFrom, and improve comments in other parts of necko
r=darin sr=bz
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: base/public/nsISocketTransport.idl
CVS: base/public/nsITransport.idl base/src/nsBufferedStreams.cpp
CVS: base/src/nsFileStreams.cpp protocol/http/src/nsHttpChannel.cpp
CVS: ----------------------------------------------------------------------
2003-09-14 11:55:05 +00:00
darin%meer.net
64858efdb8
fixes bug 212336 "NTLM sometimes causes crashes under Win9x" r=dougt sr=bryner
2003-09-11 18:04:52 +00:00
timeless%mozdev.org
832c18aaa9
Bug 217007 nsCAutoString charsetBuf is unused
...
r=darin sr=darin
2003-09-11 01:42:43 +00:00
bryner%brianryner.com
63fa99c65e
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 23:12:15 +00:00
darin%meer.net
e96a6fd68b
fixes bug 215270 "Crash (in cookies?) [nsHttpChannel::GetCallback]" r=mvl sr=bryner a=asa
2003-08-14 18:10:10 +00:00
joshua.xia%sun.com
287b4d1132
for bugzilla #215487 sr=darin r=louie.zhao
2003-08-12 04:27:47 +00:00
darin%meer.net
0e1fa2dc76
initial patch for bug 210561 "eliminate nsCookieHTTPNotify; have HTTP talk directly to nsICookieService" patch=dwitte r=mvl sr=darin
2003-08-05 01:44:27 +00:00
darin%meer.net
bc5e68ec69
fixes bug 210229 "Helper app Window for text/html document (two comma-delimited charsets in http content-type header)" r=biesi sr=bz
2003-07-31 17:11:21 +00:00
darin%meer.net
33e6f34628
fixes bug 213282 "mozilla not sending basic authorization header" r=dwitte sr=bzbarsky
2003-07-29 06:36:45 +00:00
timeless%mozdev.org
a0be0cc621
Bug 214020 Null security callbacks [@ nsHttpConnection::GetInterface]
...
r=bbaetz sr=bz
2003-07-27 07:05:31 +00:00
darin%netscape.com
400d2e3f35
fixes bug 212336 "NTLM authenticator cannot be loaded under Win9x (security.dll not found)" r=dougt sr=alecf
2003-07-21 16:29:05 +00:00
jaggernaut%netscape.com
83c571e877
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
jaggernaut%netscape.com
2d7ed90a69
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
bzbarsky%mit.edu
7b5865099a
Update the string stream interface a bit and simplify the implementation a
...
lot. Bug 212109, r=dougt, sr=darin
2003-07-11 23:10:27 +00:00
timeless%mozdev.org
eccf4c37b4
Bug 212440 nsHTTP:2 shouldn't include traffic
...
r=darin sr=darin
2003-07-11 22:43:28 +00:00
bzbarsky%mit.edu
087dc52053
Make sure to look at the loadgroup's callbacks if our channel has none. Bug
...
208087, r=darin, sr=dbaron, a="dbaron says 'slip it in'"
2003-07-09 07:02:28 +00:00
darin%netscape.com
69682b1372
fixes bug 209121 "Digest authentication incorrectly includes fragment identifier in URI when computing A2" r=dougt sr=bzbarsky
2003-07-08 22:49:26 +00:00
bzbarsky%mit.edu
e08fa08e31
Expose request and response versions of HTTP channels. Bug 201625, r=darin, sr=bzbarsky
2003-07-08 21:35:54 +00:00
darin%netscape.com
57810801b3
fixes bug 143575 "URL: http ignores username and password ( http://user:passwd/domain ) for auth cache" r=dougt sr=alecf
2003-06-30 19:56:05 +00:00
darin%netscape.com
68839f2ee3
fixes smoketest blocker, bug 210579 "hang trying to access page with invalid headers" r=dougt sr=bzbarsky
2003-06-25 17:24:48 +00:00
bzbarsky%mit.edu
f75f9017d9
Make setting contentType or contentCharset act as hints if done before channel
...
open; use this in the CSSLoader to hint that we want text/css data. Bug
120789, r=dougt, sr=darin
2003-06-23 21:00:46 +00:00
darin%netscape.com
7155f9d29a
fixes bug 208845 "multiple content-type headers combined breaks mozilla" r=dougt sr=alecf
2003-06-18 23:16:17 +00:00
seawood%netscape.com
97649bab86
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
dougt%meer.net
6601094085
Treat any 0.9 style response of a put as a failure. b=193921, r=brade, sr=alecf, a=rjesup
2003-06-03 21:21:53 +00:00
dougt%meer.net
a069087dd4
Disallowing javascript or data schemes in a redirect. r=mstoltz, sr=brendan, a=rjesup, b=195201
2003-05-29 21:56:38 +00:00
dougt%meer.net
e3a6a4edfc
Disallowing javascript or data schemes in a redirect. r=mstoltz, sr=brendan, a=rjesup, b=195201
2003-05-29 21:51:34 +00:00
suresh%netscape.com
b2e7f2c062
fix for bug 141702 - Redirection limit exceeded [not sending Authorization header on 302]. r-dougt, sr-darin, a-sspitzer.
2003-05-19 17:47:22 +00:00
darin%netscape.com
ca3cd020dc
fixes bug 203813 "Digest auth does not work with SSL proxy" r=suresh sr=alecf a=asa
2003-05-13 04:41:07 +00:00
darin%netscape.com
3aa8a71fef
fixes bug 132957 "Implement full support for Vary header [was: Content negotiation prohibits caching]" r=suresh sr=alecf a=asa
2003-05-13 04:38:25 +00:00
darin%netscape.com
ac446ace05
fixes bug 199546 "forum message wants to save to disk as messages.php" r=dougt sr=bz a=asa
...
(checking in on closed tree per request from asa)
2003-05-06 20:43:20 +00:00
darin%netscape.com
f7a62c896e
fixes bug 203057 "SSL website not displayed (using proxy + NTLM)" r=dougt sr=bz a=sspitzer
2003-05-05 21:41:30 +00:00
darin%netscape.com
3c6e0afaa8
fixes bug 197079 "Status bar doesn't display 'Stopped' when stop button is clicked" r=dougt sr=jag a=asa
2003-05-02 06:31:55 +00:00
darin%netscape.com
217cdd952a
fixes bug 84798 "PAC: Failover does not work" r=dougt sr=alecf
2003-04-15 23:07:12 +00:00
darin%netscape.com
3a149a2869
fixes bug 201986 "infinite network loop when auth realm changes" r=dougt sr=alecf
2003-04-14 21:35:27 +00:00
darin%netscape.com
b98cfb0f44
fixes bug 201370 "TLS intolerance detection broken" r=kaie sr=alecf
2003-04-10 19:06:24 +00:00
cls%seawood.org
9efe5a5a45
Fix mingw bustage.
...
Bug #134113 r=darin
2003-04-10 05:16:51 +00:00
darin%netscape.com
4597a70c05
fixes bug 201054 "SSL proxy CONNECT w/ NTLM auth fails" r=dougt sr=bz
2003-04-08 21:12:24 +00:00
suresh%netscape.com
524bfd6dd5
fix for bug 155155 - digest authentication fails when switching between POST&GET requests. r-dougt, sr-darin.
2003-04-08 20:03:40 +00:00
darin%netscape.com
e92078ae53
fixes bug 200971 "nsConnectionEntry is leaked" patch=bryner r=dougt sr=darin
2003-04-07 06:12:42 +00:00
darin%netscape.com
3bb3970660
backing out small part of my patch for bug 159015 that shouldn't have been
...
checked in.
2003-04-07 06:10:47 +00:00
suresh%netscape.com
3eab16a931
fix for bug 199910 - should HTTP null-check prompt callbacks?. r-dougt, sr-darin.
2003-04-02 23:43:12 +00:00
seawood%netscape.com
80e1b303cc
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
guru%startrek.com
601f904422
Fix for bug 199500 - Crash in nsHttpConnectionMgr::OnSocketEvent if PSM is not installed; p=darin r/sr=alecf a=dbaron
2003-03-28 15:02:42 +00:00
darin%netscape.com
80fa27f6d3
landing final patch for NTLM authentication based on WIN32 SSPI API, b=159015 r=kaie sr=dbaron a=asa
2003-03-27 19:31:53 +00:00
darin%netscape.com
580d22c8bc
fixes topcrash bug 199492 "crash while submitting form on www.sony.com [@nsHttpConnection::CloseTransaction]" r+sr=alecf a=dbaron
2003-03-27 18:47:34 +00:00
darin%netscape.com
21adc2903a
landing framework changes to support NTLM authentication b=159015 r=dougt,cathleen sr=alecf
2003-03-26 05:05:49 +00:00
suresh%netscape.com
fb07bbed4d
fix for 191946 - shows japanese language, instead of english. r/sr-darin
2003-03-26 01:21:26 +00:00
darin%netscape.com
e9487262ed
fixes bug 195746 "Corrupt cache / HTTP networking - Wrong images, incomplete
...
pages, octet-stream download dialog" r=dougt sr=bz
2003-03-25 02:23:11 +00:00
suresh%netscape.com
ab88bb861d
fix for bug 48202 - HTTP 307 redirect behavior violates RFC2616 [should preserve request method]. r-dougt,sr-darin.
2003-03-25 01:19:21 +00:00
louie.zhao%sun.com
5e6fb3bac7
necko part of bug 60304 "Basic Auth doesn't work for Java"
...
(To complete fixing bug 60304, need another patch, which is in OJI module)
r = antonio.xu sr= darin
2003-03-24 03:59:47 +00:00
darin%netscape.com
1d90d52e30
fixes bug 196994 "HTTP generates spurious transport status events" r=dougt sr=jag
2003-03-13 00:52:39 +00:00
cls%seawood.org
d1079607df
XP code changes required for mingw landing.
...
Add NS_STDCALL macros for functions that require stdcall declarations.
Add NS_STDCALL_FUNCPROTO macro for stdcall function prototype typedefs.
Bug #134113 r=dougt sr=dbaron
2003-03-07 06:07:56 +00:00
darin%netscape.com
dde9c3e7b9
fixes bug 156909 "Possible bug in netwerk/protocol/http/src/nsHttpChannel.cpp"
...
patch=tenthumbs@cybernex.net r=suresh sr=darin
2003-03-06 05:42:35 +00:00
seawood%netscape.com
d76e9fd54a
Use MOZ_X11 instead of NO_X11 to signify that we're building for an X11-based toolkit.
...
Bug #191447 r=peterl sr=sfraser
2003-03-04 03:58:43 +00:00
darin%netscape.com
eb4a8902c5
fixes bug 194708 "Redirection limit exceeded if https is left out, doesn't follow redirects" r=dougt sr=bryner
2003-03-01 02:18:05 +00:00
suresh%netscape.com
dea34bb74a
bug 173867 - http expires header with date-in-past causes miscalculation. r-dougt, sr-darin.
2003-02-28 21:54:57 +00:00
mkaply%us.ibm.com
a189b0201b
#193593
...
r=darin, sr=bzbarsky, a=asa
Make session-logout work again for http so turbo works on OS/2
2003-02-19 14:53:11 +00:00
darin%netscape.com
af75627808
fixes bug 184122 "mozilla submits bug several times" r=bbaetz sr=bz a=dbaron
2003-02-09 20:13:46 +00:00
darin%netscape.com
7d401df66e
fixes bug 190001 "crashes [@ nsHttpConnection::CloseTransaction]" r=dougt sr=bz a=dbaron
2003-01-30 23:11:55 +00:00
darin%netscape.com
bfa74b6030
fixes bug 190863 "some Images fail to load with pipelining enabled"
...
r=dougt sr=bzbarsky a=asa
2003-01-29 06:42:30 +00:00
darin%netscape.com
e1542e88a2
fixes bug 187996 "Strange behavior on 305 redirect" r=bbaetz sr=bzbarsky a=dbaron
2003-01-29 01:13:12 +00:00
darin%netscape.com
31d802b213
fixes bug 190003 "cannot open links when pipelining enabled, URLs load
...
forever, process not terminated on exit" r=dougt sr=bzbarsky a=dbaron
2003-01-25 02:30:20 +00:00
darin%netscape.com
383f41f652
fixes bug 189897 "Download starts with Download Error, then Cancel Button disabled"
...
r=adamlock sr=bzbarsky a=dbaron
2003-01-24 00:53:00 +00:00
darin%netscape.com
685a7af468
modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
2003-01-18 02:15:14 +00:00
darin%netscape.com
2347ef8985
new files for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
2003-01-18 01:27:53 +00:00
dbaron%dbaron.org
954ad5f9d9
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 22:35:09 +00:00
seawood%netscape.com
d5efcdfb6d
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
darin%netscape.com
c42e10bea3
first patch for bug 181230 "profile-change-net-teardown must work"
...
r=dougt sr=rpotts a=asa
2002-12-06 06:38:52 +00:00
darin%netscape.com
a943c7119a
additional comment tweaks for bug 157133 "freeze nsIHttpChannel,
...
nsIHttpHeaderVisitor" r/sr=nobody
2002-12-03 22:00:54 +00:00
darin%netscape.com
a80340423e
fixes bug 141605 "Need to work around non-standard Digest auth server
...
implementations [was: Digest Authorization do not quote certain values]"
patch=pach@cs.cmu.edu r=bbaetz sr=darin
2002-11-26 00:26:13 +00:00
darin%netscape.com
d3e6fb750f
fixes bug 175641 "Inappropriate behavior on a 412 response"
...
r=bbaetz sr=bzbarsky
2002-11-25 05:07:10 +00:00
darin%netscape.com
3c74d6d7b1
fixes bug 181440 "UBS E-Banking broken because of regression in http headers"
...
r=morse sr=bz
2002-11-23 01:30:26 +00:00
darin%netscape.com
d9541f875d
fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky
2002-11-22 07:40:16 +00:00
darin%netscape.com
d104a2dce6
fixes bug 181046 "trim unnecessary bytes from standard request headers."
...
r=bbaetz sr=bzbarsky
2002-11-20 20:51:12 +00:00
darin%netscape.com
a4386aa655
fixes bug 179400 "URI fragment present in HTTP Referer" r=bbaetz sr=bz
2002-11-20 06:47:11 +00:00
darin%netscape.com
5a6ccfaf39
fixes bug 173094 "Freeze nsIUploadChannel" r=dougt,timeless sr=rpotts
2002-11-14 20:36:20 +00:00
timeless%mozdev.org
6d1126cc73
Bug 177975 User-agents on Mac OSX should reflect CFM or Mach-O
...
patch by zach@zachlipton.com r=sdagley sr=darin
2002-11-13 04:29:47 +00:00
bzbarsky%mit.edu
74a9b1ed3e
Prioritize data-sniffing over extension-sniffing for ftp and http. Bug
...
177026, r=rpotts, sr=darin
2002-11-06 22:29:17 +00:00
dbaron%fas.harvard.edu
25aa073590
Fix shutdown leak of |nsHttpHandler| and |nsHttpConnection|s by moving calls to |DropConnections| from the |nsHttpHandler| destructor to the XPCOM shutdown observer. Fix error in |PurgeDeadConnections|. b=174131 r=bbaetz sr=darin
2002-11-06 13:01:42 +00:00
darin%netscape.com
48fdab4878
fixes bug 177326 "Mozilla rapidly repeats requests multiple times"
...
r=dougt sr=rpotts a=roc+moz
2002-11-01 01:11:32 +00:00
seawood%netscape.com
57e08a3f3a
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
kaie%netscape.com
370c1737b9
b=171220 Profile switching network teardown race condition with NSS shutdown
...
r=ccarlen sr=darin a=asa
2002-10-14 14:42:13 +00:00
darin%netscape.com
b6cb14410e
fixes sun bustage
2002-10-06 06:32:42 +00:00
darin%netscape.com
c0fa264890
fixes bug 167463 "fromCacheOnly should be an attribute on nsICachingChannel"
...
and fixes bug 166927 "add nsICachingChannel should provide an attribute to
'load only if modified'" r=dougt sr=bzbarsky
2002-10-06 03:20:40 +00:00
darin%netscape.com
7f1956b180
fixes bug 157135 "nsIFileURL need to be frozen" r=dougt sr=bzbarsky
2002-10-06 02:20:35 +00:00
darin%netscape.com
5a150e89c5
fixes bug 168988 "HTTP should reject URLs that lack a hostname."
...
r=dougt sr=rpotts
2002-10-01 00:07:07 +00:00
dougt%netscape.com
1d12c0177b
Move documentURI to a new interface. b=157133. r=rpotts@netscape.com, sr=darin@netscape.com
2002-09-30 23:18:43 +00:00
dougt%netscape.com
1566417aaf
move contentEncodings and applyConversion to a new interface. r=neeti@netscape.com, sr=darin@netscape.com, b=157133
2002-09-27 19:23:21 +00:00
darin%netscape.com
71bb3b05de
fixes bug 170789 "HTTP Accept: header should be tailored to context of the
...
request" r=dougt sr=bzbarsky
2002-09-27 04:22:13 +00:00
dougt%netscape.com
3ce9edcc40
moves nsIHttpHeaderVisitor into a separate IDL file. b=157133. r=neeti@netscape.com, sr=darin@netscape.com
2002-09-26 23:04:01 +00:00
darin%netscape.com
2de4f81a70
fixes bug 170648 "eliminate referrer type from nsIHttpChannel in preparation
...
for freezing" r=dougt sr=rpotts
2002-09-25 21:28:53 +00:00
dougt%netscape.com
4ce8a1539f
Moves uploadStream to nsIUploadChannel. r=neeti@netscape.com, sr=darin@netscape.com, b=100601
2002-09-25 20:15:17 +00:00
shanjian%netscape.com
c06fcf0618
#88363 Site with duplicate Content-Type loads with incorrect encoding
...
when site have multiple content-type, we should use the last one with
charset specified as charset.
r=yokoyama, sr=darin
2002-09-18 18:35:24 +00:00
darin%netscape.com
0c2e6c2638
fixes bug 45421 "Offline: No feedback when browsing to an uncached URL in
...
offline mode" r=adamlock sr=rpotts
2002-09-15 23:40:43 +00:00
darin%netscape.com
aa8c622859
fixes bug 141641 "disabling cross-site HTTPS referrers breaks sites"
...
r=mstoltz,bbaetz sr=dveditz
2002-09-13 22:21:57 +00:00
darin%netscape.com
d47b2f5e65
fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
...
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
darin%netscape.com
5b8a53a10d
fixes bug 24197 "RFE Show progress while uploading files (in a form post)"
...
r=dougt sr=rpotts
2002-09-11 03:23:36 +00:00
caillon%returnzero.com
a5cd43f732
Add a method on the fixup object to strip off wyciwyg from nsIURIs
...
Fixes bug 164006, wyciwyg: should not appear in tab title
r=jag sr=bzbarsky
2002-09-11 01:44:13 +00:00
dougt%netscape.com
fae89c4077
Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 05:38:16 +00:00
darin%netscape.com
893a5843dc
fixes bug 166396 "embedders should be able to override the default socket
...
type used for HTTP connections" r=dougt sr=rpotts a=chofmann
2002-09-06 06:36:17 +00:00
darin%netscape.com
0f68f4db04
fixing a typo in one of the comments.
2002-09-04 06:09:38 +00:00
dougt%netscape.com
f2a00efc93
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
darin%netscape.com
095511d011
http changes required for link prefetching (b=12274) r=dougt sr=rpotts
2002-09-02 00:15:43 +00:00
darin%netscape.com
8b223b8e30
fixes bug 162589 - about:cache-entry should not be sent as a HTTP Referer header.
...
r=bbaetz sr=heikki
2002-08-28 00:02:35 +00:00
darin%netscape.com
abb1b442de
fixes bug 152697 "no limit on the size of a HTTP header" r=dougt sr=dveditz
2002-08-27 02:26:43 +00:00
alecf%netscape.com
dc6d6e3736
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
nhotta%netscape.com
d3a9ace4be
For HTTP redirect, inherit the origin charset of the current uri for a new uri.
...
patch by darin,
bug 161174, r=nhotta, sr=bzbarsky.
2002-08-15 01:16:33 +00:00
kaie%netscape.com
9190a3d74e
Patch from bug 87902 to fix SSL/TLS logic.
...
- make TLS intolerant server detection over proxies work
(this bug 87902)
- on connection failure, only retry without TLS when it is really
likely to help (bug 149910)
- remove obsolete workarounds in SSL i/o layer
(see removed comments in patch)
- avoid to confuse programmers reading code,
by renaming TLSStepUp (which means something else)
to the correct term STARTTLS (what the code is actually doing).
(As suggested by nelsonb)
- If an invalid or expired etc. server certificate is presented,
a warning is shown. If the user decides to cancel,
network activity should stop immediately.
(we currently warn multiple times) (bug 87209)
r=javi/darin/ducarroz/dmose sr=alecf
2002-08-14 23:43:28 +00:00
darin%netscape.com
7e3c89f119
fixes bug 162448 "Page takes loooong to load with pipelining enabled [IIS/5.0]"
...
r=gagan sr=bzbarsky
2002-08-13 23:37:22 +00:00
darin%netscape.com
4a4eb11602
fixes bug 113206 "fix default port selection of nsHttpHandler::NewURI"
...
r=dougt sr=alecf
2002-08-13 20:33:45 +00:00
darin%netscape.com
f4ffbe08da
fixes bug 150604 - digest authentication problem: Mozilla ignores the stale
...
flag from WWW-Authenticate Response Header.
patch=pach@cs.cmu.edu r=dougt sr=darin
2002-08-12 21:38:59 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
jruderman%hmc.edu
b4adfdb967
123293, wyciwyg://0/* urls sent as referrers after document.write. r=bbaetz, sr=darin.
2002-08-10 01:38:54 +00:00
darin%netscape.com
7a582d2388
fixing stupid typo ... wish gcc had been less forgiving!
2002-08-07 01:55:33 +00:00
darin%netscape.com
0e7c2f1d22
fixes bug 105292 - Mozilla is sending an Accept-encoding for deflate and
...
compress but doesn't support it [make timesofindia.com load again!]
r=dougt sr=bzbarsky
2002-08-07 01:16:49 +00:00
alecf%netscape.com
f7ad4265ef
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
bryner%netscape.com
caa52be426
Remove obsolete _IMPL_NS_NET and NS_NET defines (bug 159887). r=cls, sr=bzbarsky, a=asa.
2002-07-30 02:25:08 +00:00
darin%netscape.com
f45557bdd7
fixes bug 146884 - Mozilla sometimes consumes 100% CPU when pipelining is enabled...
...
r=dougt sr=rpotts a=asa
2002-07-27 01:06:05 +00:00
darin%netscape.com
ae0239b558
fixes bug 157861 - have to hit Back twice to return to '300: multiple choices'
...
r=dougt sr=rpotts a=asa
2002-07-24 01:32:07 +00:00
dougt%netscape.com
c2ec17237f
Fixes the following:
...
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final. This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface. This should land for 1.1b since users of the current category manager will have to update their components.
157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.
157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null. It is a bandaide fix as the real problems involves retooling the directory enumerator.
157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do. The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.
r/sr=alecf@netscape.com , rpotts@netscape.com . a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
pete.zha%sun.com
b589151aa7
bug 152279:Transport shouldn't fire status and progress after stop button been clicked for stopping a document load
...
patch=antonio.xu@sun.com r=jkeiser@netscape.com sr=darin@netscape.com
2002-07-02 02:52:22 +00:00
bzbarsky%mit.edu
5a892e5796
Make the scriptloader check the HTTP status and not load 404 pages and
...
such as scripts. Bug 139040, r=jst, sr=rpotts
2002-07-01 23:12:13 +00:00
jkeiser%netscape.com
fff44ac8f7
Keep background images from sending progress events (bug 133250, checkin #1 ). From Antonio.Xu@sun.com. r=bbaetz, sr=darin
2002-06-27 06:46:25 +00:00
darin%netscape.com
ac9620787e
fixes bug 140107 "HTTP headers show in frame [when server pipelines chunked
...
responses]" r=dougt sr=rpotts
2002-06-17 21:08:46 +00:00
darin%netscape.com
f6e6534443
fixes bug 147979 "Mac-SSL connections very slow"
...
r=sdagley sr=beard
2002-06-12 23:44:31 +00:00
kaie%netscape.com
b6b3aaac10
b=149868 http must never use starttls type sockets, even when going over a proxy. http allows all flavors of SSL2/SSL3/TLS (while startls type sockets disallow some flavors).
...
r=bbaetz sr=darin
2002-06-12 14:36:08 +00:00
cbiesinger%web.de
15a321ca78
bug 115473 r=pavlov sr=brendan
...
Remove timer priorities
2002-06-11 20:47:04 +00:00
darin%netscape.com
d5f3668385
fixes bug 144442 "Microsoft-IIS/4.x and Netscape-Enterprise/3.x do not support pipelining"
...
r=gagan sr=rpotts
2002-05-24 00:12:28 +00:00
darin%netscape.com
871afef26b
fixes bug 146074 "Proxy-authorization not on all requests after authentication"
...
r=rjesup@wgate.com sr=rpotts@netscape.com
2002-05-22 03:26:21 +00:00
dougt%netscape.com
c683a217ab
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
darin%netscape.com
55467d6556
fixes bug 141796 "Mozilla crashed in http-pipelining code Trunk M1RC2
...
[@ nsHttpPipeline::GetRequestSize_Locked]" r=jag sr=rpotts
2002-05-15 05:36:04 +00:00
darin%netscape.com
bf39c1069e
fixes bug 143821 "Trunk M1RC2 crashes with bad connection
...
[@ nsHttpHandler::ReclaimConnection]" r=kaie sr=jag
2002-05-15 03:07:14 +00:00
darin%netscape.com
facc91f59a
fixes bug 139817 "M1RC1 topcrash [@ nsHttpChannel::OnStartRequest]"
...
r=gordon sr=jst
2002-05-09 00:31:24 +00:00
darin%netscape.com
0d71545caa
fixes bug 142843 "mozilla ignores 'Expires: 0' and 'Pragma: no-cache' when
...
sent with a 'Last-Modified' header" r=bbaetz sr=rpotts
2002-05-08 19:15:52 +00:00
darin%netscape.com
b4b75daa66
cleaning up documentation, marking some interfaces frozen, and splitting
...
up some interfaces into separate IDL files (b=124465)
reviewed by dougt and bbaetz
2002-05-03 07:49:43 +00:00
darin%netscape.com
18c4af7075
fixes bug 141061 - XMLHttpRequest allows reading of local files
...
r=mstoltz sr=heikki
2002-04-30 23:22:04 +00:00
darin%netscape.com
8c49d39ba8
fixes bug 138780 - Redirect with non-ASCII in URL fails
...
r=andreas.otte@debitel.net sr=rpotts
2002-04-26 22:50:50 +00:00
darin%netscape.com
5a6dcbc584
fixes bug 137692 "This URL create a BLANK screen (instead of 3 frames)"
...
patch=antonio.xu@sun.com , r=bbaetz, sr=darin
2002-04-25 19:31:45 +00:00
hyatt%netscape.com
c0bcb8ed9f
Fix for 139574, wrong user agent specifics on mach-o builds. r=bryner, sr=darin
2002-04-24 00:55:53 +00:00
darin%netscape.com
fd0ccb757f
fixes bug 138754 "http pipelining related assertions" r=gagan sr=rpotts
2002-04-23 07:30:28 +00:00
bryner%netscape.com
2ed061f6c5
Shut down all sockets in http's keepalive/idle list when the SESSION_LOGOUT event happens. This ensures that we don't leak NSS resources associated with SSL sockets. Bug 125561, r=ccarlen, sr=darin.
2002-04-20 05:40:24 +00:00
darin%netscape.com
b4db8085e5
implement HTTP/1.1 pipelining, b=93054
...
r=gagan, sr=rpotts
2002-04-19 22:25:23 +00:00
darin%netscape.com
a1e280136a
fixes bug 60811 "[RFE] User should be able to force HTTP proxy transactions
...
to use HTTP/1.0 exclusively." r=brade,bbaetz sr=rpotts
2002-04-18 22:36:39 +00:00
darin%netscape.com
92b5a3ff13
fixes bug 137965 "Document contains no data on disconnect"
...
r=bbaetz sr=rpotts
2002-04-18 22:30:11 +00:00
badami%netscape.com
ae63b4918c
HTTP 300 page screws up session history
...
bug 114982 sr=darin r=rpotts a=asa
2002-04-11 04:46:27 +00:00
darin%netscape.com
11113d03f1
fixes bug 136678 "byte range request fails if server returns anything other
...
than 206" r=dougt sr=rpotts
2002-04-11 00:24:06 +00:00
badami%netscape.com
6e40c5d2e8
bug 133973 r=bbaetz sr=darin a=asa
...
URL redirection limit exceeded
2002-04-09 03:58:24 +00:00
darin%netscape.com
df38d5649c
fixes bug 134203 "Some credit unions... cannot be accessed with current Mozilla"
...
r=morse, sr=rpotts, a=rjesup
2002-04-09 00:03:23 +00:00
darin%netscape.com
1eb206d67b
fixes bug 132329 "HTTP auto goes into infinite loop"
...
r=gagan sr=rpotts a=valeski
2002-03-28 22:57:41 +00:00
darin%netscape.com
edab6546f5
fixes bug 116365 (second attempt) "[RFE] Cache partial documents; automatically
...
issue byte range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 23:33:19 +00:00
darin%netscape.com
171c8b28ee
backing out changes (for bug 116365) to fix btek page-loader crash.
2002-03-26 08:47:10 +00:00
darin%netscape.com
f2d3a0287d
fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte
...
range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 06:54:07 +00:00
morse%netscape.com
6dcaf507ae
bug 130306, preparing to freeze nsiPasswordManager, r/sr = alecf/darin, a=asa
2002-03-26 01:13:39 +00:00
darin%netscape.com
b91e7edfce
fixes bug 63878 (second patch) "Implement alert for 'document contains no
...
data' (was Going to lexmark.com does nothing, but www.lexmark works
[Connection reset by peer]"
r=gagan, sr=rpotts, a=scc
2002-03-22 21:30:41 +00:00
darin%netscape.com
816733f449
fixes bug 132633 "navigator.appVersion no longer returns OS version !"
...
r=bzbarsky, sr=rpotts, a=scc
2002-03-22 21:25:58 +00:00
darin%netscape.com
9fbd1028d6
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
badami%netscape.com
7136a70c0c
Redirection limit for this URL exceeded; Doom cache entry if redirecting back to self
...
bug 127348 r=gagan sr=darin a=asa
2002-03-20 04:33:51 +00:00
badami%netscape.com
ebacb694a3
Regression in "Proxy-authorization header incorrectly sent to server during SSL session."
...
bug 127671 r=rpotts sr=darin a=asa
2002-03-19 02:26:54 +00:00
badami%netscape.com
298d74cdb6
Instead of an order form page I get an ecommerce security warning
...
bug 128213 r=rpotts sr=darin a=asa
2002-03-18 05:20:58 +00:00
brade%netscape.com
a534ba7f76
bug 129565; always send ":" for userpass sequence; written by darin, r=bbaetz, sr=kin, a=Asa
2002-03-14 14:22:43 +00:00
bzbarsky%mit.edu
abe192dbf6
Do not apply content decoding if the url ends in .gz or .zip. The
...
content-encoding battle never ends... Bug 128199, r=law, sr=darin,
a=asa
2002-03-14 00:51:28 +00:00
badami%netscape.com
22db38cf3d
Proxy-authorization header incorrectly sent to server during SSL session
...
bug 127671 r=rpotts sr=darin a=asa
2002-03-13 07:34:51 +00:00
darin%netscape.com
281c86ec58
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
...
r=dougt sr=shaver a=asa
2002-03-12 00:59:06 +00:00
badami%netscape.com
1bd183664a
regression in removing invalid passwords from password manager
...
bug 127863 r=morse sr=darin a=asa
2002-03-11 13:25:25 +00:00
seawood%netscape.com
65178608c0
Fix |Cannot use const char* to initialize char*| errors for Sun Forte compilers.
...
Bug #129533 r=jag sr=darin a=asa
2002-03-10 07:35:22 +00:00
darin%netscape.com
c0e921342d
fixes bug 114897 "My.Yahoo - Logs you out when using Back button"
...
r=dougt, sr=mscott, a=asa
2002-03-07 20:13:14 +00:00
darin%netscape.com
f1a6738b6c
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00