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

1701 Коммитов

Автор SHA1 Сообщение Дата
bryner%brianryner.com 2768ce1dbd Don't lose track of image requests that are multipart/x-mixed-replace, so that we can disable bfcache for these documents. Bug 308903, r=pavlov, sr=darin. 2005-10-03 22:27:20 +00:00
masayuki%d-toybox.com 4632dfa33b back out previous check-in b=309335 2005-10-01 23:06:46 +00:00
masayuki%d-toybox.com a7185fb833 Bug 309335 Unknown content type dialog(helper app dialog) shows escaped file name if it has non-ASCII char r+sr=darin 2005-10-01 03:26:03 +00:00
bzbarsky%mit.edu f7b86680d1 Failure to open a channel in a stream loader should just make init() throw.
Bug 310319, r+sr=darin
2005-09-29 22:00:26 +00:00
peterv%propagandism.org 8702e6b0aa Fix for bug 307713 (Improve and use nsAgg's macros). r=dougt, sr=darin. 2005-09-28 13:13:27 +00:00
darin%meer.net d78e1730ff Fixes bug 304904 "Necko should refuse to look up invalid hostnames containing '%'" patch by andreas.otte@debitel.net, r=biesi, sr=darin 2005-09-22 21:38:12 +00:00
bzbarsky%mit.edu eabb28c936 Show a useful error message if a page claims to be compressed and isn't. Bug
184144, patch by Vidar Braut Haarr <vhaarr+bmo@gmail.com>, r=darin, sr=bzbarsky
2005-09-16 19:27:27 +00:00
darin%meer.net cb8b2568ac fixes bug 308370 "nsIncrementalDownload::GetDestination should return a clone of nsIFile" r=biesi 2005-09-14 20:49:03 +00:00
dbaron%dbaron.org e7099d7048 Additional precautions against potential buffer overruns. b=307259 r=darin sr=dveditz 2005-09-13 17:38:20 +00:00
darin%meer.net 07f624a9b4 fixes bug 293350 "Allow dynamic changes to notification callbacks" r=biesi sr=bzbarsky 2005-09-10 00:20:02 +00:00
dbaron%dbaron.org 736d952606 NormalizeIDN can (and should, I think) normalize to an empty string in some cases, so don't use AppendSegmentToBuf, which will do the wrong thing with an empty string and potentially overrun buffer. b=307259 r=darin sr=dveditz 2005-09-09 19:06:58 +00:00
timeless%mozdev.org a8dd33ffee Bug 306086 LOAD_RETARGETED_DOCUMENT_URI confused it's for its
patch by stephend r=darin
2005-09-02 00:48:01 +00:00
andreas.otte%debitel.net dee34dff43 Backing out the preliminary fix for bug 304904 it breaks thunderbird local folders 2005-08-25 19:25:29 +00:00
mrbkap%gmail.com b9b46b0f14 bug 302834: Components.utils.evalInSandbox should return the result of the given operations. Introduce a new Sandbox constructor to pass in as the second argument. Also bring the one use of evalInSandbox in the tree up to date with the new API. r=shaver/brendan 2005-08-25 16:38:58 +00:00
andreas.otte%debitel.net 2fdb84ddb1 preliminary fix for bug 304904 [Firefox should refuse to look up invalid hostnames containing "%"], r=cbiesinger, sr=bzbarsky 2005-08-24 19:50:38 +00:00
cbiesinger%web.de 847e149c52 bug 304414 Implement Available correctly for directory index streams (i.e. make
them never return -1)
r+sr=bz
2005-08-21 14:13:52 +00:00
bienvenu%nventure.com 690785e15a add optional support for mit kerberos for windows, patches by cneberg@gmail.com, r=darin, sr=bienvenu 280792 2005-08-19 14:25:22 +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
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
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
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
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 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
darin%meer.net 49e3757efa Make incremental download work properly on Linux. 2005-06-11 02:56:52 +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
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
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
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
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
darin%meer.net a476e7129d fixes bug 283049 "nsISocketTransportService cleanup" r=biesi sr=bzbarsky a=asa 2005-04-14 23:18:34 +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
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 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
darin%meer.net f6ffba0f8b landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky 2005-03-25 03:41:33 +00:00
cbiesinger%web.de e9910d2a61 bug 286645 add/improve nsReadLine.h documentation
r=bz sr=darin
2005-03-18 15:29:04 +00:00
cbiesinger%web.de e8d4c35266 181938 allow any protocol to support redirection, using a new
nsIChannelEventSink interface.
r=darin sr=bz
2005-03-07 19:46:06 +00:00
darin%meer.net dc41d37763 nsLoadGroup::mPriority not initialized, r=bryner 2005-02-27 15:19:05 +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
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
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
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
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
darin%meer.net 7fc0a1aece fixing regression introduced by last patch for bug 278531, r+sr=bzbarsky 2005-01-27 17:43:46 +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
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 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 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
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
darin%meer.net d19eff04b7 landing backend changes for bug 134105 "SOCKS5: DNS lookups should occur on proxy, not client side." (remote dns pref disabled by default) patch by malsmith@cs.rmit.edu.au, r=biesi, sr=darin 2004-12-16 02:46:12 +00:00
bsmedberg%covad.net 79241940e8 Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00
smontagu%smontagu.org 0343a92091 Make nsStandardURL.cpp read prefs on initialization. Bug 261934, r+sr=darin. 2004-12-07 13:21:32 +00:00
db48x%yahoo.com cebb9552f5 bug 272277: Change to Append/Assign/Equals-Literal in networking
patch by Mikael Parknert <mikael@parknert.se>, r=cbiesinger, sr=darin
2004-12-04 10:19:29 +00:00
bzbarsky%mit.edu 70c3d2a5bd Fixing Windows build bustage. 2004-12-03 06:35:44 +00:00
bzbarsky%mit.edu 6ea2a9f57e Use nsIFile::Equals to implement Equals for two nsStandardURLs that are both
file urls.  Bug 127373, r+sr=darin
2004-12-03 04:19:48 +00:00
dbaron%dbaron.org b9115b7644 Make nsResURL work correctly with fastload and make nsResURL::Clone work correctly. b=252703 r=darin sr=bzbarsky 2004-12-02 06:59:34 +00:00
dbaron%dbaron.org 9643fc6c04 Back out 252703 due to Txul / Ts regression. 2004-12-02 01:26:20 +00:00
dbaron%dbaron.org 21dccaeace Fix theme switching bugs related to insufficient change handling when entry points to themes are stylesheet links (processing instructions or XBL stylesheet elements) or xul:image src attributes by giving the chrome: protocol its own URL implementation that remembers the URL to which the chrome: URL was resolved and uses that resolved URL as part of equality testing. Fix various fastload issues arising from this change. b=252703 r=darin sr=bzbarsky 2004-12-01 22:39:17 +00:00
darin%meer.net 62d825da66 fixes bug 270784 "IPv6: retry socket connection on EACCES" patch by lorenzo@colitti.com r+sr=darin 2004-11-28 21:35:48 +00:00
bryner%brianryner.com 29c70cffe8 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
smontagu%smontagu.org 29b50362f0 Crash clicking links with non-ASCII character. Bug 271196, r+sr=darin. 2004-11-24 20:43:58 +00:00
darin%meer.net e32070d088 fixing bustage 2004-11-15 21:13:43 +00:00
darin%meer.net f103a62f64 fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky 2004-11-15 20:16:52 +00:00
cbiesinger%web.de bf04fb23cd fixing bustage 2004-11-13 14:26:55 +00:00
cbiesinger%web.de a85d518a0c 268177 make loadgroups behave correctly when put into other loadgroups
r=darin sr=bz
2004-11-13 14:02:03 +00:00
darin%meer.net 1c7db2b1fb marking interface UNDER_REVIEW. see bug 265513 2004-11-12 04:22:42 +00:00
darin%meer.net e3a8f35807 fixes bug 268480 "###!!! ASSERTION: cannot set user:pass on no-auth url: 'Error', file r:/mozilla/netwerk/base/src/nsStandardURL.cpp, line 1121" r+sr=bzbarsky 2004-11-09 19:23:34 +00:00
bryner%brianryner.com 42b27d389f Various speedups for nsStandardURL creation (bug 268200). r+sr=darin 2004-11-07 20:43:38 +00:00
darin%meer.net 4f3f64a541 fixes bug 267532 "Excessive calls to IsDBCSLeadByte from net_CoalesceDirs?" r=andreas.otte sr=bryner 2004-11-06 01:55:49 +00:00
bryner%brianryner.com 5be43ebb5f Reduce string allocation/copying when the charset is UTF-* (bug 267611). r=darin. 2004-11-04 20:53:24 +00:00
jst%mozilla.jstenback.com 05e17f4cd7 Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org 2004-11-02 19:52:32 +00:00
cbiesinger%web.de ded5ac40ed 265333 NS_NewInputStreamChannel should not overwrite a content charset set from
the content type with an empty string r+sr=darin
2004-10-25 13:15:25 +00:00
bzbarsky%mit.edu a257a5b484 Don't allow SetSpec(EmptyCString()) on nsSimpleURI. Bug 263834, r+sr=darin 2004-10-12 01:54:44 +00:00
cbiesinger%web.de f82b3b55cc 261643 don't register error strings by name - they can be found by value too.
r+sr=darin
2004-09-28 20:17:47 +00:00
cbiesinger%web.de 63b01e54c1 bug 260400: removing files made obsolete by bug 176919, r+sr=darin 2004-09-20 12:48:28 +00:00
darin%meer.net bb70f70378 landing additional patch for bug 257308 "Visual indicators of site security appear for the wrong site" r=biesi sr=bz 2004-09-17 20:33:25 +00:00
vladimir%pobox.com 8b6be2cf93 b=205947, proxy: mailnews does not display proxy auth dialog, r=darin, sr=shaver 2004-09-02 05:13:25 +00:00
darin%meer.net 62b71377af landing non-nspr portion of patch for bug 239358 "DNS: Reverse lookups are
degrading performance" r=lorenzo sr=bryner
2004-09-01 19:55:58 +00:00
cbiesinger%web.de eaca3dbd1b Bug 227057 remove nsIResumableEntityID in favor of using strings for the entity
id.
r=darin sr=bzbarsky
2004-09-01 18:04:17 +00:00
Stefan.Borggraefe%gmx.de d56238f8e2 PAC: localHostOrDomainIs() never matches a hostname (bug 242325)
r=darin, sr=bzbarsky
2004-09-01 11:27:51 +00:00
vladimir%pobox.com 0b8d1522a5 b=255134, make nsICollation scriptable, r=jshin,sr=brendan 2004-08-24 22:50:33 +00:00
darin%meer.net 8c51b0df75 fixes bug 237312 "gnomevfs should be skipped for protocols marked to be handled externally" r=biesi sr=bzbarsky 2004-08-24 21:50:15 +00:00
darin%meer.net 6310329ee0 fixing MingW bustage 2004-08-04 23:12:24 +00:00
cbiesinger%web.de 873aa98bc1 Bug 202638 make nsSocketTransport notify its observers when the
sockettransportservice initiated a detach (f.ex. because it's going offline)
r=darin sr=bz
2004-08-04 17:43:33 +00:00
darin%meer.net c41f4b4ba3 fixes bug 249282 "Permit mixing of \ and / in file:// URLs under Win32" r=biesi sr=bzbarsky 2004-08-04 17:08:27 +00:00
cbiesinger%web.de 61692b8f5e Bug 28998 Support Web Proxy Auto-Discovery Protocol (WPAD); for now, only
support loading http://wpad/wpad.dat, not a pac url from DHCP, or domain
component stripping.

r+sr=darin
2004-07-31 17:39:29 +00:00
dwitte%stanford.edu 925977835a make nsSafeFileOutputStream follow target symlinks.
b=252050, r=biesi, sr=darin
2004-07-30 05:00:32 +00:00
cbiesinger%web.de d21bcccd72 Bug 253190 Crash if .pac file lists multiple proxies, in a malformed way
r+sr=darin
2004-07-28 22:03:27 +00:00
dwitte%stanford.edu 1e3d3e88de ... and back out the non-debug-only part. ;) 2004-07-23 07:50:57 +00:00
dwitte%stanford.edu 2449494efe bug 252717: assert only when count > 0. debug only. 2004-07-23 07:47:10 +00:00
dwitte%stanford.edu 4fb8109457 fix topcrasher bug 252289, r=mvl sr=darin 2004-07-21 22:03:21 +00:00
dwitte%stanford.edu 966bf9ae4f simplifying codepath to see if it fixes orange. we need to null out mTempFile in the non-existent target case too. 2004-07-20 01:35:13 +00:00
dwitte%stanford.edu e338583f48 rename nsISafeFileOutputStream to nsISafeOutputStream, and make nsBufferedOutputStream aware of it, to make life easier on consumers.
b=251648, r=biesi, sr=darin, with thanks to darin and bz for suggestions.
2004-07-19 22:00:03 +00:00
cbiesinger%web.de 0c7a7ecb91 Bug 247981 necko depends on libpr0n
r=pavlov sr=darin
2004-07-19 18:53:02 +00:00
dwitte%stanford.edu 76c59a7697 add Finish() method to nsISafeFileOutputStream, and tweak things slightly.
b=251091, r=mvl, sr=darin
2004-07-15 05:52:37 +00:00
dwitte%stanford.edu 4441491c5e fix nsFileStream::Close() to propagate failure conditions to the caller.
b=251117, r+sr=darin, a=shaver
2004-07-14 05:08:49 +00:00
dwitte%stanford.edu 2a0dd63c03 comment typo fix. 2004-07-11 00:48:43 +00:00
mvl%exedo.nl 5229c8ccbb create a non-overwriting file output stream
bug 246675, r=biesi, sr=darin
2004-07-06 20:35:40 +00:00
cbiesinger%web.de 238b37891f forgot to remove this file as part of bug 247607. not part of the build. 2004-07-02 17:18:56 +00:00
darin%meer.net a3654af2ec cleaning up QueryInterface call from last check in, r=biesi 2004-07-01 23:37:40 +00:00
darin%meer.net d91bf7cf8c rev'ing IID for nsIProxyInfo since it was changed (b=224237) 2004-07-01 23:33:32 +00:00
darin%meer.net 197c6f3576 fixes bug 224237 "PAC: make failover behave according to specification"
original patch by jerry.tan@sun.com with revisions by darin, r=biesi
2004-07-01 23:31:47 +00:00
cbiesinger%web.de aeaeb4287b bug 247715 make use of new nsUint64 type, which fixes an incorrect assertion by making the comparison unsigned instead of signed
r+sr=darin
2004-06-27 13:11:54 +00:00
cbiesinger%web.de 6fa8bd737d bug 247607 http-index-format -> html conversion should be done by the necko caller, not by the channels
r+sr=darin
2004-06-25 18:30:22 +00:00
roc+%cs.cmu.edu 0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
cbiesinger%web.de 8ef49c61c2 bug 243974 can't download files larger than 4 GB
Also changes nsIResumableChannel to have a resumeAt function, that does not open the channel immediately, and changes its size parameter to a 64 bit integer
r=darin sr=bryner
2004-06-16 19:51:21 +00:00
darin%meer.net 590d4229af fixes bug 246193 "Mozilla doesn't revert to IPv4 if IPv6 connect fails" r=lorenzo 2004-06-16 15:09:34 +00:00
darin%meer.net 80b6b718a9 fixes bug 247006 "Apply NS_HIDDEN to necko net_ helper functions" r+sr=bryner 2004-06-16 14:53:31 +00:00
darin%meer.net 29b8a29050 fixes bug 246872 "PAC: myIpAddress gives 'myIpAddress is not defined' error" r+sr=shaver 2004-06-15 23:20:50 +00:00
darin%meer.net 96dfe84514 fixes bug 246337 "nsIProxy is unused and should be removed; nsISOCKS4SocketInfo is also unused and can be likewise removed" r=biesi 2004-06-11 15:31:21 +00:00
darin%meer.net 2663086d93 adding tracing facility to socket transport, NOT PART OF THE BUILD 2004-06-09 22:40:02 +00:00
darin%meer.net 5ff8b21109 fixes bug 237819 "nsStandardURL should automatically convert ACE hostnames to UTF8" r=biesi sr=dbaron 2004-06-09 21:41:28 +00:00
dveditz%cruzio.com 700ac609cc fix for xpinstall (tier 50) dependency on extension/cookie (tier 94) build bustage (bug 245826, resulting from the fix for bug 240552). Band-aid r/sr bryner and darin 2004-06-08 03:11:21 +00:00
dveditz%cruzio.com e66742e59c bug 162020 option to delay enabling confirmation buttons r=mkaply,sr=sspitzer 2004-06-05 09:26:01 +00:00
bzbarsky%mit.edu 9e87abeb8a Fix regression bug 244926. Only use the "blocked protocol" handler for
protocols that are actually blocked.  r=biesi, sr=darin
2004-06-02 01:52:28 +00:00
mkaply%us.ibm.com 348998da9e #239580
r=danm, sr=dveditz
Extend ConfirmEx to allow setting the default button - change default button for script security to no
2004-05-24 13:33:51 +00:00
roc+%cs.cmu.edu 0e3ff503fb Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu bb3844e6d4 Blocked protocols should still allow URI creation; they should just fail
channel creation.  Bug 244220, r+sr=darin
2004-05-21 00:28:52 +00:00
darin%meer.net 699ae13bee fixes bug 170128 "PAC: myIpAddress() does not update to network changes" r=biesi sr=bryner 2004-05-13 07:08:25 +00:00
darin%meer.net d4c73f8d53 fixes bug 243250 "reduce size of nsStandardURL" r=biesi sr=bzbarsky 2004-05-11 18:58:58 +00:00
cbiesinger%web.de 933569be4a update links to point to mozilla.org instead of a 404 resource 2004-05-10 23:21:35 +00:00
cbiesinger%web.de 51e61b254e remove unused files, and an unused member of nsDataHandler, and unused defines in nsNetCID.h (which referred to a no longer existing component)
bug 243098 r+sr=darin
2004-05-09 18:18:07 +00:00
darin%meer.net 8f0bfc3a53 fixing spelling mistake 2004-05-08 06:45:58 +00:00
darin%meer.net bcb4d34f5f fixing bogus comment. thanks to biesi for pointing this out. 2004-05-08 00:26:40 +00:00
cbiesinger%web.de 6c364b0b27 removing outdated and no-longer-compilable test
r+sr=darin, no bug, not part of build
2004-05-07 23:17:24 +00:00
brendan%mozilla.org 3d94de812a Fix #ifdef METERING stuff. 2004-05-06 03:45:34 +00:00
scott%scott-macgregor.org 7d6d82ab51 Bug #68877 --> use the IP address of the host for the smtp connection as the domain name for HELO/EHLO instead
of just using the domain name of the sender.

Patch by Christian Eyrich
r=darin
sr=mscott
2004-04-29 23:07:05 +00:00
darin%meer.net 1e8d941f96 landing patch for bug 241124 "move GSSAPI code behind nsIAuthModule so it can be used by mail protocols" r=cneberg sr=bryner 2004-04-28 02:12:52 +00:00