Commit Graph

4931 Commits

Author SHA1 Message Date
jst%mozilla.jstenback.com
c0bff6d43b 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
823dbb9d2e 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
8255a59563 Bug 283547 OOM crash [@ nsGopherDirListingConv::OnDataAvailable]
patch by ajschult@verizon.net r=biesi sr=darin
2005-03-02 08:10:22 +00:00
timeless%mozdev.org
fa5805ad29 Bug 283921 Crash [@ net_GetURLSpecFromFile]
r=darin sr=darin
2005-02-27 21:13:13 +00:00
darin%meer.net
dc41d37763 nsLoadGroup::mPriority not initialized, r=bryner 2005-02-27 15:19:05 +00:00
darin%meer.net
777171a792 fixes bug 283659 "punycode.c:130: warning: signed and unsigned type in conditional expression" patch by baafie@planet.nl r+sr=darin 2005-02-26 07:36:15 +00:00
bsmedberg%covad.net
361daac936 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
ben%bengoodger.com
d78c91a2a2 282108 - nsUrIHashKey.h does not conditionally include itself. r+sr=darin 2005-02-25 08:59:10 +00:00
cbiesinger%web.de
bffda0115c 282917 typo in nsHTTPCompressConv, found by Esteve Sabate Juncosa
r+sr=darin sr=brendan
2005-02-23 21:41:18 +00:00
darin%meer.net
893b507a43 nsHttpChannel::SetPriority is missing a return statement 2005-02-23 02:09:43 +00:00
bsmedberg%covad.net
473534a724 Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben 2005-02-22 21:49:45 +00:00
timeless%mozdev.org
6846a96b4f 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
bdb13852d9 s/BumpPriority/AdjustPriority/ (bug 278531) r=shaver sr=brendan 2005-02-21 22:21:21 +00:00
darin%meer.net
ea421f6654 fixes bug 278531 "generic request prioritization (loadgroup prioritization)" r=biesi sr=bzbarsky 2005-02-21 20:58:01 +00:00
bsmedberg%covad.net
e82e4540da Backout bug 278534 due to tinderbox orange. 2005-02-20 01:47:13 +00:00
bsmedberg%covad.net
f321802ef1 Forgot one file from bug 278534 - nsURIHashKey depends on a full declaration of nsIURI. 2005-02-19 16:04:34 +00:00
cbiesinger%web.de
f25a0b7537 Bug 282275 remove NS_NOTREACHED in ReadSegments implementations
r+sr=darin
2005-02-18 18:39:53 +00:00
darin%meer.net
452a016da8 fixes bug 282270 (and bug 282520) "always show punycode by default" r=dbaron sr=dveditz a=dbaron 2005-02-17 20:02:37 +00:00
jst%mozilla.jstenback.com
e4a310c9c7 Fixing bug 280947. Fix regression from bug 279945 that broke dragging images onto the client file system if the image URL didn't have a valid extension. r=bzbarsky@mit.edu, sr=dveditz@cruzio.com 2005-02-07 22:20:14 +00:00
alex%croczilla.com
5557032fc1 Release notification callbacks to fix XMLHttpRequest leaks. Bug #280808, r=darin, sr=bzbarsky. 2005-02-07 06:13:13 +00:00
dbaron%dbaron.org
3a87f7e225 Fix common misspelling of delimiter and delimited (de-limit-er, not deli-meter). b=106386 r=timeless 2005-02-05 00:49:25 +00:00
bryner%brianryner.com
67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
darin%meer.net
55c40d1dc2 fixes bug 280731 "nsIProtocolProxyService::NewProxyInfo is broken" r+sr=bzbarsky 2005-02-02 06:34:29 +00:00
bienvenu%nventure.com
40d61b1719 fix 278144 make setTimeout on SocketTransports adjust the timeout immediately, r=bzbarsky, sr=darin 2005-02-01 15:22:20 +00:00
bzbarsky%mit.edu
50784ae402 Fix comparison of file:// uris. Bug 280206, r+sr=darin 2005-01-30 20:45:46 +00:00
dougt%meer.net
fe9111c83c Fixes 280241. WinCE network build changes. r=darin. 2005-01-30 03:52:40 +00:00
bzbarsky%mit.edu
ae855c951d Adding some documentation on what exceptions get thrown in what circumstances. 2005-01-29 20:10:09 +00:00
darin%meer.net
7fc0a1aece fixing regression introduced by last patch for bug 278531, r+sr=bzbarsky 2005-01-27 17:43:46 +00:00
bsmedberg%covad.net
c2fb928405 Bug 279768 - Preprocess contents.rdf to substitute correct locale. patch by Zbigniew Braniecki <gandalf@firefox.pl> r=me 2005-01-26 14:00:21 +00:00
darin%meer.net
01a44a6dae fixes bug 278144 "Support socket i/o timeouts" r=bienvenu sr=bzbarsky 2005-01-26 02:13:14 +00:00
dwitte%stanford.edu
1d185f2e97 make p3p cookie icon not appear for rejected cookies, only for flagged/downgraded ones; and remove some deprecated notification fu.
b=212778, r+sr=darin
2005-01-24 06:53:18 +00:00
dwitte%stanford.edu
a708472c84 fix handling of quoted token values.
b=277033, r=mvl, sr=darin
2005-01-24 06:47:44 +00:00
bzbarsky%mit.edu
b7d3a12918 Fix isInNet to be a little more strict. Bug 251675, patch by Anders Holm
<anders@anders.is-a-geek.net>, r=darin, sr=bzbarsky
2005-01-23 21:49:56 +00:00
bzbarsky%mit.edu
d9f747cca2 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
8a011382f8 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
bzbarsky%mit.edu
1d87c3297f Include the part number inside a multipart document in the state key, so that
state restoration works correctly on each part.  Bug 47350, patch by Hideo
Saito <saito@densan.co.jp>, r=bzbarsky, sr=js
2005-01-15 17:47:23 +00:00
darin%meer.net
902927922e fixes bug 142255 "RFE provide a way to prioritize connections" r=bz 2005-01-15 07:01:20 +00:00
jshin%mailaps.org
623640f8f8 bug 278200 : get rid of unnecessary warnings in debug build (nsIMIMEHeaderParam implementation) r=cbie, sr=darin 2005-01-13 18:24:17 +00:00
bryner%brianryner.com
cd3200aa40 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
9bebe5a8e6 fixes bug 261929 "Consider sending urls in UTF-8 by default (images/links with non-ASCII chacters not displayed)" r=jshin sr=bzbarsky 2005-01-12 21:45:42 +00:00
darin%meer.net
7360e8f357 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
cb2529f861 fixing tinderbox orange 2005-01-09 22:19:32 +00:00
cbiesinger%web.de
8ab6e0d7d1 bug 264599 make unfrozen necko interfaces use 64-bit integers.
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
bzbarsky%mit.edu
99df5c71c0 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
cbiesinger%web.de
666ebe50ae undoing better bustage fix, since it breaks on windows 2005-01-01 16:48:41 +00:00
cbiesinger%web.de
c5204c222f better bustage fix 2005-01-01 16:31:29 +00:00
cbiesinger%web.de
92b8a7d60b next try 2005-01-01 16:17:26 +00:00
cbiesinger%web.de
1fbe6bcfcc another attempt at bustage fixing 2005-01-01 16:15:26 +00:00
cbiesinger%web.de
9aa94222f0 trying to fix win32 bustage 2005-01-01 16:03:34 +00:00
cbiesinger%web.de
b2a1df39b6 Bug 242350 replace LL_INIT(0,-1) with LL_MAXUINT
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-01 14:55:48 +00:00