.. |
standalone
|
Bug 311253 - XPCOM glue dynamic linking on BSD platforms - patch by Jeroen Ruigrok van der Werven <asmodai@in-nomine.org> r=me
|
2005-10-10 21:59:39 +00:00 |
.cvsignore
|
|
|
Makefile.in
|
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
|
2005-08-15 18:29:55 +00:00 |
nsBaseHashtable.h
|
Bug 229589 - nsBaseHashtable documentation obsolete r=dougt
|
2005-09-26 20:27:36 +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
|
Bug 314015 - nsComponentManagerUtils.h uses the wrong linking macros, SDK 1.8 is broken, r=darin
|
2005-10-27 19:01:51 +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 |
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
|
Bug 306334 - XULRunner debug doesn't link on mac r=darin/brendan
|
2005-08-31 17:20:09 +00:00 |
nsDebug.h
|
Bug 307478 - Build failure with syntax error in nsDebug.h - Fixes AIX build bustage.
|
2005-09-08 13:59:09 +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 |
nsGREGlue.cpp
|
Bug 307041. Fixing bustage on Solaris Studio 10 build. r=dbaron
|
2005-10-11 15:08:23 +00:00 |
nsHashKeys.h
|
Mingw bustage fix for bug 299992 r=bsmedberg,darin
|
2005-09-22 13:22:52 +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 |
nsINIParser.cpp
|
305281 r=dougt, a=mkaply - OS/2 Firefox doesn't start
|
2005-08-20 03:03:30 +00:00 |
nsINIParser.h
|
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
|
2005-08-15 18:29:55 +00:00 |
nsInterfaceHashtable.h
|
addressing the reviewer comments
|
2005-08-11 19:43:19 +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 |
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
|
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
|
2005-08-15 18:29:55 +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 312569 - nsIVersionComparator doesn't always initialize stack structures properly, r=darin
|
2005-10-17 20:27:22 +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
|
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
|
2005-08-15 18:29:55 +00:00 |
pldhash.c
|
Bug 306334 - XULRunner debug doesn't link on mac r=darin/brendan
|
2005-08-31 17:20:09 +00:00 |
pldhash.h
|
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
|
2005-08-15 18:29:55 +00:00 |