pjs/xpcom/glue
reed%reedloden.com f744ee2ce1 Bug 420373 - "need a way to distinguish GREs based on architecture in nsGREGlue" [p=mozilla@rosenauer.org (Wolfgang Rosenauer) r=bsmedberg a1.9b5=schrep] 2008-03-22 04:25:35 +00:00
..
standalone Bug 420373 - "need a way to distinguish GREs based on architecture in nsGREGlue" [p=mozilla@rosenauer.org (Wolfgang Rosenauer) r=bsmedberg a1.9b5=schrep] 2008-03-22 04:25:35 +00:00
.cvsignore
Makefile.in Bug 420373 - "need a way to distinguish GREs based on architecture in nsGREGlue" [p=mozilla@rosenauer.org (Wolfgang Rosenauer) r=bsmedberg a1.9b5=schrep] 2008-03-22 04:25:35 +00:00
nsArrayEnumerator.cpp
nsArrayEnumerator.h
nsArrayUtils.cpp
nsArrayUtils.h
nsAutoLock.cpp
nsAutoLock.h Bug 350132 - Deadlock in JS/XPCOM proxy, r=brendan 2007-08-16 20:51:50 +00:00
nsBaseHashtable.h Bug 398435 - "PRBool misuse bugs in xpcom/" [p=taras r=bsmedberg a1.9=sayrer] 2007-10-19 23:26:53 +00:00
nsCOMArray.cpp
nsCOMArray.h
nsCOMPtr.cpp
nsCOMPtr.h Bug 396369 - "Overload forget method on nsCOMPtr/nsRefPtr to work with out parameters". r=dbaron, sr=bsmedberg, a=damons. 2007-11-11 18:56:45 +00:00
nsCRTGlue.cpp Fixes for Windows CE. b=418662, r=bsmedberg, a=damons 2008-02-23 00:22:48 +00:00
nsCRTGlue.h
nsCategoryCache.cpp
nsCategoryCache.h
nsClassHashtable.h
nsComponentManagerUtils.cpp
nsComponentManagerUtils.h
nsCycleCollectionParticipant.cpp Fix for bug 407034 (JS_Assert "!rt->gcRunning" unbinding link elements in cycle collector with JS protocol handlers), r/sr=dbaron. 2008-01-30 02:05:45 +00:00
nsCycleCollectionParticipant.h Add knowledge of edge names to cycle collector, ifdef DEBUG_CC. b=420514 r+sr=peterv a=damons 2008-03-17 23:11:10 +00:00
nsDataHashtable.h
nsDebug.h Bug 392055: NS_ENSURE_SUCCESS should print out the error code. 2007-09-28 18:59:07 +00:00
nsDeque.cpp move nsDeque .h and .cpp from xpcom/ds to xpcom/glue. 2007-09-18 18:14:35 +00:00
nsDeque.h forgot to fix a review comment for checkin I did for bug 395349 2007-09-18 18:45:28 +00:00
nsEnumeratorUtils.cpp
nsEnumeratorUtils.h
nsGREGlue.cpp Bug 420373 - "need a way to distinguish GREs based on architecture in nsGREGlue" [p=mozilla@rosenauer.org (Wolfgang Rosenauer) r=bsmedberg a1.9b5=schrep] 2008-03-22 04:25:35 +00:00
nsGenericFactory.cpp
nsGenericFactory.h
nsHashKeys.h
nsIClassInfoImpl.h
nsID.cpp Bug 411256 - "AIX linker error for trunk build xpcom module :ERROR: Undefined symbol: .PR_dtoa" (Remove standalone glue dependencies on NSPR) [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=dwitte a1.9=schrep] 2008-02-07 19:49:18 +00:00
nsID.h Bug 411256 - "AIX linker error for trunk build xpcom module :ERROR: Undefined symbol: .PR_dtoa" (Remove standalone glue dependencies on NSPR) [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=dwitte a1.9=schrep] 2008-02-07 19:49:18 +00:00
nsIGenericFactory.h
nsIInterfaceRequestorUtils.cpp
nsIInterfaceRequestorUtils.h
nsINIParser.cpp
nsINIParser.h
nsISupportsImpl.cpp
nsISupportsImpl.h reverting, wrong patch, missing AMBIGUOUS 2008-03-19 21:55:28 +00:00
nsISupportsUtils.h
nsIWeakReferenceUtils.h Kick one of the unit test tinderboxen into another build. 2007-11-17 19:47:06 +00:00
nsInterfaceHashtable.h
nsMemory.cpp
nsMemory.h
nsProxyRelease.cpp
nsProxyRelease.h Bug 417404: Fix nsCOMPtr version of NS_ProxyRelease(). r/sr=bsmedberg, b1.9=sayrer 2008-02-21 23:45:22 +00:00
nsQuickSort.cpp
nsQuickSort.h
nsRefPtrHashtable.h
nsServiceManagerUtils.h
nsStringAPI.cpp Bug 413488 - "nsACString::Find in nsStringAPI is buggy!" [p=prasad@medhas.org (Prasad Sunkari [prasad]) r=bsmedberg a=blocking1.9+] 2008-02-13 10:49:32 +00:00
nsStringAPI.h Bug 380783 - nsStringAPI.h: no equivalent of IsVoid (tell if string is null), patch by Mook <mook.moz+mozbz@gmail.com>, r=bsmedberg/dbaron, sr=dbaron, a1.9=bz 2007-08-18 03:48:17 +00:00
nsStringGlue.h
nsTArray.cpp Bug 401433, leak in nsTArray, r+sr=sicking 2008-01-25 11:32:59 +00:00
nsTArray.h Bug 330101 nsTArray binary search for when array is sorted r=bsmedberg a=schrep 2008-02-21 09:43:15 +00:00
nsTHashtable.cpp Bug 415262 - "Make general use of new NSPR rotate macros" [p=swsnyder@insightbb.com (Steve Snyder) r=wtc sr=dbaron a=blocking1.9+] 2008-02-13 11:34:47 +00:00
nsTHashtable.h Bug 398435 - "PRBool misuse bugs in xpcom/" [p=taras r=bsmedberg a1.9=sayrer] 2007-10-19 23:26:53 +00:00
nsTObserverArray.cpp relanding part of 407442. 2007-12-20 07:30:06 +00:00
nsTObserverArray.h fix OS/2 bustage. 2007-12-22 01:06:43 +00:00
nsTPtrArray.h
nsTWeakRef.h
nsTextFormatter.cpp Bug 384979 --> move nsTextFormatter to the glue code so it can be used with frozen linkage. 2007-09-20 23:14:26 +00:00
nsTextFormatter.h Bug 411256 - "AIX linker error for trunk build xpcom module :ERROR: Undefined symbol: .PR_dtoa" (Remove standalone glue dependencies on NSPR) [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=dwitte a1.9=schrep] 2008-02-07 19:49:18 +00:00
nsThreadUtils.cpp bug 380454, r=benjamin, sr=sicking 2008-02-21 12:47:27 +00:00
nsThreadUtils.h
nsTraceRefcnt.h
nsVersionComparator.cpp
nsVersionComparator.h
nsVoidArray.cpp Bug 292940 partial OOM audit for nsStringArray and nsCStringArray 2008-01-14 21:01:40 +00:00
nsVoidArray.h Fix -Wconversion warnings that prevent compiling netwerk/cookie/src/ (which makes warnings fatal) with gcc 4.3 on x86_64. b=409384 r=bsmedberg a=beltzner 2008-03-06 23:03:50 +00:00
nsWeakReference.cpp
nsWeakReference.h
nsXPTCUtils.h
objs.mk Bug 411256 - "AIX linker error for trunk build xpcom module :ERROR: Undefined symbol: .PR_dtoa" (Remove standalone glue dependencies on NSPR) [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=dwitte a1.9=schrep] 2008-02-07 19:49:18 +00:00
pldhash.c Bug 415262 - "Make general use of new NSPR rotate macros" [p=swsnyder@insightbb.com (Steve Snyder) r=wtc sr=dbaron a=blocking1.9+] 2008-02-13 11:34:47 +00:00
pldhash.h