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

1380 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de 7a1e713a1d bug 349951 fix log statement to only log the message when the condition is true, not always. r+sr=darin a=beltzner 2006-08-24 18:46:59 +00:00
cbiesinger%web.de 01f83dcbc8 Improve socket logging for bug 327050
r+sr=darin
2006-08-15 18:22:24 +00:00
cbiesinger%web.de 73d63ecdde bug 346939 allow QI to nsIRunnable too, not just inherit from it
r+sr=darin
2006-08-02 01:56:20 +00:00
timeless%mozdev.org c188b489f0 Bug 346576 Fix code comment above blacklisted ports list in netwerk/
patch by bugzilla@mcsmurf.de r=biesi rs=brendan
2006-07-31 14:52:49 +00:00
cbiesinger%web.de 79493647ad Bug 343599 don't forcefully unsuspend the pump in Cancel; instead, only call
OnStopRequest once the pump is no longer suspended.
r=darin sr=bz
2006-07-26 00:17:03 +00:00
cbiesinger%web.de ecec49b5cf Bug 343599 only call Resume if Suspend succeeded
r+sr=darin
2006-07-26 00:15:42 +00:00
cbiesinger%web.de 2864c81290 Bug 345398 make the socket input stream call asyncWait's callback even if it
is already closed r=darin sr=bz
2006-07-26 00:12:39 +00:00
darin%meer.net c9004b71dd fixes bug 318006, r=biesi, sr=dveditz 2006-07-20 00:57:38 +00:00
dveditz%cruzio.com 79ec1d3e6f Bug 301762: add missing ssl versions of mail ports, r=dougt, sr=darin, a=darin 2006-07-06 19:40:38 +00:00
cbiesinger%web.de 9d372893f5 bug 226943 Don't map NS_ERROR_UNKNOWN_HOST to NS_ERROR_UNKNOWN_PROXY_HOST when
a SOCKS proxy is used, because in that case, this code resolves the real host
rather than the proxy host

