darin%meer.net
5546eca278
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
0739aaf87d
fixing vc6 build bustage
2006-05-10 21:08:55 +00:00
darin%meer.net
f6649a638d
fixing AIX bustage
2006-05-10 20:31:18 +00:00
darin%meer.net
d1d8837620
make use of nsRunnableMethod<T> to fix AIX bustage
2006-05-10 19:28:04 +00:00
darin%meer.net
7d3e7d7acd
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
timeless%mozdev.org
dacc4793c9
Bug 331023 Cleanup of IDL files; fixing type inconsistencies
...
r=darin sr=bz
2006-05-07 01:32:17 +00:00
mrbkap%gmail.com
df9bd64f87
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
fca88cd9e1
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
e2b1353329
Bug 332147 - Expose nsEscape on a scriptable interface, r=darin
2006-05-02 16:27:23 +00:00
masayuki%d-toybox.com
1c1fe64948
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
bzbarsky%mit.edu
67ca4e1392
Fix bug 334990. r+sr=darin
2006-04-24 02:54:26 +00:00
bzbarsky%mit.edu
71666e60a7
Better docs for the LOAD_REPLACE flag. Bug 333595, r=biesi, sr=darin
2006-04-19 15:11:58 +00:00
dougt%meer.net
7ea057fe3b
didn't mean to commit the header.
2006-04-17 23:00:39 +00:00
dougt%meer.net
98f7704caa
Bug 334361. Failure to honor network changes. wince only r=darin
2006-04-17 22:59:10 +00:00
masayuki%d-toybox.com
11008a7f40
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
d845a300e8
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
508d41a568
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
df746f50b5
Bug 324815 - Convert directory contents array in nsDirectoryIndexStream to nsCOMArray. r+sr=darin
2006-03-30 03:02:59 +00:00
jshin%mailaps.org
a49b716f8b
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
3dfc81a3d2
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
41e6c02b2f
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
54a95cf45d
fixes bug 329260 "Disk cache keeps emptying itself" r=biesi sr=bzbarsky
2006-03-09 20:02:54 +00:00
darin%meer.net
062e7fe736
fixes bug 329559 "nsSocketInputStream::Available is not implemented properly" r=biesi sr=bzbarsky
2006-03-07 20:43:41 +00:00
cbiesinger%web.de
5bf4353295
bug 324985 remove unnecessary whitespace
2006-03-04 00:24:52 +00:00
cbiesinger%web.de
c511357df7
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
4349dce67c
bug 329039 make nsIOService's ctor and dtor private
...
r+sr+a=darin
2006-03-03 19:34:25 +00:00
darin%meer.net
eec7a5ca7b
restoring nsBaseChannel changes. reverting nsInputStreamPump changes.
2006-03-03 18:39:40 +00:00
darin%meer.net
641d8abf88
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
6c9a538e23
bug 328218 don't allow creating multiple IO services
...
r+sr+a=darin
2006-03-01 18:45:14 +00:00
darin%meer.net
6942519245
backing out my latest patch for bug 312760 to clear Tp regression.
2006-03-01 18:30:51 +00:00
darin%meer.net
0ac7cb7cb3
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
timeless%mozdev.org
a279d689e5
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
cbiesinger%web.de
aad4b05e77
Bug 315598 Allow more than one global redirect observer, using the
...
"net-channel-event-sinks" category.
r=darin sr=bz
2006-02-22 14:07:21 +00:00
kaie%kuix.de
9a899fbc65
bug 236933, Disable SSL2 and other weak ciphers by default
...
This checkin changes the default prefs only
r=darin
2006-02-22 12:40:17 +00:00
dougt%meer.net
bd0c6a73f6
Fix for 322251. Windows CE only. not establishing GPRS connections. r=darin
2006-02-17 17:17:43 +00:00
cbiesinger%web.de
c23a1e9670
bug 325177 r=darin sr=bz
...
- add a "request" parameter to nsIContentSniffer
- make the unknowndecoder implement nsIContentSniffer
- make nsBaseChannel do type detection via nsIContentSniffer rather than a
stream converter
2006-02-17 16:54:27 +00:00
bzbarsky%mit.edu
d3738ab876
Add some comments for future reference. No bug, r=darin
2006-02-14 19:45:23 +00:00
cbiesinger%web.de
0233b3a085
bug 326693 filechannel ignores content-type hints
...
r+sr=darin
2006-02-14 18:46:12 +00:00
cbiesinger%web.de
a1c8cbf9d9
bug 327065 misc necko cleanup, see bug for details
...
r+sr=darin
2006-02-14 15:37:10 +00:00
cbiesinger%web.de
a898e666b8
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
gavin%gavinsharp.com
faa0a88c2a
Bug 306966: Convert method comments in nsISecretDecoderRing to doxygen, patch by Jeff Walden <jwalden@mit.edu>, r+sr=darin
2006-01-26 01:09:09 +00:00
cbiesinger%web.de
d3f447c6d9
bug 321932 improve nsIRequest::isPending documentation
...
r+sr=darin
2006-01-25 16:47:12 +00:00
bsmedberg%covad.net
ad6994b382
Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin
2006-01-17 15:41:40 +00:00
gavin%gavinsharp.com
dd968c67ac
Bug 289640: Remove unused preference security.ui.enable, patch by Daniel Cater <DJCater@Gmail.com>, r=kaie, sr=darin
2006-01-16 15:08:30 +00:00
darin%meer.net
f45727d1c5
additional follow-up patch for bug 318193, r=bz
2006-01-03 22:08:05 +00:00
darin%meer.net
95a5b55ba7
fixes regression introduced by patch for bug 318193, r=biesi
2006-01-03 19:25:18 +00:00
darin%meer.net
645a0a885e
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
2006-01-02 02:30:32 +00:00
roc+%cs.cmu.edu
14d4d88d51
Bug 315345. nsIPermission should be in network/base/public for now, alongside nsIPermissionManager. r+sr=darin
2005-12-06 01:32:59 +00:00
darin%meer.net
2bd2f5f427
fixes bug 316372 "mailto: links do not open Compose window anymore" patch by bzbarsky, r=biesi, sr=darin
2005-11-30 00:54:49 +00:00
timeless%mozdev.org
b78d0c2416
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00