gecko-dev/xpcom
1999-08-25 03:16:23 +00:00
..
appshell Moving Event loop interfaces to it's new home from xpcom/apps. Implementation will start here. Also renamed msg to be event to be less windows-ish. 1999-08-24 05:47:30 +00:00
base Removed the #ifdef DEBUG around the definition of NS_ENSURE. The only difference between the two was the NS_ERROR. NS_ERROR is already conditional upon debug so this was a bit redundant. 1999-08-25 03:16:23 +00:00
build cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
components got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
doc XPCOM Brownbag 1 1999-08-18 02:17:28 +00:00
ds removed warnings 1999-08-25 03:11:05 +00:00
glue Removed the #ifdef DEBUG around the definition of NS_ENSURE. The only difference between the two was the NS_ERROR. NS_ERROR is already conditional upon debug so this was a bit redundant. 1999-08-25 03:16:23 +00:00
io more changes as suggested by warren@netscape.com 1999-08-24 21:51:32 +00:00
libxpt/xptcall
macbuild added files: mozilla/xpcom/io/nsIPipe.idl 1999-08-24 04:59:26 +00:00
proxy Fixing auto-proxy so that in params are proxied back to the caller. 1999-08-25 02:34:29 +00:00
reflect Removed items from DIRS that do not exist. 1999-08-24 21:45:26 +00:00
sample First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro. 1999-08-21 08:54:47 +00:00
string/obsolete removed warnings 1999-08-25 03:11:05 +00:00
tests Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
threads got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
tools
typelib Removed items from DIRS that do not exist. 1999-08-24 21:45:26 +00:00
.cvsignore
Makefile.in
makefile.win