gecko-dev/xpcom
2000-05-20 18:19:27 +00:00
..
appshell Adding in class headers. 2000-05-05 06:53:09 +00:00
base Fix stupid logfile_list unlink bug; fix comment. 2000-05-17 06:59:21 +00:00
build Standalone xpcom. 2000-05-13 23:35:55 +00:00
components Change the XPCOM autoreg observer to provide more useful strings. 2000-05-17 01:53:50 +00:00
doc Documentation tweak. --enable-modules not --enable-module 2000-05-17 07:54:22 +00:00
ds Checking in patch from Jim Dunn to fix platform bustage on HPUX. In fact, this is the way the code should have been written in the first place due to the C++ standard section 14.6.2(3). Members of the template base class just aren't visible without explicit scoping of some form, typically |this->|. r=scc 2000-05-20 18:19:27 +00:00
glue repair the NS_IMPL_QUERY_INTERFACE_INHERITED3 macro 2000-05-14 23:09:21 +00:00
io Un-inline a bunch of methods that wouldn't have been inlined anyway because they are virtual. Just tidyup. 2000-05-17 01:53:21 +00:00
libxpt/xptcall adding back for doc purpose 1999-06-12 08:08:15 +00:00
macbuild added files: mozilla/xpcom/ds/nsIPersistentProperties2.idl 2000-05-02 06:30:38 +00:00
proxy Changes from snizinsk@us.ibm.com 2000-05-12 01:09:58 +00:00
reflect Patch GetMethodInfoForName to not just return the first method found. Apparently, it never really worked. 2000-05-18 05:55:25 +00:00
remote updated README 2000-03-03 19:40:52 +00:00
sample Including nsTestSample.cpp. 2000-05-14 22:56:53 +00:00
string Checking in patch from Jim Dunn to fix platform bustage on HPUX. In fact, this is the way the code should have been written in the first place due to the C++ standard section 14.6.2(3). Members of the template base class just aren't visible without explicit scoping of some form, typically |this->|. r=scc 2000-05-20 18:19:27 +00:00
tests changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
threads Space cleanup. 2000-05-15 06:21:49 +00:00
tools Removed unneccessary casts. 2000-05-05 05:54:15 +00:00
typelib More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
.cvsignore
Makefile.in Finally following warren's lead from "last year", the libs phase has been removed from the build. Directories had to be ordered and in some cases, traversed after a subsequent module was built. 2000-03-02 13:29:03 +00:00
makefile.win Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00