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
timeless%mozdev.org
52532acd61
Bug 229476 about:cache title capitalization inconsistent
...
patch by jmd@pobox.com r=bz sr=darin
2004-01-11 08:11:53 +00:00
technutz%netscape.net
48c9af73a5
Bug 106618. Change KB to KiB across the application. Patch by Alexey Chernyak <alexey@optus.net>. r=bz, sr=darin
2003-12-26 07:11:58 +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
861d5ef83d
fixes bug 227267 "Upload file doesn't work well. It just upload file with zero size. [ftp only?]" r=dougt sr=dveditz a=chofmann
2003-12-18 18:41:05 +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
bzbarsky%mit.edu
a8938a3267
Make nsJARURI implement nsIURL. Bug 224797, r=andreas.otte@debitel.net,
...
sr=darin
2003-11-16 21:43:43 +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
darin%meer.net
e4ebafaa4b
fix uninitialized variable warning, bug 204503, patch by alfredkayser@nl.ibm.com, r+sr=darin
2003-11-12 20:09:05 +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
caillon%returnzero.com
66caced69a
Re-land patch for bug 83536, merging principal objects.
...
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2003-10-21 22:11:49 +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
cbiesinger%web.de
cb60788092
Bug 217433. Implement nsIRequest::Suspend and ::Resume for the data: channel, by using nsIInputStreamPump.
...
r=darin sr=bzbarsky
2003-10-10 13:41:20 +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
f9bc2f9713
fixing bustage
2003-10-06 02:12:49 +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
bzbarsky%mit.edu
5dcb44523e
Make GetPath() work on jar: URIs, incidentally making it possible to use such
...
as src uris for frames again. Bug 220776, r=timeless, sr=darin
2003-10-03 22:15:24 +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
452afe9434
fixes bug 216854 "necko should not have a compile-time dependency on exthandler" r=dougt sr=bryner
2003-09-16 16:12:59 +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
cbiesinger%web.de
0878bdb775
Bug #218920
...
nsDataChannel uses WriteSegments for no good reason
r=darin sr=bz
2003-09-13 21:18:08 +00:00
caillon%returnzero.com
a7aa61013a
about:about
...
Bug 56061
r=bryner@brianryner.com
sr=darin@meer.net
2003-09-13 19:35:59 +00:00
bsmedberg%covad.net
0568e675fc
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-13 17:55:56 +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
mkaply%us.ibm.com
d24ef33a8a
Bug #203344
...
r=darin, sr=alecf
Code from Alfred Kayser - optimization in nsJarChannel
2003-09-11 16:45:50 +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