gandalf%firefox.pl
242dde6bd4
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
ceb559d09a
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
a32f94175a
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
f629e9c17f
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
05339dd922
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
7f7a7ede01
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
2b7e1c4723
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
5c650b2730
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
8c2929e38d
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
f14ee9bcf5
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
8796f6142e
Attempt to fix creature bustage
2005-04-28 23:00:09 +00:00
darin%meer.net
842e3f1534
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
a5eb2a5b07
#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
6b9fd1c92d
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
7da9618f88
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
763f225033
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
20298bb9d1
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
fdfb924503
Backing out bug 220566 to get tboxen green a=#developers
2005-03-31 13:56:30 +00:00
darin%meer.net
c43ac8624e
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
b6c9f9b66a
increased logging for NTLM authentication to help track down cause of bug 283331
2005-03-25 22:25:32 +00:00
darin%meer.net
08146eec42
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
5916205f93
286790 remove unused variable
...
r+sr=darin
2005-03-20 13:22:05 +00:00
darin%meer.net
ad1f266a6d
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
9239483843
Bug 284362 pass unicode host to OnStatus
...
r+sr=darin
2005-03-16 18:04:11 +00:00
cbiesinger%web.de
6bd799be6d
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
43ff9de092
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
59f1123980
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
70bd59ae7d
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
5af3cf95d2
Bug 283921 Crash [@ net_GetURLSpecFromFile]
...
r=darin sr=darin
2005-02-27 21:13:13 +00:00
bsmedberg%covad.net
4b68fa447a
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
bace93fa9d
nsHttpChannel::SetPriority is missing a return statement
2005-02-23 02:09:43 +00:00
timeless%mozdev.org
e51daa5f55
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
14bc4f011a
s/BumpPriority/AdjustPriority/ (bug 278531) r=shaver sr=brendan
2005-02-21 22:21:21 +00:00
darin%meer.net
f2311e1369
fixes bug 278531 "generic request prioritization (loadgroup prioritization)" r=biesi sr=bzbarsky
2005-02-21 20:58:01 +00:00
alex%croczilla.com
b03716c91d
Release notification callbacks to fix XMLHttpRequest leaks. Bug #280808 , r=darin, sr=bzbarsky.
2005-02-07 06:13:13 +00:00
dougt%meer.net
349de7568f
Fixes 280241. WinCE network build changes. r=darin.
2005-01-30 03:52:40 +00:00
bzbarsky%mit.edu
094f5173e0
Adding some documentation on what exceptions get thrown in what circumstances.
2005-01-29 20:10:09 +00:00
bzbarsky%mit.edu
a62cb9f6fd
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
e8c1340b10
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
e47a1ef6c8
fixes bug 142255 "RFE provide a way to prioritize connections" r=bz
2005-01-15 07:01:20 +00:00
bryner%brianryner.com
6c4ea68040
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
19966371fe
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
8bf7cd6391
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
7ccf6e4965
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
821a98a7e0
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
9e8e2e39a0
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
255364b683
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
718d9f9e5b
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
32cee2f7a7
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
55053e0158
Back out 252703 due to Txul / Ts regression.
2004-12-02 01:26:20 +00:00
dbaron%dbaron.org
a84646c6dd
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
bfed9b0bdc
fixes bug 266485 "Enable SPNEGO proxy authentication" r=cneberg sr=bryner
2004-11-23 07:05:27 +00:00
darin%meer.net
f890bcc1d1
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
bb91deb7cc
fixes bug 270075 "crash @[nsFtpState::StopProcessing()]" r=biesi sr=bzbarsky
2004-11-16 02:30:02 +00:00
neil%parkwaycc.co.uk
743a50d77b
Bug 269827 Redirected about channel has wrong original URI r+sr=darin
2004-11-15 23:59:39 +00:00
darin%meer.net
c79cfdbf74
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
1e614b8665
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
a0ed43dc14
fixes bug 267263, r=cneberg sr=dveditz
2004-11-06 01:35:01 +00:00
darin%meer.net
96c79cea45
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
cbiesinger%web.de
fb65e2e542
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
29050563b3
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
cbb3297fbe
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
a570f51ad2
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
42c507da8e
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
926d0ad15f
fixing MingW bustage
2004-10-18 05:35:59 +00:00
darin%meer.net
a478ee055e
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
b883566a35
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
b1b991e111
some webdav plumbing and light tidying; bug 212342; r=darin,sr=bzbarsky
2004-10-15 05:59:21 +00:00
darin%meer.net
cc74b65fae
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
296bc854c5
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
a64339d911
landing followup patch for bug 251969 "crash [@ nsHttpChannel::OnStopRequest ]" r+sr=dveditz
2004-09-29 16:51:46 +00:00
cbiesinger%web.de
9a1977957a
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
c8beb0d58b
fixes bug 251969 "crash [@ nsHttpChannel::OnStopRequest]" r=timeless sr=bzbarsky
2004-09-23 18:49:17 +00:00
timeless%mozdev.org
4bfa0c3c65
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
6e9099b60f
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
392fb69aed
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
815b1030b0
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
b5ded57da7
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
cae8263e6d
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
f353e1e3a4
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
5db61a33cb
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
42c3884b3f
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
36aee346fa
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
4b2ca06dcc
fixes bug 231529 "Optionally enable unprompted NTLM authentication" r=cneberg sr=bryner
2004-08-24 21:18:15 +00:00
darin%meer.net
86606ff3a3
fixes bug 230351 "NTLM base64 decoder should tolerate extra '=' padding" r=cneberg
2004-08-24 21:10:54 +00:00
caillon%redhat.com
895ec082e4
These are C++ files; not IDL. rs=bzbarsky
2004-08-11 07:00:43 +00:00
bzbarsky%mit.edu
632e97544e
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
485d9acb38
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
b2e2b62fd9
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
2930d59940
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
0ba1186e2c
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
2a56ac59d2
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
32c70bc52a
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
e2840246a1
bug 85310 remove *WithConversion from necko r+sr=darin
2004-07-21 12:25:20 +00:00
bzbarsky%mit.edu
7a82794b65
Fix more bustage
2004-07-15 21:10:06 +00:00
bzbarsky%mit.edu
4c226a4a1e
Fix build bustage. Putting includes in ifdefs is BAD!
2004-07-15 20:49:15 +00:00
cbiesinger%web.de
e86024e1cf
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
fc2e6ebbad
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
9fb553acda
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
c46e6f82d5
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