darin%meer.net
720e8da3b7
fixes bug 337752 "gcc 3.2.2 generates bad code for nsRunnableMethod<T>" r=bsmedberg
2006-05-12 20:18:13 +00:00
mkaply%us.ibm.com
3fb1d562dc
#326273
...
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
2006-05-11 17:22:54 +00:00
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
b3f665022d
fixes SunOS bustage
2006-05-10 20:29:54 +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
darin%meer.net
6f53dd9068
fixes bug fixes bug 336403 "Ts regression caused by patch for bug 76111" r=bzbarsky
2006-05-08 05:30:04 +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
cbiesinger%web.de
1fe4516c9f
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
dbaron%dbaron.org
a20476ea12
Fix Windows tinderbox orange. b=336333 Patch by Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp>. r=dbaron
2006-05-05 16:27:23 +00:00
cls%seawood.org
3a6b99bae4
mingw w32api defines LOGFONT* in wingdi.h. gcc complains about 'comma at end of enumerator list' and that 'ISO C++ prohibits anonymous structs' and that "an anonymous union can only have non-static data members".
...
Fixing bustage.
Bug #336333 r=darin
2006-05-05 01:43:15 +00:00
darin%meer.net
2eb20a15f3
fixing build bustage
2006-05-03 01:59:55 +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
darin%meer.net
cdaed88a8b
fix build bustage
2006-05-03 00:14:22 +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
darin%meer.net
0a156931ec
fixes bug 76111 "Auto detect online/offline status (on win32)" patch by juan_lang@yahoo.com, r=darin
2006-05-02 18:08:55 +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
ajschult%verizon.net
cafb48e407
Bug 334421: Shutdown leak of mEvictionQ entries. r+sr=darin
2006-04-29 04:37:07 +00:00
gavin%gavinsharp.com
79235abbe6
Bug 335344: Remove leading and trailing space character from emoticon text when using graphical smilies, patch by C�dric Menge <bugzilla@mengemail.de>, r=BenB, sr=bienvenu
2006-04-27 22:13:11 +00:00
mark%moxienet.com
8195294c1c
321366 Crash [@ PR_Close].[@ nsDiskCacheStreamIO::Flush]. Accept possible failure of nsDiskCacheStreamIO::FlushBufferToFile. r=darin
2006-04-25 18:08:09 +00:00
bzbarsky%mit.edu
67ca4e1392
Fix bug 334990. r+sr=darin
2006-04-24 02:54:26 +00:00
cls%seawood.org
9d3fb5f3b1
Align mingw libs linkage with msvc.
...
Thanks to Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> for the patch.
Bug #334542 r=cls
2006-04-20 12:59:02 +00:00
cbiesinger%web.de
403ecd7f4e
bug 334516 Handle the case where we have both a transaction pump and a cache
...
pump (that is, the case when we are completing a partial cache entry):
- correct the assertion
- read from the cache pump when calling type sniffers (since it contains the
initial data)
r+sr+a=darin
2006-04-20 10:59:10 +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
darin%meer.net
98daafb68f
fixes bug 334439 "nsHttpConnectionMgr::MAX_CONNECTIONS set to mMaxRequestDelay; should be mMaxConnections" patch by dave.puchyr@avaritia.com, r=biesi, sr=darin
2006-04-18 14:24:09 +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
kairo%kairo.at
44a8e18641
bug 328317 - merge platform .jar files into en-US.jar, r=mento for the mozilla/config changes r=jag sr=Neil
2006-04-08 11:49:47 +00:00
kairo%kairo.at
f9f8121092
bug 325473 - Undo separation of language and region/content packs, part 4: move pref panel into communictor pefs in suite/, correct installer manifests and fix rough edges of parts 1-3, r=bsmedberg for build system changes (removal of content-packs extension) r=ajschult for installer manifests r=jag sr=Neil
2006-04-08 11:17:06 +00:00
darin%meer.net
487031d451
fixes bug 329746, r=biesi sr=bz
2006-04-07 17:45:44 +00:00
darin%meer.net
43e5fc98ed
fixes bug 328817, r=biesi sr=bz
2006-04-07 17:44:32 +00:00
darin%meer.net
d433d4ef1e
fixes bug 330214 "Ignore Transfer-Encoding header sent with HTTP/1.0 response" r=biesi sr=bzbarsky
2006-04-05 02:09:41 +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
13b222e929
fixes bug 330397 "Additional problems with incomplete cache entries and cache flush assertions." r=biesi sr=bzbarsky
2006-03-30 21:06:54 +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
jwalden%mit.edu
a97b485d38
Bug 309296 - RFE: directory listing for jar:. r=darin, sr=bzbarsky
2006-03-29 22:10:37 +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
darin%meer.net
7629769f5b
backing out my patch for bug 330397 to fix download regression.
2006-03-23 06:45:07 +00:00
darin%meer.net
d3889c15e7
fixes bug 330397 "Additional problems with incomplete cache entries and cache flush assertions" r=biesi sr=bzbarsky
2006-03-22 01:14:29 +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
mrbkap%gmail.com
2eda6832f6
Fix silly undefined operation warnings. bug 329357, r+sr=darin
2006-03-08 02:36:41 +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