Commit Graph

2225 Commits

Author SHA1 Message Date
cbiesinger%web.de
89d68b8b89 bug 250375 allow necko consumers to append to the Cookie header
r+sr=darin
2005-08-13 11:46:11 +00:00
dbaron%dbaron.org
7b6c6f51b5 Make nsIChannel implementations follow the rules that prevent them from leaking due to cycles with their notification callbacks. b=303043 r=biesi sr=darin 2005-08-12 22:53:22 +00:00
darin%meer.net
4da29c7111 fixes bug 302836 "nsHttpChannel.cpp: IsValidToken() should reject the empty string" patch by shutdown@flashmail.com, r=biesi, sr=darin, a=bsmedberg 2005-08-08 23:32:38 +00:00
darin%meer.net
5802d3b4a6 landing another tweak to patch for bug 297078 "really check for null byte in header values" r+sr=bzbarsky a=sparky 2005-07-27 18:13:11 +00:00
darin%meer.net
4be75474e9 landing follow-up patch to bug 297078 "fix signed character math" r+sr=bzbarsky a=sparky 2005-07-26 21:35:58 +00:00
darin%meer.net
bcc3c00f8f fixes bug 297078 "restrict characters used in headers and the method name" r+sr=bzbarsky a=dveditz 2005-07-26 20:58:35 +00:00
bzbarsky%mit.edu
6c59f965fd Make our content-type header parsing closer to spec (it wasn't allowing some
perfectly valid things), and have only one function for doing said parsing
instead of two separate functions.  Bug 244964, r+sr=darin, a=bsmedberg
2005-07-25 20:27:04 +00:00
darin%meer.net
0e428e3c6f fixes bug 300010 "Canceling a HTTP request while it is reading a partial cache entry does not cancel the corresponding transaction" r=biesi sr=bz a=bsmedberg 2005-07-22 07:54:09 +00:00
dougt%meer.net
4badfa0a35 Updating UA string for WINCE. r=darin, sr=dveditz, a=asa. WinCE only. 2005-07-20 18:43:27 +00:00
shaver%mozilla.org
75d6c1b6e9 Bug 269823: fix invalid casts preventing compilation on 64-bit systems with
gcc4.  Patch from falk@debian.org, r=bsmedberg,sr+a=shaver.
2005-07-20 18:31:42 +00:00
bzbarsky%mit.edu
0d131bd496 Update documentation. Bug 299851, patch by J.P.Klippel <jklippel@xtux.org>,
r=darin, sr=bzbarsky, a=bsmedberg
2005-07-15 21:49:25 +00:00
bsmedberg%covad.net
c70e951ba6 Bug 292624 - XUL error pages should not have chrome privileges, r=darin sr=dveditz a=asa 2005-07-14 17:46:55 +00:00
timeless%mozdev.org
2cea53bda3 Bug 243999 nsresult PrepareAcceptLanguages returns nsnull
patch by b.jacques@planet.nl r=biesi sr=darin a=bsmedberg
2005-06-30 22:01:15 +00:00
darin%meer.net
0f3fecfa5e fixes bug 100022 "PAC: first page/homepage load fails (b/c automatic proxy configuration is slower than first HTTP request)" r=biesi a=asa 2005-06-24 23:58:25 +00:00
gandalf%firefox.pl
734beae463 Bug 296456: Fix license headers on some HTTP source files; r=darin,sr=dveditz, a=asa 2005-06-11 13:12:55 +00:00
timeless%mozdev.org
3fc95f8e53 Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=timeless rs=brendan a=chofmann
2005-06-03 10:26:28 +00:00
pkw%us.ibm.com
de2be6c22d Bug 296270 - Default user agent on AIX contains machine information.
r=mozilla@kaply.com, sr=darin@meer.net, a=mozilla@kaply.com
2005-06-02 23:17:50 +00:00
dougt%meer.net
88fc330993 Fixing regression caused by bug 292368. This patch fixes bug 296369. Simple fix -- use the right contract id. 2005-06-02 15:27:31 +00:00
dougt%meer.net
4c7f9052d3 Add a scriptable hash function API. basically what this does is moves the hashing function out of the nsISignatureVerifier.idl and creates a new interface nsICryptoHash which is scriptable. Because of this change, we needed to fix up all of the call sites. r=darin, sr=dveditz, a=shaver 2005-06-01 16:06:53 +00:00
bzbarsky%mit.edu
1671c18c12 Use the non-deprecated deallocator to deallocate memory. Bug 284158, patch by
David Gardiner <david.gardiner@unisa.edu.au>, r=dougt, sr=bzbarsky, a=shaver
2005-06-01 15:58:12 +00:00
bzbarsky%mit.edu
8c989a0374 Drop our ref to the event queue once we're done with it, just in case. Bug
290969, r+sr=darin, a=brendan
2005-05-17 16:27:52 +00:00
darin%meer.net
25e23f221e fixes bug 278885 "cache access denied from (ntlm) proxy on websites that require basic authentication" patch by jr@eenterphace.org, r+sr=darin, a=asa 2005-05-15 17:30:56 +00:00
darin%meer.net
735db6d988 fixes bug 290982 "Disallow viewsource:javascript and jar:viewsource URLs" r=dveditz sr=jst a=dbaron 2005-05-12 15:20:43 +00:00
darin%meer.net
76bb07d7c6 fixes bug 248827 "Support HTTP/1.1 408 response code [was: 408 request timeout on a used, persistent, keep-alive connection is mistakenly used as the response on a subsequent request]" r=biesi sr=bz a=shaver 2005-05-10 06:09:45 +00:00
darin%meer.net
ce94be71f2 Attempt to fix creature bustage 2005-04-28 23:00:09 +00:00
darin%meer.net
5e2ecc3898 fixes bug 291230 "HTTP downloads don't progress beyond (filesize % 4GB)" patch by mark@moxienet.com, r=biesi, sr=darin, a=asa 2005-04-28 21:34:55 +00:00
mkaply%us.ibm.com
25cc7aa534 #287603
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Rich Walsh - Enable Mozilla to handle URL objects on the command line (similar to .url files on Windows)
2005-04-22 13:29:41 +00:00
darin%meer.net
1270d4f310 fixes bug 289374 "Wrong behaviour when combining INHIBIT_CACHING with LOAD_BYPASS_CACHE" r=biesi sr=bzbarsky a=dbaron 2005-04-15 20:09:56 +00:00
dbaron%dbaron.org
5d312ec4b3 Make it possible for apps, extensions, and vendors to all add tokens to the User-Agent string (using default preferences) without overwriting each other. b=274928 r+sr=darin a=mkaply 2005-04-07 18:11:59 +00:00
cbiesinger%web.de
44625301dd bug 283489 r=darin sr=bz
- Make the HTTP, FTP and file channels implement nsIPropertyBag2 and associated
  interfaces (by inheriting from nsHashPropertyBag)
- Use that interface to expose a "content-length" property giving the length of
  the data as a 64-bit value on the FTP and HTTP channels
- change docshell and xpinstall to use nsIPropertyBag2 instead of nsIProperties
  to read/write the referrer property
2005-04-05 17:40:32 +00:00
darin%meer.net
d7017bfdec fixes bug 220566 "Randomly hangs in PL_HashTableRawLookup at start of page load" r=brendan 2005-04-01 18:35:14 +00:00
bsmedberg%covad.net
0a1d13dc85 Backing out bug 220566 to get tboxen green a=#developers 2005-03-31 13:56:30 +00:00
darin%meer.net
72c1853760 fixes bug 220566 "Randomly hangs in PL_HashTableRawLookup at start of page load" r=brendan 2005-03-31 06:22:11 +00:00
darin%meer.net
7fb846525f increased logging for NTLM authentication to help track down cause of bug 283331 2005-03-25 22:25:32 +00:00
darin%meer.net
f6ffba0f8b landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky 2005-03-25 03:41:33 +00:00
cbiesinger%web.de
1d540761e2 286790 remove unused variable
r+sr=darin
2005-03-20 13:22:05 +00:00
darin%meer.net
a879f0390b fixes bug 282441 "map tiles sometimes fail to load when pipelining is enabled" r=biesi sr=bz 2005-03-16 20:50:37 +00:00
cbiesinger%web.de
4f0f384a98 Bug 284362 pass unicode host to OnStatus
r+sr=darin
2005-03-16 18:04:11 +00:00
cbiesinger%web.de
6e3bd24ced Bug 284276 make the ftp channel pass the correct progressMax value to the
listener's onProgress function
r=darin sr=bz
2005-03-15 22:32:43 +00:00
cbiesinger%web.de
e8d4c35266 181938 allow any protocol to support redirection, using a new
nsIChannelEventSink interface.
r=darin sr=bz
2005-03-07 19:46:06 +00:00
jst%mozilla.jstenback.com
c0bff6d43b Fixing the browser side of bug 265536. Make the user agent string differentiate between 32-bit and 64-bit version of mozilla when running on x86_64 unix systems. r=bzbarsky@mit.edu, sr=darin@meer.net 2005-03-03 18:08:01 +00:00
jst%mozilla.jstenback.com
823dbb9d2e Hmm, apparently people don't build often on Mac's where XP_MAC is defined any more... sr=me 2005-03-03 01:27:36 +00:00
timeless%mozdev.org
fa5805ad29 Bug 283921 Crash [@ net_GetURLSpecFromFile]
r=darin sr=darin
2005-02-27 21:13:13 +00:00
bsmedberg%covad.net
361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
darin%meer.net
893b507a43 nsHttpChannel::SetPriority is missing a return statement 2005-02-23 02:09:43 +00:00
timeless%mozdev.org
6846a96b4f Bug 282643 Rename two of three buf local variables in nsHttpChannel::SetupTransaction
r=biesi sr=darin
2005-02-22 07:31:18 +00:00
darin%meer.net
bdb13852d9 s/BumpPriority/AdjustPriority/ (bug 278531) r=shaver sr=brendan 2005-02-21 22:21:21 +00:00
darin%meer.net
ea421f6654 fixes bug 278531 "generic request prioritization (loadgroup prioritization)" r=biesi sr=bzbarsky 2005-02-21 20:58:01 +00:00
alex%croczilla.com
5557032fc1 Release notification callbacks to fix XMLHttpRequest leaks. Bug #280808, r=darin, sr=bzbarsky. 2005-02-07 06:13:13 +00:00
dougt%meer.net
fe9111c83c Fixes 280241. WinCE network build changes. r=darin. 2005-01-30 03:52:40 +00:00
bzbarsky%mit.edu
ae855c951d Adding some documentation on what exceptions get thrown in what circumstances. 2005-01-29 20:10:09 +00:00
bzbarsky%mit.edu
d9f747cca2 Add about:license and about:licence and make about: link to them. Bug 256945,
r=gerv, sr=darin
2005-01-23 21:02:36 +00:00
cbiesinger%web.de
8a011382f8 bug 134165 use nsCString rather than nsXPIDLCString. patch by Mikael Parknert
<mikael@parknert.se> r=biesi sr=darin
2005-01-23 19:51:44 +00:00
darin%meer.net
902927922e fixes bug 142255 "RFE provide a way to prioritize connections" r=bz 2005-01-15 07:01:20 +00:00
bryner%brianryner.com
cd3200aa40 Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin. 2005-01-13 03:25:28 +00:00
darin%meer.net
7360e8f357 fixes bug 277322 "XMLHttpRequest from chrome fails to prompt when auth needed" r+sr=bzbarsky 2005-01-12 03:27:54 +00:00
cbiesinger%web.de
8ab6e0d7d1 bug 264599 make unfrozen necko interfaces use 64-bit integers.
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
bsmedberg%covad.net
79241940e8 Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00
darin%meer.net
3a069e62e4 fixes bug 253394 "nsFtpState::S_user leaks user & password string" patch by jon@rekai.net r+sr=darin 2004-12-05 19:20:19 +00:00
mvl%exedo.nl
cc2f472e3c bug 272277: Change to Append/Assign/Equals-Literal in networking
patch by Mikael Parknert <mikael@parknert.se>, r=cbiesinger, sr=darin
missed one review comment
2004-12-04 14:19:39 +00:00
db48x%yahoo.com
cebb9552f5 bug 272277: Change to Append/Assign/Equals-Literal in networking
patch by Mikael Parknert <mikael@parknert.se>, r=cbiesinger, sr=darin
2004-12-04 10:19:29 +00:00
bzbarsky%mit.edu
6ea2a9f57e Use nsIFile::Equals to implement Equals for two nsStandardURLs that are both
file urls.  Bug 127373, r+sr=darin
2004-12-03 04:19:48 +00:00
dbaron%dbaron.org
b9115b7644 Make nsResURL work correctly with fastload and make nsResURL::Clone work correctly. b=252703 r=darin sr=bzbarsky 2004-12-02 06:59:34 +00:00
dbaron%dbaron.org
9643fc6c04 Back out 252703 due to Txul / Ts regression. 2004-12-02 01:26:20 +00:00
dbaron%dbaron.org
21dccaeace Fix theme switching bugs related to insufficient change handling when entry points to themes are stylesheet links (processing instructions or XBL stylesheet elements) or xul:image src attributes by giving the chrome: protocol its own URL implementation that remembers the URL to which the chrome: URL was resolved and uses that resolved URL as part of equality testing. Fix various fastload issues arising from this change. b=252703 r=darin sr=bzbarsky 2004-12-01 22:39:17 +00:00
darin%meer.net
b8382a8d94 fixes bug 266485 "Enable SPNEGO proxy authentication" r=cneberg sr=bryner 2004-11-23 07:05:27 +00:00
darin%meer.net
db17c93d73 fixes bug 259979 "Changes to keyword.URL require restarting Firefox" patch by lesx99@lycos.com, r=biesi, sr=darin 2004-11-16 16:17:59 +00:00
darin%meer.net
61373cec0e fixes bug 270075 "crash @[nsFtpState::StopProcessing()]" r=biesi sr=bzbarsky 2004-11-16 02:30:02 +00:00
neil%parkwaycc.co.uk
7d6ae4fb59 Bug 269827 Redirected about channel has wrong original URI r+sr=darin 2004-11-15 23:59:39 +00:00
darin%meer.net
f103a62f64 fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky 2004-11-15 20:16:52 +00:00
bmlk%gmx.de
5c90e153b6 send user/pref specified password if specified instead of default password for anonymous ftp, bug 266835 p= Frank Wein, r=biesi, sr=darin" 2004-11-06 16:57:10 +00:00
darin%meer.net
c652054c39 fixes bug 267263, r=cneberg sr=dveditz 2004-11-06 01:35:01 +00:00
darin%meer.net
189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
cbiesinger%web.de
a3fc1b4720 247334 abort loading a channel when a 206 response has a different
content-encoding than the first part. r=darin sr=bz
2004-10-31 21:50:01 +00:00
dveditz%cruzio.com
dda30fd22f bug 265135: put internal referrers on channels to fix xpinstall whitelisting the right way. r=darin,sr=jst 2004-10-28 22:52:45 +00:00
cbiesinger%web.de
2e997df0c3 265333 don't explicitly pass all arguments to NS_NewInputStreamChannel, so that the
more efficient variant with fewer arguments can be used r+sr=darin
2004-10-25 22:08:09 +00:00
darin%meer.net
89fe06f96a fixes bug 263903 "redirects with a body not cached properly" r=biesi sr=bz 2004-10-25 19:55:10 +00:00
bzbarsky%mit.edu
9db7c3c195 Don't crash if the encoding enumerator is accessed when we have no response
head.  Bug 264825, r=biesi, sr=darin
2004-10-19 04:38:44 +00:00
darin%meer.net
9916bcaa22 fixing MingW bustage 2004-10-18 05:35:59 +00:00
darin%meer.net
ae50a08b3d fixes bug 256949 "browser not using the right credentials for proxy authentication" r=cneberg sr=bzbarsky 2004-10-17 20:19:47 +00:00
dveditz%cruzio.com
fc3828e750 bug 259120: make "no" button be the Suspicious-auth dialog default, r=darin,sr=jst 2004-10-16 20:46:44 +00:00
shaver%mozilla.org
0fd1bdf643 some webdav plumbing and light tidying; bug 212342; r=darin,sr=bzbarsky 2004-10-15 05:59:21 +00:00
darin%meer.net
77486c0d04 fixes bug 263263 "Dialog box asks if I meant to load www.google.com. If I answer no, it loads anyway." r=bzbarsky sr=dveditz 2004-10-12 19:56:07 +00:00
cbiesinger%web.de
a8f4be422b 242393 r=darin sr=bz only write content to the pipe if the content started; this
ensures that OnDataAvailable is only called if we have a response head. also,
add some assertions.
2004-09-30 14:20:27 +00:00
darin%meer.net
2966e5b957 landing followup patch for bug 251969 "crash [@ nsHttpChannel::OnStopRequest ]" r+sr=dveditz 2004-09-29 16:51:46 +00:00
cbiesinger%web.de
f82b3b55cc 261643 don't register error strings by name - they can be found by value too.
r+sr=darin
2004-09-28 20:17:47 +00:00
darin%meer.net
1069b449de fixes bug 251969 "crash [@ nsHttpChannel::OnStopRequest]" r=timeless sr=bzbarsky 2004-09-23 18:49:17 +00:00
timeless%mozdev.org
bca91b2417 Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread
patch by timwatt@gmail.com r=darin sr=darin
2004-09-21 16:00:50 +00:00
cbiesinger%web.de
79d31490c5 Bug 259570 Remove caps dependency from network/build. Also, make
nsHttpDigestAuth's destructor nonvirtual.
r+sr=darin
2004-09-15 21:09:46 +00:00
bsmedberg%covad.net
787217fd3c Bug 259273 - missing locale in useragent string (and in navigator.locale) r+sr=darin 2004-09-15 19:49:30 +00:00
cbiesinger%web.de
98b4eea0df bug 248044 move jar protocol handler into libjar. removing now-unused files
r=bsmedberg sr=darin
2004-09-14 20:42:20 +00:00
cbiesinger%web.de
1d61416f70 Bug 248044 move jar protocol handler into libjar. these are the changes to the
existing files
r=bsmedberg sr=darin
2004-09-14 18:40:26 +00:00
darin%meer.net
b853169d42 landing v1.1 patch for 257162 "core changes required to enable XULRunner functionality" r=bsmedberg 2004-09-07 18:59:07 +00:00
vladimir%pobox.com
8b6be2cf93 b=205947, proxy: mailnews does not display proxy auth dialog, r=darin, sr=shaver 2004-09-02 05:13:25 +00:00
cbiesinger%web.de
eaca3dbd1b Bug 227057 remove nsIResumableEntityID in favor of using strings for the entity
id.
r=darin sr=bzbarsky
2004-09-01 18:04:17 +00:00
dougt%meer.net
7b1a85f11a adding WebSTAR to the list of known FTP sites. r=sspitzer, sr=darin, b=106876 2004-08-28 07:47:32 +00:00
timeless%mozdev.org
9899ad128b Bug 254394 mozilla nsHttpHandler PR_Assert WellOrdered
patch by jw6057@bacon.qcc.mass.edu r=darin sr=darin
2004-08-26 13:45:28 +00:00
darin%meer.net
3aa03e4e0f fixes bug 231529 "Optionally enable unprompted NTLM authentication" r=cneberg sr=bryner 2004-08-24 21:18:15 +00:00
darin%meer.net
5e133a1ea4 fixes bug 230351 "NTLM base64 decoder should tolerate extra '=' padding" r=cneberg 2004-08-24 21:10:54 +00:00
caillon%redhat.com
2fdef090da These are C++ files; not IDL. rs=bzbarsky 2004-08-11 07:00:43 +00:00
bzbarsky%mit.edu
26ac90ee08 Store all error pages in cache so view-source and history do the right thing.
Enforce the "non-caching" of error pages in MustValidate().  Bug 212650 r+sr=darin
2004-08-09 15:57:34 +00:00
cbiesinger%web.de
068bc72122 set an event sink on the control connection's socket transport, and forward
"looking up host", "connecting to host" and "connected to host" events to the
progress sink.
Bug 252344 r=darin sr=bz
2004-08-08 20:17:54 +00:00
darin%meer.net
c41f4b4ba3 fixes bug 249282 "Permit mixing of \ and / in file:// URLs under Win32" r=biesi sr=bzbarsky 2004-08-04 17:08:27 +00:00
darin%meer.net
de308e6df5 fixes bug 252118 "necko ignores settings for max-persistent-connections-per-server" r=biesi sr=bzbarsky 2004-08-03 23:41:36 +00:00
mvl%exedo.nl
78cf18cc57 prompt for username and password when anonymous ftp login failed
bug 124561, r=biesi, sr=darin
2004-07-30 10:56:14 +00:00
bzbarsky%mit.edu
82e85f919c Implement IRequest::INIHIBIT_CACHING. Patch by William Bardwell
<wbardwel@curl.com>, r=darin, sr=bzbarsky.
2004-07-30 05:07:04 +00:00
jst%mozilla.jstenback.com
042e913e2b Fixing bug 250909. Make ftp: URIs containing %00 invalid. r=bzbarsky@mit.edu, sr=darin@meer.net 2004-07-30 02:45:46 +00:00
cbiesinger%web.de
7f707d30dd bug 85310 remove *WithConversion from necko r+sr=darin 2004-07-21 12:25:20 +00:00
bzbarsky%mit.edu
86c1015042 Fix more bustage 2004-07-15 21:10:06 +00:00
bzbarsky%mit.edu
888f05425c Fix build bustage. Putting includes in ifdefs is BAD! 2004-07-15 20:49:15 +00:00
cbiesinger%web.de
3ece6a2483 Bug 69114 go to the target of a .url file, instead of showing its contents, when
opening such a file in mozilla
r=darin sr=bz
2004-07-15 20:21:44 +00:00
darin%meer.net
c475505cc7 fixes bug 85484 "Proxy: auth prompt doesn't show realm" r=biesi sr=bzbarsky 2004-07-15 13:11:55 +00:00
darin%meer.net
6c4a94cbba fixes bug 201040 "Unable to view page source of the page that uses IDN" r=biesi 2004-07-01 23:45:34 +00:00
darin%meer.net
197c6f3576 fixes bug 224237 "PAC: make failover behave according to specification"
original patch by jerry.tan@sun.com with revisions by darin, r=biesi
2004-07-01 23:31:47 +00:00
darin%meer.net
65752c93cb fixing up comments that reference the non-existent nsIHttpNotify 2004-06-30 18:24:08 +00:00
cbiesinger%web.de
6263ab98d2 bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
r+sr=darin
2004-06-29 16:45:07 +00:00
cbiesinger%web.de
ea0cd0c56e get rid of AssignWithConversion in necko
bug 85310 r+sr=darin
2004-06-27 13:50:47 +00:00
cbiesinger%web.de
aeaeb4287b bug 247715 make use of new nsUint64 type, which fixes an incorrect assertion by making the comparison unsigned instead of signed
r+sr=darin
2004-06-27 13:11:54 +00:00
cbiesinger%web.de
00d7617374 bug 248201 necko should not overwrite specific error code when trying to resume a dir listing
r=dougt sr=darin
2004-06-27 13:05:06 +00:00
cbiesinger%web.de
6fa8bd737d bug 247607 http-index-format -> html conversion should be done by the necko caller, not by the channels
r+sr=darin
2004-06-25 18:30:22 +00:00
ben%bengoodger.com
0ff1207b6d 243387 - about:plugins broken by download size reduction changes. Move about:plugins page to global package to remove dependency on defunct "communicator" package. r=mconnor 2004-06-20 01:42:05 +00:00
cbiesinger%web.de
1ca4a954f8 bug 246525 cache entries should have intl-friendly date format; make them use ISO 8601
patch by Constantine A. Murenin <cnst+bmo@bugmail.mojo.ru> r=biesi sr=darin
2004-06-18 18:09:54 +00:00
roc+%cs.cmu.edu
0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
cbiesinger%web.de
8ef49c61c2 bug 243974 can't download files larger than 4 GB
Also changes nsIResumableChannel to have a resumeAt function, that does not open the channel immediately, and changes its size parameter to a 64 bit integer
r=darin sr=bryner
2004-06-16 19:51:21 +00:00
darin%meer.net
5069f4f76c fixes bug 246264 "nsHttpChannel may leak mResponseHead" r=pedemont sr=bryner 2004-06-16 15:05:42 +00:00
darin%meer.net
96dfe84514 fixes bug 246337 "nsIProxy is unused and should be removed; nsISOCKS4SocketInfo is also unused and can be likewise removed" r=biesi 2004-06-11 15:31:21 +00:00
darin%meer.net
120fd5c31a fixes bug 246329 "SchemeIs failure leaks nsHttpChannel" r=biesi 2004-06-11 15:09:36 +00:00
cbiesinger%web.de
52ead053dd bug 245689 ftp channels report NS_ERROR_FAILURE when resuming fails, instead of NS_ERROR_NOT_RESUMABLE
r=bbaetz sr=darin
2004-06-11 14:56:35 +00:00
darin%meer.net
bd982d0036 fixes bug 246106 "Defensive (anti-phishing) auth prompts are displayed when they should not be displayed" r+sr=dveditz 2004-06-09 22:09:05 +00:00
darin%meer.net
3909bbd4b2 fixes bug 245110 "Crash [@ nsAboutRedirector::NewChannel]" r=biesi 2004-06-08 21:22:47 +00:00
roc+%cs.cmu.edu
0e3ff503fb Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu
de3d1593d2 Fix nsJARURI::Equals so anchor scrolling creates history entries in files
loaded from a jar.  Bug 244137, r+sr=darin
2004-05-20 23:29:52 +00:00
cbiesinger%web.de
51e61b254e remove unused files, and an unused member of nsDataHandler, and unused defines in nsNetCID.h (which referred to a no longer existing component)
bug 243098 r+sr=darin
2004-05-09 18:18:07 +00:00
cbiesinger%web.de
80591841bd bug 243010 nsHttpHandler::GetMIMEService unused
r+sr=darin
2004-05-08 18:02:10 +00:00
darin%meer.net
65e856be81 changing default value for phishy userpass length from 16 to 1 per discussion in bug 232567, and so that the value used on the trunk matches the value used on the 1.7 branch. 2004-05-08 00:40:03 +00:00
scott%scott-macgregor.org
7d6d82ab51 Bug #68877 --> use the IP address of the host for the smtp connection as the domain name for HELO/EHLO instead
of just using the domain name of the sender.

