.. |
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-21 21:25:34 -07:00 |
Makefile.in
|
Bug 435122 - "Use TraceMalloc to get stack traces of potential deadlocks". r=bsmedberg+dbaron.
|
2008-06-26 10:12:42 -07:00 |
nsArrayEnumerator.cpp
|
|
|
nsArrayEnumerator.h
|
Bug 431677 - outparam errors in netwerk/cookie, r=dmandelin
|
2008-05-01 15:12:33 -04:00 |
nsArrayUtils.cpp
|
|
|
nsArrayUtils.h
|
|
|
nsAutoLock.cpp
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsAutoLock.h
|
Bug 445951 - missing keyword 'public' in xpcom/glue/nsAutoLock.h, r=bsmedberg
|
2008-08-18 20:39:19 +02:00 |
nsBaseHashtable.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsCategoryCache.cpp
|
|
|
nsCategoryCache.h
|
|
|
nsClassHashtable.h
|
|
|
nsCOMArray.cpp
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsCOMArray.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsComponentManagerUtils.cpp
|
|
|
nsComponentManagerUtils.h
|
|
|
nsCOMPtr.cpp
|
|
|
nsCOMPtr.h
|
Bug 178189 - |nsCOMPtr|: do we still care about VC++4.2? and if not, can we remove this comment; r=(scc + benjamin)
|
2008-09-29 00:17:30 +02:00 |
nsCRTGlue.cpp
|
Fixes for Windows CE. b=418662, r=bsmedberg, a=damons
|
2008-02-22 16:22:47 -08:00 |
nsCRTGlue.h
|
|
|
nsCycleCollectionParticipant.cpp
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsCycleCollectionParticipant.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsDataHashtable.h
|
|
|
nsDebug.h
|
Bug 429930 - NS_ABORT_IF_FALSE lies and doesn't abort if the given condition is false, making it exactly equivalent to NS_ASSERTION. Make it abort so we can use it when we really want a fatal assertion, if only the NS_ASSERTION macro implemented it. r+sr=shaver
|
2008-06-04 22:24:05 -04:00 |
nsDeque.cpp
|
|
|
nsDeque.h
|
|
|
nsEnumeratorUtils.cpp
|
|
|
nsEnumeratorUtils.h
|
|
|
nsGenericFactory.cpp
|
|
|
nsGenericFactory.h
|
|
|
nsGREGlue.cpp
|
Trivial const correctness followup to bug 420373 r=bsmedberg a=beltzner
|
2008-04-01 07:13:27 -07:00 |
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 11:49:18 -08: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 11:49:18 -08:00 |
nsIGenericFactory.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsIInterfaceRequestorUtils.cpp
|
|
|
nsIInterfaceRequestorUtils.h
|
|
|
nsINIParser.cpp
|
|
|
nsINIParser.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsInterfaceHashtable.h
|
Bug 431832: check outparams for PRBool or void return, r+a=bsmedberg
|
2008-05-20 11:26:03 -07:00 |
nsISupportsImpl.cpp
|
|
|
nsISupportsImpl.h
|
Bug 451477 - NS_INTERFACE_TABLE_INHERITED10 defined twice; r=benjamin
|
2008-09-06 23:47:54 +02:00 |
nsISupportsUtils.h
|
|
|
nsIWeakReferenceUtils.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 15:45:22 -08:00 |
nsQuickSort.cpp
|
|
|
nsQuickSort.h
|
|
|
nsRefPtrHashtable.h
|
|
|
nsServiceManagerUtils.h
|
|
|
nsStringAPI.cpp
|
Bug 442870 – CompressWhitespace can freeze the browser. r=bsmedberg
|
2008-08-14 12:16:24 +02:00 |
nsStringAPI.h
|
Bug 413477 - nsStringAPI needs RFind set of functions, patch by Prasad Sunkari (prasad@medhas.org), r=bsmedberg, a=beltzner
|
2008-04-08 23:01:13 -07:00 |
nsStringGlue.h
|
|
|
nsTArray.cpp
|
limit mathml row- and colspans as we do for html bug 443089 r/sr=bzbarsky
|
2008-07-16 17:02:18 +02:00 |
nsTArray.h
|
Bug 330101 nsTArray binary search for when array is sorted r=bsmedberg a=schrep
|
2008-02-21 01:43:15 -08:00 |
nsTextFormatter.cpp
|
Bug 438688 – String formatter fails to format the same argument twice. r=bsmedberg
|
2008-08-14 12:11:25 +02: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 11:49:18 -08: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 03:34:46 -08:00 |
nsTHashtable.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsThreadUtils.cpp
|
bug 380454, r=benjamin, sr=sicking
|
2008-02-21 04:47:26 -08:00 |
nsThreadUtils.h
|
Bug 118704. Get the document title from the DOM instead of storing it in the document object. Relanding with hopeful leak fix. r+sr=jst
|
2008-08-18 14:10:28 +12:00 |
nsTObserverArray.cpp
|
|
|
nsTObserverArray.h
|
|
|
nsTPtrArray.h
|
|
|
nsTraceRefcnt.h
|
Bug 443058 - Remove MOZ_DECL_CTOR_COUNTER; <mozilla-central> part; r=benjamin
|
2008-09-07 00:04:10 +02:00 |
nsTWeakRef.h
|
|
|
nsVersionComparator.cpp
|
|
|
nsVersionComparator.h
|
|
|
nsVoidArray.cpp
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsVoidArray.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02: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 11:49:18 -08:00 |
pldhash.c
|
Bug 449233. Assert when decrementing the jsdhash/pldhash recursion level past 0. r=dbaron,brendan, sr=dbaron
|
2008-08-26 13:02:04 -04:00 |
pldhash.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |