gecko-dev/xpcom
2004-07-31 15:26:25 +00:00
..
base This stuff doesn't work on OS/2 and is causing thousands of warnings errors 2004-07-22 20:27:48 +00:00
build Change the semantics of the .autoreg file so that it can be used for Firefox and Thunderbird to trigger re-registration in all profiles. Rather than checking for the existance of the file, registering, and deleting it, we'll always compare the timestamp of .autoreg to that of the profile compreg.dat, and re-register if .autoreg exists and is newer. Bug 252905, r=darin. 2004-07-31 15:26:25 +00:00
components Add a NS_FASTCALL macro that specifies regparm(3) and stdcall on gcc/x86 to improve performance (passing up to 3 arguments in registers instead of on the stack, and having the caller pop any stack arguments). Apply NS_FASTCALL to our most frequently called non-public methods and functions. Also add NS_CDECL to explicitly specify the default calling convention and make it part of NS_IMETHOD, since xptcall can't deal with NS_FASTCALL. Bug 249652, r=darin, sr=dbaron. 2004-07-14 22:14:34 +00:00
doc
ds Bug 238963 nsObserverList::GetObserverList should return OOM on failure 2004-07-30 02:43:13 +00:00
glue fix uninitialized variable warning (does not correspond to a real bug) 2004-07-29 13:48:08 +00:00
io make nsSafeFileOutputStream follow target symlinks. 2004-07-30 05:00:32 +00:00
libxpt/xptcall
MoreFiles
obsolete
proxy
reflect Relanding, since backing out did not fix orange. Bug 232691. 2004-05-22 20:02:43 +00:00
sample Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
string bug 244956: Small correction to comments in nsStringAPI.h 2004-07-30 16:00:59 +00:00
stub
tests Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
threads
tools
typelib
windbgdlg
.cvsignore
Makefile.in
xpcom-config.h.in
xpcom-private.h.in