cbiesinger@gmx.at
81d05d6ecf
388523 make sure to call OnStartRequest even when we have a pending auth retry and the channel has been cancelled in the meantime r+sr=bz
2007-08-07 13:09:25 -07:00
cbiesinger@gmx.at
44e169b508
389440 move LOAD_NO_NETWORK_IO to nsICachingChannel to avoid modifying semantics of a frozen interface. Also replace NS_ERROR_NEED_NETWORK with NS_ERROR_DOCUMENT_NOT_CACHED
...
r+sr=bz a=roc
2007-07-26 19:40:45 -07:00
dcamp@mozilla.com
0cac14e210
update the offline cache atomically. b=389223, r=biesi, sr=jst
2007-07-24 23:31:27 -07:00
dcamp@mozilla.com
95ba46800c
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
2007-07-08 15:15:51 -07:00
jwalden@mit.edu
6d7584839a
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
benjamin@smedbergs.us
f1593a410c
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
2007-07-02 11:20:24 -07:00
bent.mozilla@gmail.com
d16e5a9bee
Bug 386233 - "Content sniffers not always run depending on cache state". r+sr=biesi.
2007-07-02 11:16:52 -07:00
benjamin@smedbergs.us
b21f7b3a04
Reverting bug 383167 again for linux test bustage :-(
2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us
c93d1d5be6
Bug 383167 trying again, reviews by luser and biesi, sr=jst
2007-06-26 09:35:01 -07:00
roc+@cs.cmu.edu
83d1634cc5
Bug 381657. Install offline cache listener even for loads from the disk/memory caches. patch by Dave Camp, r+sr=biesi
2007-05-29 19:34:23 -07:00
gavin@gavinsharp.com
7772de75a1
Bug 379997: don't delete logins if authentication fails, patch by Justin Dolske <dolske@mozilla.com>, r+sr=biesi
2007-05-14 11:39:34 -07:00
asqueella@gmail.com
79da1f0638
Bug 369787 - calling nsHttpChannel::SetContentType on a closed channel doesn't work as expected.p=Sylvain Pasche <sylvain.pasche@gmail.com>r=biesi, sr=darin
2007-05-13 10:09:52 -07:00
sayrer@gmail.com
39801af7f6
Bug 378787. Digest Authentication Request Splitting. r=biesi, sr=brendan
2007-05-03 20:31:30 -07:00
dbaron@dbaron.org
d98d9fdec5
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 08:33:38 -07:00
cbiesinger@web.de
3698410a1a
Bug 372486 – Document and enforce that channels can't be reopenedpatch by Sylvain Pasche <sylvain.pasche@gmail.com> r=biesi sr=darin
2007-03-23 14:56:32 -07:00
hg@mozilla.com
05e5d33a57
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00
roc+%cs.cmu.edu
81867edd87
Bug 367447. Support <link rel="offline-resource">. Patch by Dave Camp, r+sr=biesi
2007-03-14 01:52:07 +00:00
roc+%cs.cmu.edu
96bcb5c271
Bug 362435. Try using Samba's ntlm_auth to perform NTLM authentication on our behalf, when available. If the user has logged in by authenticating to Active Directory, then this may avoid having the user enter their password again. (single sign on) r+sr=biesi
2007-03-08 01:48:25 +00:00
kaie%kuix.de
b0d5f8d5e3
Bug 107491, improve SSL error messages
...
Patch v9 - docshell and netwerk portions
Checking in subset to enable landing of crypto code.
r/sr=cbiesinger
2007-02-17 03:47:28 +00:00
asqueella%gmail.com
88e519f7ef
Bug 223846 - AuthName with escaped " in it sets wrong realm
...
p=Ryan Jones <sciguyryan@gmail.com>
r+sr=biesi
2007-02-11 00:33:29 +00:00
jshin%mailaps.org
88da57650a
bug 359808 : drop support for Win9x/ME (get rid of 'A' API code) : r=darin, sr=dougt, sr=darin
2007-02-08 17:48:22 +00:00
gavin%gavinsharp.com
d3de3edfef
Bug 365529: Take advantage of new yes/no constant in nsIPrompt, patch by Ryan Jones <bugs@ryan-jones.com>, r+sr=biesi for /netwerk, r+sr=neil for mailnews, r=me for the rest
2007-01-04 18:48:53 +00:00
cbiesinger%web.de
d8745613ca
bug 357958 Ignore unsupported content encodings instead of making them a fatal
...
error
r+sr=darin
2006-12-19 15:03:17 +00:00
jwalden%mit.edu
be3ed1d792
Bug 359824 - necko unit test failure: test_authentication.js. Previous commit to revert bug 223846 forgot to remove an extra header that the original commit added; this commit removes that unnecessary include. r=vlad on the original backout patch
2006-11-23 13:19:53 +00:00
sspitzer%mozilla.org
e479dd1e95
backing out the fix for bug #223846 (AuthName with escaped quote in it sets wrong realm) because it causes two regressions:
...
bug #361544 : unable to log into https://intranet.mozilla.org
bug #359824 : necko unit test failure: test_authentication.js
thanks to jeff walden for the patch.
r=vlad, g# agrees with the backout, too.
2006-11-23 01:09:20 +00:00
sspitzer%mozilla.org
f6598b7ba0
tree is closed, backing out my last backout
2006-11-22 22:13:14 +00:00
sspitzer%mozilla.org
8ea56c0bc6
backing out the fix for bug #223846 (AuthName with escaped quote in it sets wrong realm) because it causes two regressions:
...
bug #361544 : unable to log into https://intranet.mozilla.org
bug #359824 : necko unit test failure: test_authentication.js
thanks to jeff walden for the patch.
r=vlad, g# agrees with the backout, too.
2006-11-22 22:03:58 +00:00
bzbarsky%mit.edu
0a3a624149
Make it possible for protocol handlers to configure how CheckLoadURI should
...
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
gavin%gavinsharp.com
b924284098
Bug 223846: AuthName with escaped quote in it sets wrong realm, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r=biesi, sr=darin
2006-11-06 14:48:57 +00:00
timeless%mozdev.org
46d2b15871
Bug 106386 Correct misspellings in source code
...
r=glennrp@gmail.com , bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
darin%meer.net
0a3e84eb0b
fixes bug 352848 "treat invalie Expires header as expires immediately" r=biesi
2006-10-04 02:54:15 +00:00
cbiesinger%web.de
79738ef491
Bug 265780 make FTP use nsIAuthPrompt2
...
r=darin
2006-09-22 21:06:57 +00:00
cbiesinger%web.de
ceb5af864c
fixing bustage from Bug 351876
2006-09-15 22:33:04 +00:00
cbiesinger%web.de
74a2a1d30c
Bug 351876 Move nsICryptoHash into necko
...
r=darin
2006-09-15 22:06:31 +00:00
cbiesinger%web.de
6a579c885f
removing unused include
2006-09-13 23:42:33 +00:00
cbiesinger%web.de
d3117cbea4
Bug 265780 make the level argument to nsIAuthPrompt2 useful by introducing a
...
new flag for nsIHttpAuthenticators indicating whether the PW will be encrypted
r=darin
2006-09-05 23:47:30 +00:00
cbiesinger%web.de
53e3d8497d
Bug 350790 Don't send the request to the server if an on-modify-request
...
observer or a loadgroup observer cancelled the channel
r=darin
2006-08-31 17:51:52 +00:00
cbiesinger%web.de
8c59aae763
Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
...
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2006-08-26 21:42:54 +00:00
darin%meer.net
9747f015f1
fixes bug 335909 "google search 'wiki cheese' and click first hit, results in blank page" r=biesi
2006-08-07 18:04:29 +00:00
cbiesinger%web.de
68efed5537
bug 346151 Add nsIProxiedChannel to allow querying the proxy info a channel
...
was created with
r=darin sr=bz
2006-08-01 21:28:31 +00:00
darin%meer.net
c9004b71dd
fixes bug 318006, r=biesi, sr=dveditz
2006-07-20 00:57:38 +00:00
darin%meer.net
806f2c78ff
fixes bug 323708 "Recalculation of ComputeFreshnessLife wrong after performing If-Modified-Since / If-None-Match request" patch by mozilla@com.jkkn.dk r=biesi sr=darin
2006-06-27 23:49:31 +00:00
darin%meer.net
10a0c2ec34
fixes bug 184304 "When memory cache is disabled, no-store pages are not displayed at all" patch by mozilla@Weilbacher.org, r=biesi, sr=darin
2006-06-27 21:57:13 +00:00
gavin%gavinsharp.com
6dd81ae590
Bug 326528: fix out-of-bound error in pref reading code, r+sr=darin
2006-06-26 00:05:15 +00:00
darin%meer.net
c5a852d94f
fixes bug 312811 "Port blocking code gets confused by proxy server" r=biesi sr=bzbarsky
2006-06-24 01:25:17 +00:00
darin%meer.net
b1554032ae
fixes bug 331825 "Unable to do conditional gets via XMLHttpRequest with 1.5.0.1, works in 1.0.7" r=biesi sr=bzbarsky
2006-06-23 00:49:40 +00:00
darin%meer.net
c6846a8db6
fixing bug 334142 "Firefox 1.5.0.2 doesn't work with some online banking systems" r+sr=bzbarsky
2006-06-22 21:53:06 +00:00
darin%meer.net
cb43666976
fixes bug 308371 "Add additional instrumentation to Http protocol" patch by LeRoy Krueger (leroyk@attglobal.net), r+sr=darin
2006-05-19 22:50:02 +00:00
darin%meer.net
153449a95e
fixes bug 337893 "nye bloat tbox sometimes reports 'RLk:-2147483048.00000B'" r+sr=bzbarsky
2006-05-16 20:11:22 +00:00
darin%meer.net
ea010b8b75
fixes bug 337752 "gcc 3.2.2 generates bad code for nsRunnableMethod<T>" r=bsmedberg
2006-05-12 20:18:13 +00:00