Patch by Christian Eyrich
r=darin
sr=mscott
2004-04-29 23:07:05 +00:00
darin%meer.net
1e8d941f96 landing patch for bug 241124 "move GSSAPI code behind nsIAuthModule so it can be used by mail protocols" r=cneberg sr=bryner 2004-04-28 02:12:52 +00:00
bzbarsky%mit.edu
f4cdda904d Make sure to grab the security info from the underlying channel so that the
lock icon goes into the locked state properly for remote jars over https.  Bug
240496, r+sr=darin
2004-04-21 14:58:45 +00:00
darin%meer.net
80ff5a1004 landing mEventQ portion of patch from bug 237958 "cleanup the way nsHttpChannel gets the current event queue" r=biesi sr=bzbarsky 2004-04-20 00:56:29 +00:00
bzbarsky%mit.edu
7646ea853d Treat the 'h' type as HTML. Bug 215866, r=bbaetz, rs=darin 2004-04-19 20:51:51 +00:00
gerv%gerv.net
8b8dde7d95 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
darin%meer.net
9ae1052a56 landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner 2004-04-17 00:58:23 +00:00
darin%meer.net
db90a4d605 updating some comments related to the defensive auth prompting patch, bug 232567 2004-04-16 18:59:01 +00:00
bzbarsky%mit.edu
1731f9c04c Make sure to copy over the "common name" (actually "pretty name") of the cert
when cloning it.  Bug 240628, r=caillon, sr=darin.
2004-04-16 15:10:42 +00:00
timeless%mozdev.org
47a7084980 Bug 205140 Prefs: remove "network.http.*.timeout"
r=darin sr=darin
2004-04-16 06:45:05 +00:00
darin%meer.net
54acdf7af3 patch for bug 232567 "Warn when HTTP URL auth information isn't necessary or when it's provided" r=dougt sr=dveditz 2004-04-16 04:48:02 +00:00
cbiesinger%web.de
14177dedcb Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
darin%meer.net
56ef759c17 fixes bug 238847 "working path's problem of FTP connection" r=dougt sr=bryner 2004-04-15 06:10:41 +00:00
cbiesinger%web.de
91a47b5ddb Bug 219556 necko support for resumable downloads via http
r=darin sr=bzbarsky
2004-04-14 17:37:39 +00:00
neil%parkwaycc.co.uk
02a8c74280 Bug 238257 File URLs aren't respecting user network.dir.format pref r/sr=darin 2004-04-12 22:31:38 +00:00
neil%parkwaycc.co.uk
6d32713258 Bug 239149 restore whitespace after colons in about:cache subpages p=jmd@pobox.com r=me sr=darin a=asa 2004-04-10 20:30:38 +00:00
darin%meer.net
8da4a5e516 fixes bug 240053 "lock icon not updated properly on redirect of HTTPS request" r=biesi sr=bz a=dbaron 2004-04-10 20:03:03 +00:00
darin%meer.net
411a42d866 fixing win32 bustage 2004-04-08 01:50:32 +00:00
darin%meer.net
b64cf9c3d3 backing out unintended change 2004-04-08 00:24:11 +00:00
darin%meer.net
02d0ee1b98 fixes bug 226278 "HTTP authentication cache should include URI scheme in its key" r=cneberg@sandia.gov sr=dveditz a=chofmann 2004-04-07 23:34:35 +00:00
darin%meer.net
11b4c2f2d6 fixes bug 239405 "strchr, strrchr, etc. implicit const_cast can cause problems for shared string buffers" r=bienvenu sr=dbaron a=chofmann 2004-04-03 17:16:17 +00:00
darin%meer.net
2f32a9a4f3 fixes bug 237686 "Mozilla cannot browse FTP server running under MVS, OS/390" r=dougt sr=bzbarsky a=asa 2004-03-29 04:01:41 +00:00
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
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