Граф коммитов

5024 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de 89d68b8b89 bug 250375 allow necko consumers to append to the Cookie header
r+sr=darin
2005-08-13 11:46:11 +00:00
dbaron%dbaron.org 7b6c6f51b5 Make nsIChannel implementations follow the rules that prevent them from leaking due to cycles with their notification callbacks. b=303043 r=biesi sr=darin 2005-08-12 22:53:22 +00:00
cbiesinger%web.de 170136bfb7 bug 63368 adds a "make check" rule to the build system, which currently runs necko unit tests + the version comparator tests
r=cls,bsmedberg a=bsmedberg
2005-08-11 16:41:54 +00:00
darin%meer.net 469d6310bd Fix testcase for latest protocol proxy service API. r=biesi 2005-08-10 23:41:01 +00:00
darin%meer.net 4da29c7111 fixes bug 302836 "nsHttpChannel.cpp: IsValidToken() should reject the empty string" patch by shutdown@flashmail.com, r=biesi, sr=darin, a=bsmedberg 2005-08-08 23:32:38 +00:00
mkaply%us.ibm.com 0eb9ca0fd0 OS/2 debug build bustage 2005-08-03 21:40:11 +00:00
darin%meer.net 5802d3b4a6 landing another tweak to patch for bug 297078 "really check for null byte in header values" r+sr=bzbarsky a=sparky 2005-07-27 18:13:11 +00:00
darin%meer.net 4be75474e9 landing follow-up patch to bug 297078 "fix signed character math" r+sr=bzbarsky a=sparky 2005-07-26 21:35:58 +00:00
darin%meer.net bcc3c00f8f fixes bug 297078 "restrict characters used in headers and the method name" r+sr=bzbarsky a=dveditz 2005-07-26 20:58:35 +00:00
bzbarsky%mit.edu 6c59f965fd Make our content-type header parsing closer to spec (it wasn't allowing some
perfectly valid things), and have only one function for doing said parsing
instead of two separate functions.  Bug 244964, r+sr=darin, a=bsmedberg
2005-07-25 20:27:04 +00:00
masayuki%d-toybox.com 9f7d47f9a7 Bug 283016 Make it possible to blacklist characters in domain names r=gerv, sr=darin, a=benjamin 2005-07-22 15:07:33 +00:00
darin%meer.net 0e428e3c6f fixes bug 300010 "Canceling a HTTP request while it is reading a partial cache entry does not cancel the corresponding transaction" r=biesi sr=bz a=bsmedberg 2005-07-22 07:54:09 +00:00
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