patch by Sylvain Pasche <sylvain.pasche@gmail.com> r=biesi sr=darin
2006-07-06 10:19:36 +00:00
darin%meer.net d3461fe44c removing dead files (bug 123202) 2006-06-27 20:12:47 +00:00
darin%meer.net c5a852d94f fixes bug 312811 "Port blocking code gets confused by proxy server" r=biesi sr=bzbarsky 2006-06-24 01:25:17 +00:00
dveditz%cruzio.com 506140bd0c Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
jwalden%mit.edu 9c1bc7d3ad Bug 342321 - nsIncrementalDownload doesn't create 0-sized file when downloading a 0-sized file. r+sr=darin 2006-06-22 00:22:53 +00:00
bzbarsky%mit.edu 9509962b32 Move the safe vs unsafe about: distinction out of the security manager and into
nsIAboutModule implementations.  Bug 337746, r=dveditz, sr=darin
2006-06-19 21:02:12 +00:00
darin%meer.net 951c3f5544 removing bogus printf 2006-06-13 01:14:46 +00:00
darin%meer.net 03fdfa5587 fixes bug 243277 "Offline: PAC: fails to load at startup when offline, then never tries again" r=biesi sr=bzbarsky 2006-06-13 01:14:20 +00:00
mrbkap%gmail.com 26f873f113 Add some additional evalInSandbox functionality for PAC and use it there. bug 337389, r=shaver sr=darin 2006-06-07 20:21:40 +00:00
mrbkap%gmail.com 783e510c94 Remove some functions that scripts don't need. bug 337389, r=darin sr=dveditz 2006-06-07 01:58:51 +00:00
mark%moxienet.com a6b04ae8c0 340032 nsIThreadObserver needs a method called after processing an event to support Cocoa autorelease pools. r=darin sr=bryner 2006-06-07 00:06:11 +00:00
timeless%mozdev.org a768026fc9 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
bzbarsky%mit.edu 5c970102ff Make the documentURI of a document and the currentURI of a docshell immutable objects.
Bug 336699, r=darin, sr=jst
2006-05-31 17:57:14 +00:00
darin%meer.net e53eb29e72 fixing upload to a file channel and the win32 vc6 build bustage (out with NS_NewRunnableMethod and in with NS_NEW_RUNNABLE_METHOD) 2006-05-10 22:49:04 +00:00
darin%meer.net 60abfd74e7 fixing vc6 build bustage 2006-05-10 21:08:55 +00:00
darin%meer.net 670687c184 fixing AIX bustage 2006-05-10 20:31:18 +00:00
darin%meer.net 6b272f1c86 make use of nsRunnableMethod<T> to fix AIX bustage 2006-05-10 19:28:04 +00:00
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
mrbkap%gmail.com 40246f8fb1 Ensure that |this| is correct when calling FindProxyForURL. bug 336313, r=darin sr+a=dveditz 2006-05-03 00:21:50 +00:00
bzbarsky%mit.edu 722b5218b2 Add an interface for nested URIs (like jar:, view-source:, etc) to implement
and use it in various places.  Create null principals if asked for a codebase
principal for a codebase that doesn't have an inherent security context (eg
data: or javascript:).  Bug 334407, r=biesi,dveditz, sr=darin
2006-05-02 18:54:19 +00:00
benjamin%smedbergs.us cb2a755465 Bug 332147 - Expose nsEscape on a scriptable interface, r=darin 2006-05-02 16:27:23 +00:00
masayuki%d-toybox.com b3c81544e5 Bug 333703 Non-ascii directory name is garbled in directory index. patch by Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp> r=jshin, sr=darin 2006-05-02 06:24:11 +00:00
dougt%meer.net e87d50cb0f didn't mean to commit the header. 2006-04-17 23:00:39 +00:00
dougt%meer.net cfef30d5a1 Bug 334361. Failure to honor network changes. wince only r=darin 2006-04-17 22:59:10 +00:00
masayuki%d-toybox.com 51891c5774 Bug 261929 Consider sending urls in UTF-8 by default (images/links with non-ASCII chacters not displayed). patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=cbiesinger, sr=darin 2006-04-13 14:44:38 +00:00
roc+%cs.cmu.edu 35738108fd Bug 312793. Add Necko APIs to enable automatic management of online/offline status, and let Firefox use it. Disable automatic management in Thunderbird and Seamonkey until those apps are ready for it. Other applications will get automatic management by default. This needs platform-specific components to be created before it will have any effect. r+sr=darin 2006-04-04 21:26:17 +00:00
darin%meer.net 1b73e64f90 fixes bug 287646 "Eliminate nsPIProtocolProxyService and introduce reloadPAC method" r=biesi,neil,beng,mscott sr=bzbarsky 2006-03-30 17:31:15 +00:00
jwalden%mit.edu db9da5fe6c Bug 324815 - Convert directory contents array in nsDirectoryIndexStream to nsCOMArray. r+sr=darin 2006-03-30 03:02:59 +00:00
jshin%mailaps.org e845c8b218 bug 278161: make file URLs always be in (escaped) UTF-8 regardless of the file system encoding (opening an link to a local non-ASCII file) : forgot to address one of review comments when landing. : esc_AlwaysCopy is not necessary any more. 2006-03-29 08:10:50 +00:00
jshin%mailaps.org a6045d1c74 bug 278161 : make file URLs always be in (escaped) UTF-8 regardless of the file system encoding (opening an link to a local non-ASCII file) r/sr=darin 2006-03-29 04:53:21 +00:00
bryner%brianryner.com 4cd1e2b280 Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin. 2006-03-15 04:59:42 +00:00
darin%meer.net 7142e1baad fixes bug 329260 "Disk cache keeps emptying itself" r=biesi sr=bzbarsky 2006-03-09 20:02:54 +00:00
darin%meer.net 4b0f8e64ec fixes bug 329559 "nsSocketInputStream::Available is not implemented properly" r=biesi sr=bzbarsky 2006-03-07 20:43:41 +00:00
cbiesinger%web.de 4d74bf4593 bug 324985 remove unnecessary whitespace 2006-03-04 00:24:52 +00:00
cbiesinger%web.de 055af5662f bug 324985 Allow components to register in a category to get told about all page
loads and allow sniffing the content type. Only works for docshell-initiated
loads.
r=darin sr=bz
2006-03-03 21:06:53 +00:00
cbiesinger%web.de 9be0f56986 bug 329039 make nsIOService's ctor and dtor private
r+sr+a=darin
2006-03-03 19:34:25 +00:00
darin%meer.net 8330866f4e restoring nsBaseChannel changes. reverting nsInputStreamPump changes. 2006-03-03 18:39:40 +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
cbiesinger%web.de 6f436f541b bug 328218 don't allow creating multiple IO services
r+sr+a=darin
2006-03-01 18:45:14 +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