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
f1973b1110
Bug 283545 OOM crash [@ nsFTPDirListingConv::OnDataAvailable]
...
patch by b.jacques@planet.nl r=biesi sr=darin a=asa
2005-07-08 19:40:44 +00:00
shaver%mozilla.org
83000e23bd
Bug 299980: rename Components.util to Components.utils to match other
...
Components children, and developer expectation. telepathic-r=brendan,
a=bsmedberg.
2005-07-07 19:34:35 +00:00
timeless%mozdev.org
b170fb4a6a
Bug 299422 r:/mozilla\netwerk\base\src\nsProtocolProxyService.cpp(74) : warning C4099: 'nsProtocolInfo' : type name first seen using 'class' now seen using 'struct'
...
r=darin sr=darin a=bsmedberg
2005-07-06 17:42:06 +00:00
dougt%meer.net
cdc3ff3cdb
Bug 297567 Adds support to WinCE to allow AutoDial. Patch by claytonw@mit.edu (cleaned up by dougt), r=dougt, sr=darin, a=asa wince specific
2005-07-06 03:06:32 +00:00
darin%meer.net
a1d6327daf
fixes bug 186513 "Auth prompting, etc. from incremental downloader" r=biesi a=bsmedberg
2005-07-05 22:24:57 +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
1f9247f9df
fixes bug 100022 "make sure redirects are followed correctly when loading a PAC URL" r=biesi a=bsmedberg
2005-06-30 20:21:34 +00:00
pavlov%pavlov.net
dff8ee3ade
make nsSimpleURI implement nsIClassInfo. bug 299067. r=darin sr=dbaron a=bsmedberg
2005-06-29 21:03:24 +00:00
darin%meer.net
0203abaec9
fixes bug 110163 "footprint: 135236 bytes allocated by disk cache on startup" patch by alfredkayser@nl.ibm.com, r+sr=darin, a=bsmedberg
2005-06-29 20:47:45 +00:00
shaver%mozilla.org
882c624213
Bug 296374: move evalInSandbox, reportError, lookupMethod to new Components.util
...
object, with deprecation-warning forwarding for rE and lM.
r=caillon,dbradley,bsmedberg;a=bsmedberg.
2005-06-29 14:23:03 +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
cbiesinger%web.de
2e7e16befb
Bug 295047 Want unicode stream readers/writers: Makes nsIUnicharInputStream and
...
nsIConverterInputStream scriptable, and adds nsIUnicharOutputStream and
nsIConverterOutputStream (together with implementations).
r=jshin sr=darin a=chofmann
2005-06-24 19:44:50 +00:00
darin%meer.net
12c1b15b09
fixes bug 296163 "PAC files containing non-ASCII text (comments) fail to load." r=biesi a=asa
2005-06-20 17:47:38 +00:00
jshin%mailaps.org
669b86b53c
bug 286584 : Implement IDN punycode display by .tld (r=gerv, sr=darin, a=asa)
2005-06-20 05:23:30 +00:00
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