Commit Graph

4994 Commits

Author SHA1 Message Date
timeless%mozdev.org
b5467d3fca Bug 296892 OOM crash [@ nsSocketTransport::Init]
r=darin sr=darin a=asa
2005-06-17 22:58:18 +00:00
bryner%brianryner.com
26e9238cb1 Fix units screwup in cache size computation (bug 297714). r+sr=darin. 2005-06-16 01:46:23 +00:00
bryner%brianryner.com
e4a343f08f Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver. 2005-06-15 23:52:46 +00:00
bryner%brianryner.com
a921aaf348 Convert the memory cache to use the new PR_GetPhysicalMemorySize API (bug 297714). r+sr=darin, a=asa. 2005-06-15 23:37:29 +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
darin%meer.net
49e3757efa Make incremental download work properly on Linux. 2005-06-11 02:56:52 +00:00
timeless%mozdev.org
4ffaeafdb9 Bug 208909 compreg.dat protection problem [OpenVMS status is decimal 114690]
lock down permissions and sanitize with comments
r=dougt sr=dveditz a=asa
2005-06-10 17:32:48 +00:00
cbiesinger%web.de
7d5cf50900 286807 allow socket detach handlers to post events
r=darin sr=bz a=asa
2005-06-09 14:09:23 +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
jshin%mailaps.org
ae04ba0b7e bug 236425: fix IDN support on 64bit platforms (r=darin, sr=bz, a=chofmann) 2005-06-03 02:21:47 +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
darin%meer.net
0b27f2e150 fixes bug 291910 "Provide utility for incremental download" r=biesi,dougt sr=bzbarsky a=shaver 2005-06-01 18:05:36 +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
bsmedberg%covad.net
9abe57c447 Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers 2005-05-20 12:58:57 +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
bryner%brianryner.com
aed69207f0 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
pedemont%us.ibm.com
d75b5fa3eb Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa 2005-05-02 16:30:03 +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
darin%meer.net
c7c0859ea1 fixes bug 289178 "Move show_punycode pref into nsStandardURL" r=biesi sr=dbaron a=asa 2005-04-27 01:32:36 +00:00
darin%meer.net
2c230c7743 fixes bug 291033 "Enable support for profile temp directory on local filesystem" aka "delete my cache please" r=bsmedberg a=chofmann 2005-04-26 00:37:23 +00:00
bzbarsky%mit.edu
3347ea07cf Fix nsStandardURL::Equals to always return true when a URL is compared to
itself or its clone.   Bug 286702, r=biesi, sr=darin, a=brendan
2005-04-22 15:46:26 +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
roc+%cs.cmu.edu
a2a26e1b5b Bug 291234. netwerk tests don't need to depend on GTK anymore. r+sr=dbaron,a=asa 2005-04-21 20:59:15 +00:00
cbiesinger%web.de
953673d16d 290371
- check the return value of FireListenerNotifications so that ODA does not get
  called if OnStartRequest or a previous ODA returned failure
- make sure to always call OnStartRequest
r=darin sr=bz a=asa
2005-04-21 18:21:48 +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
bsmedberg%covad.net
eb6139e2cf The manifest part of bug 289461 - Start using the en-US.manifest to replace parts of installed-chrome.txt r=chase a=asa 2005-04-15 13:21:04 +00:00
darin%meer.net
a476e7129d fixes bug 283049 "nsISocketTransportService cleanup" r=biesi sr=bzbarsky a=asa 2005-04-14 23:18:34 +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
darin%meer.net
d7eef06aeb make test_all.sh run on Mac OSX. not part of the build. 2005-04-06 19:32:26 +00:00
cst%andrew.cmu.edu
6039e11655 Bug 289181 remove useless line from nsCacheService.cpp
r=biesi sr=darin
2005-04-06 03:51:44 +00:00
darin%meer.net
430b684e9c fixes bug 285991 "leak loading site from HTTPS" r=biesi sr=dbaron 2005-04-06 01:35:06 +00:00
darin%meer.net
9791154211 patch for bug 287648 "make nsIDNSService use nsICancelable and move private methods to nsPIDNSService" r=biesi sr=bzbarsky 2005-04-06 01:33:28 +00:00
cbiesinger%web.de
c70d38dd77 addressing reviewer comments for bug 283489 2005-04-05 17:45:09 +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
bsmedberg%covad.net
f2cfd5feb8 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 14:13:03 +00:00
cbiesinger%web.de
b13a9a6994 Bug 288787 Remove NS_MIMEINFO_{CID,CONTRACTID}
r+sr=bz
2005-04-03 17:25:14 +00:00
cbiesinger%web.de
504bf13768 Bug 288011 eliminate nsISSLSocketProvider
r=darin sr=bz
2005-04-03 17:22:58 +00:00
darin%meer.net
df9961125e fixes bug 287648 "Unify 'request' object interface for DNS and PPS asyncResolve methods" r=biesi sr=bzbarsky 2005-04-01 23:31:04 +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
3da95cfee7 updates for test_protocolproxyservice.js to cover scenario from bug 287956 2005-03-28 20:11:56 +00:00
darin%meer.net
cf665de8d7 fixes bug 287956 "Crash shortly after program start [@nsProtocolProxyService::PruneProxyInfo]" r=biesi 2005-03-28 20:11:16 +00:00
darin%meer.net
1a8956919c document the fact that the input stream passed to onDataAvailable must
implement readSegments.  r+sr=bz
2005-03-25 23:21:48 +00:00