gecko-dev/xpcom/glue
bsmedberg%covad.net 8992fb4c7d Backout bug 299992 - too much odd platform-specific bustage 2005-08-11 22:07:08 +00:00
..
standalone Backout bug 299992 - too much odd platform-specific bustage 2005-08-11 22:07:08 +00:00
.cvsignore Ignore generated files 2001-12-29 03:21:06 +00:00
Makefile.in Backout bug 299992 - too much odd platform-specific bustage 2005-08-11 22:07:08 +00:00
nsBaseHashtable.h Bug 212919 - Fix const issues in nsDataHashtable on MSVC7 (I'm surprised other 2005-08-11 19:43:21 +00:00
nsCOMPtr.cpp Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
nsCOMPtr.h bug 280245. WinCE build and support changes. r=darin 2005-01-30 21:33:47 +00:00
nsClassHashtable.h Bug 209622 - bustage fix for stupid compilers (Sun WS and DEC OSF1) - 2005-08-11 19:43:16 +00:00
nsComponentManagerUtils.cpp Bug 288626 - Switch the strict API from opt-in (MOZILLA_STRICT_API) to opt-out (MOZILLA_INTERNAL_API) r=darin 2005-04-06 03:35:24 +00:00
nsComponentManagerUtils.h fixing MingW / GCC 3.4 build bustage 2004-11-23 22:19:13 +00:00
nsDataHashtable.h Bug 193031 fix category manager to use aPersist parameter. Bug 54639 Category Manager is not thread-safe. Bug 208437 separate threadsafe nsBaseHashtable into super-class nsBaseHashtableMT. r=dougt/alecf I know Sun Workshop builds are still broken... working on it. 2005-08-11 19:43:11 +00:00
nsDebug.cpp fixes bug 266006 "xpcom/glue should not declare methods with NS_COM" r=bsmedberg 2004-10-29 19:43:51 +00:00
nsDebug.h Bug 298047 - Drop the dependencies of the XPCOM standalone glue on NSPR, try #2 - Re-landing this in such a way that we're not going to break non-xulrunner builds on mac with xcode < 1.5 until we have the tinderboxen and official build instructions upgraded properly (see the XXXNote in xpcom/sample/Makefile.in, and the continued ifdef MOZ_ENABLE_LIBXUL hack in config/autoconf.mk.in around MOZ_FIX_LINK_FLAGS). r=darin a=asa 2005-07-01 12:24:07 +00:00
nsGREGlue.cpp Bug 299991 - XULRunner stub executable, r=darin a=shaver 2005-07-25 22:16:56 +00:00
nsGenericFactory.cpp Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa 2005-07-21 13:33:43 +00:00
nsGenericFactory.h Bug 298044 - Dynamically load XPCOM dependent libs as part of the XPCOM standalone glue bootstrap process, r=darin a=asa 2005-07-14 18:42:59 +00:00
nsHashKeys.h Backout bug 299992 - too much odd platform-specific bustage 2005-08-11 22:07:08 +00:00
nsID.cpp Bustage fix, bug 288954 2005-08-09 14:04:49 +00:00
nsID.h Bug 288954 - Make the non-inline members of nsID part of the glue, so that embedders don't link against C++ symbols by accident - r=darin a=shaver 2005-08-09 13:39:12 +00:00
nsIGenericFactory.h Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa 2005-07-21 13:33:43 +00:00
nsIInterfaceRequestorUtils.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
nsIInterfaceRequestorUtils.h fixes bug 266006 "xpcom/glue should not declare methods with NS_COM" r=bsmedberg 2004-10-29 19:43:51 +00:00
nsISupportsImpl.h Bug 299664 - add support for XPCOM_GLUE_USE_NSPR for various embedders who need to continue using the THREADSAFE_ISUPPORTS macros and don't care about the NSPR dependency, r=darin a=asa 2005-07-07 15:40:24 +00:00
nsISupportsUtils.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
nsIWeakReferenceUtils.h Bug 234858: Make do_GetWeakReference typesafe. 2005-01-24 22:59:27 +00:00
nsInterfaceHashtable.h addressing the reviewer comments 2005-08-11 19:43:19 +00:00
nsMemory.cpp Bug 267767 - Make XPCOM memory management functions frozen exports. r=darin sr=shaver 2004-11-12 19:26:37 +00:00
nsMemory.h Bug 267767 - Make XPCOM memory management functions frozen exports. r=darin sr=shaver 2004-11-12 19:26:37 +00:00
nsQuickSort.cpp
nsQuickSort.h
nsRefPtrHashtable.h Bug 230707 nsRefPtrHashtable (like nsInterfaceHashtable but for refcounted objects of concrete types) r=bsmedberg sr=alecf 2005-08-11 19:42:51 +00:00
nsServiceManagerUtils.h Bug 288626 - Switch the strict API from opt-in (MOZILLA_STRICT_API) to opt-out (MOZILLA_INTERNAL_API) r=darin 2005-04-06 03:35:24 +00:00
nsTHashtable.cpp Backout bug 299992 - too much odd platform-specific bustage 2005-08-11 22:07:08 +00:00
nsTHashtable.h Bug 212919 - Fix const issues in nsDataHashtable on MSVC7 (I'm surprised other 2005-08-11 19:43:21 +00:00
nsTraceRefcnt.cpp fixes bug 266006 "xpcom/glue should not declare methods with NS_COM" r=bsmedberg 2004-10-29 19:43:51 +00:00
nsTraceRefcnt.h fixes bug 266006 "xpcom/glue should not declare methods with NS_COM" r=bsmedberg 2004-10-29 19:43:51 +00:00
nsVersionComparator.cpp Bug 304191 - VersionComparator is wrong comparing "1.2" and "1.2.2" - patch by Dave Townsend (Mossop), r+a=me, sr=shaver 2005-08-11 14:27:20 +00:00
nsVersionComparator.h Bug 300731 - Change app/extension version scheme going forward, r=darin+shaver a=shaver 2005-07-23 14:05:25 +00:00
nsVoidArray.cpp
nsVoidArray.h
nsWeakReference.cpp Bug 234858: Make do_GetWeakReference typesafe. 2005-01-24 22:59:27 +00:00
nsWeakReference.h Bug 234858: Make do_GetWeakReference typesafe. 2005-01-24 22:59:27 +00:00
objs.mk Backout bug 299992 - too much odd platform-specific bustage 2005-08-11 22:07:08 +00:00