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 |