darin%meer.net
0318b8c707
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
darin%meer.net
0fedd52f49
relanding ftp patch for bug 312760 "implement ftp using nsBaseChannel" r=biesi sr=bzbarsky
2006-03-03 16:27:35 +00:00
darin%meer.net
d4547ceb4f
backing out my latest patch for bug 312760 to clear Tp regression.
2006-03-01 18:30:51 +00:00
darin%meer.net
3f4da940e3
landing FTP patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2006-03-01 04:48:43 +00:00
cbiesinger%web.de
c2d981f764
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
timeless%mozdev.org
63408ce9ed
Bug 320498 Fix NewChannel impls to handle null in argument
...
r=darin sr=darin
2005-12-18 01:50:50 +00:00
timeless%mozdev.org
9b0852aaf7
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
db820cf720
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
darin%meer.net
697c78f1ea
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2005-11-12 18:17:19 +00:00
bsmedberg%covad.net
78f6d0683d
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
cbiesinger%web.de
811e4858a2
308018 only call SendFTPCommand if we haven't been cancelled
...
r+sr=darin
2005-09-12 21:33:47 +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
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
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
cbiesinger%web.de
4f0f384a98
Bug 284362 pass unicode host to OnStatus
...
r+sr=darin
2005-03-16 18:04:11 +00:00
cbiesinger%web.de
6e3bd24ced
Bug 284276 make the ftp channel pass the correct progressMax value to the
...
listener's onProgress function
r=darin sr=bz
2005-03-15 22:32:43 +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
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
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
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
darin%meer.net
3a069e62e4
fixes bug 253394 "nsFtpState::S_user leaks user & password string" patch by jon@rekai.net r+sr=darin
2004-12-05 19:20:19 +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
darin%meer.net
61373cec0e
fixes bug 270075 "crash @[nsFtpState::StopProcessing()]" r=biesi sr=bzbarsky
2004-11-16 02:30:02 +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
bmlk%gmx.de
5c90e153b6
send user/pref specified password if specified instead of default password for anonymous ftp, bug 266835 p= Frank Wein, r=biesi, sr=darin"
2004-11-06 16:57:10 +00:00
dveditz%cruzio.com
dda30fd22f
bug 265135: put internal referrers on channels to fix xpinstall whitelisting the right way. r=darin,sr=jst
2004-10-28 22:52:45 +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
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
dougt%meer.net
7b1a85f11a
adding WebSTAR to the list of known FTP sites. r=sspitzer, sr=darin, b=106876
2004-08-28 07:47:32 +00:00
cbiesinger%web.de
068bc72122
set an event sink on the control connection's socket transport, and forward
...
"looking up host", "connecting to host" and "connected to host" events to the
progress sink.
Bug 252344 r=darin sr=bz
2004-08-08 20:17:54 +00:00
mvl%exedo.nl
78cf18cc57
prompt for username and password when anonymous ftp login failed
...
bug 124561, r=biesi, sr=darin
2004-07-30 10:56:14 +00:00
jst%mozilla.jstenback.com
042e913e2b
Fixing bug 250909. Make ftp: URIs containing %00 invalid. r=bzbarsky@mit.edu, sr=darin@meer.net
2004-07-30 02:45:46 +00:00
cbiesinger%web.de
7f707d30dd
bug 85310 remove *WithConversion from necko r+sr=darin
2004-07-21 12:25:20 +00:00
cbiesinger%web.de
6263ab98d2
bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
...
r+sr=darin
2004-06-29 16:45:07 +00:00
cbiesinger%web.de
00d7617374
bug 248201 necko should not overwrite specific error code when trying to resume a dir listing
...
r=dougt sr=darin
2004-06-27 13:05:06 +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
cbiesinger%web.de
52ead053dd
bug 245689 ftp channels report NS_ERROR_FAILURE when resuming fails, instead of NS_ERROR_NOT_RESUMABLE
...
r=bbaetz sr=darin
2004-06-11 14:56:35 +00:00
roc+%cs.cmu.edu
0e3ff503fb
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2004-05-22 22:15:22 +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
gerv%gerv.net
8b8dde7d95
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
darin%meer.net
9ae1052a56
landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner
2004-04-17 00:58:23 +00:00
cbiesinger%web.de
14177dedcb
Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
...
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
darin%meer.net
56ef759c17
fixes bug 238847 "working path's problem of FTP connection" r=dougt sr=bryner
2004-04-15 06:10:41 +00:00
cbiesinger%web.de
91a47b5ddb
Bug 219556 necko support for resumable downloads via http
...
r=darin sr=bzbarsky
2004-04-14 17:37:39 +00:00
darin%meer.net
2f32a9a4f3
fixes bug 237686 "Mozilla cannot browse FTP server running under MVS, OS/390" r=dougt sr=bzbarsky a=asa
2004-03-29 04:01:41 +00:00
darin%meer.net
c380c59f65
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
2004-02-28 22:34:07 +00:00
darin%meer.net
8d65e087ae
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00