gecko/xpcom/glue
Peter Van der Beken 490e9a4afd Fix for bug 839529 (Remove various CC participants that don't do anything). r=smaug.
--HG--
extra : rebase_source : 8a272905c79396e7ae08aaaf83566ac450c45be0
2013-02-07 10:19:08 +00:00
..
nomozalloc
standalone bug 829288 - fix a bunch of mingw warnings in xpcom/ r=ehsan 2013-01-10 03:39:40 -05:00
staticruntime
AppData.cpp
AppData.h
arm.cpp
arm.h bug 822717 - remove checks for old gcc r=glandium 2012-12-18 13:22:28 -05:00
AutoRestore.h
BlockingResourceBase.cpp
BlockingResourceBase.h
CondVar.h
DeadlockDetector.cpp
DeadlockDetector.h
FileUtils.cpp
FileUtils.h Bug 818106 Fix: ScopedClose now considers errno EINTR.r=dhylands 2013-01-04 08:16:47 +05:30
GenericFactory.cpp
GenericFactory.h
GenericModule.cpp
IntentionalCrash.h
Makefile.in Bug 819791 - Part 3: Make typeof nsTArray == typeof InfallibleTArray. r=bz 2012-12-18 20:16:06 -05:00
Monitor.h
Mutex.h
nsArrayEnumerator.cpp
nsArrayEnumerator.h
nsArrayUtils.cpp
nsArrayUtils.h
nsBaseHashtable.h Bug 815671 part 9. Fix hashtables to take a UserDataType reference on put, so that putting an array works. r=bsmedberg 2012-11-29 11:14:14 -05:00
nsCategoryCache.cpp
nsCategoryCache.h Backout 231cce402e46, 383b6031c417, 8a518d6c8b60 & 4f55f76e34ee (bug 813438) for bustage 2012-11-22 17:49:58 +00:00
nsClassHashtable.h
nsClassInfoImpl.cpp
nsCOMArray.cpp Bug 493711 Provide an nsTArray-like API for nsCOMArray r=sicking 2013-02-04 22:05:40 +00:00
nsCOMArray.h Bug 493711 Provide an nsTArray-like API for nsCOMArray r=sicking 2013-02-04 22:05:40 +00:00
nsComponentManagerUtils.cpp
nsComponentManagerUtils.h
nsCOMPtr.cpp
nsCOMPtr.h bug 822717 - remove checks for old gcc r=glandium 2012-12-18 13:22:28 -05:00
nsCRTGlue.cpp
nsCRTGlue.h
nsCycleCollectionNoteChild.h bug 819215 - make NS_IMPL_CYCLE_COLLECTION_XXXCLASS unnecessary r=smaug, mccr8 2012-12-08 00:08:37 -05:00
nsCycleCollectionParticipant.cpp Bug 806279 - CC macros refactoring: part 3: fold the TRAVERSE_NATIVE and AMBIGUOUS cases - r=mccr8,smaug 2012-11-15 02:32:39 -05:00
nsCycleCollectionParticipant.h Fix for bug 839529 (Remove various CC participants that don't do anything). r=smaug. 2013-02-07 10:19:08 +00:00
nsCycleCollectionTraversalCallback.h Bug 816162 - Add newline at end of file to fix compile warning. r=mccr8 2012-11-28 19:55:36 +01:00
nsCycleCollectorUtils.cpp
nsCycleCollectorUtils.h
nsDataHashtable.h
nsDebug.h Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan 2012-10-26 15:32:10 +02:00
nsDeque.cpp
nsDeque.h
nsEnumeratorUtils.cpp
nsEnumeratorUtils.h
nsHashKeys.h
nsIClassInfoImpl.h
nsID.cpp
nsID.h
nsIInterfaceRequestorUtils.cpp
nsIInterfaceRequestorUtils.h
nsINIParser.cpp
nsINIParser.h
nsInterfaceHashtable.h
nsISupportsImpl.cpp
nsISupportsImpl.h Bug 839962 - Part 1: Replace some XPCOM refcount NS_ASSERTIONs with MOZ_ASSERTs. r=bsmedberg 2013-02-07 20:50:05 -08:00
nsISupportsUtils.h
nsIWeakReferenceUtils.h
nsMemory.cpp
nsMemory.h
nsProxyRelease.cpp Bug 827857 - make NS_ProxyRelease() handle null pointers properly; r=jlebar 2013-01-08 13:34:49 -05:00
nsProxyRelease.h backing out bug 827841 patch to fix comment 2013-01-10 01:44:18 +01:00
nsQuickSort.cpp Bug 786533 - Replace NS_MIN/NS_MAX in xpcom/ with XPCOM_MIN/XPCOM_MAX to prevent accidental use. r=ehsan 2013-01-15 13:22:03 +01:00
nsQuickSort.h
nsRefPtrHashtable.h
nsServiceManagerUtils.h
nsStringAPI.cpp
nsStringAPI.h Bug 804664 - remove typedef nsAutoCString nsCAutoString. r=benjamin 2012-10-23 20:53:15 +03:00
nsStringGlue.h
nsTArray-inl.h Bug 786533 - Replace NS_MIN/NS_MAX in xpcom/ with XPCOM_MIN/XPCOM_MAX to prevent accidental use. r=ehsan 2013-01-15 13:22:03 +01:00
nsTArray.cpp
nsTArray.h Bug 618479 part 1. Clean up the nsTArray binary-insert code a little bit. r=jlebar,kinetik 2013-02-13 10:11:53 -05:00
nsTArrayForwardDeclare.h Bug 819791 - Part 3: Make typeof nsTArray == typeof InfallibleTArray. r=bz 2012-12-18 20:16:06 -05:00
nsTextFormatter.cpp Bug 792581 - part 23: Replace LL_INIT and LL_UDIVMOD macros. r=ehsan 2012-11-01 20:57:25 -04:00
nsTextFormatter.h
nsTHashtable.cpp
nsTHashtable.h
nsThreadIDs.h
nsThreadUtils.cpp Bug 827654. Actually QI to interfaces we implement in nsCancelableRunnable. r=smaug 2013-01-08 09:01:30 -05:00
nsThreadUtils.h Bug 814771 - Add a cancelable runnable and use it to cancel a pending memory minimization procedure when an application is brought to the foreground r=jlebar 2012-12-11 19:13:29 +01:00
nsTObserverArray.cpp
nsTObserverArray.h Bug 814738 - Modernize Traverse for nsTObserverArray. r=smaug 2012-11-23 11:13:39 -08:00
nsTPriorityQueue.h
nsTraceRefcnt.h
nsTWeakRef.h
nsVersionComparator.cpp Bug 786533 - Replace NS_MIN/NS_MAX in xpcom/ with XPCOM_MIN/XPCOM_MAX to prevent accidental use. r=ehsan 2013-01-15 13:22:03 +01:00
nsVersionComparator.h
nsVoidArray.cpp Bug 786533 - Replace NS_MIN/NS_MAX in xpcom/ with XPCOM_MIN/XPCOM_MAX to prevent accidental use. r=ehsan 2013-01-15 13:22:03 +01:00
nsVoidArray.h Bug 823940 Remove unused nsAutoVoidArray, and cleanup nsVoidArray's support for it. r=bsmedberg. 2012-12-22 09:00:15 +00:00
nsWeakReference.cpp
nsWeakReference.h
nsXPTCUtils.h
objs.mk
Observer.h
pldhash.cpp Bug 786533 - Replace NS_MIN/NS_MAX in xpcom/ with XPCOM_MIN/XPCOM_MAX to prevent accidental use. r=ehsan 2013-01-15 13:22:03 +01:00
pldhash.h bug 822717 - remove checks for old gcc r=glandium 2012-12-18 13:22:28 -05:00
ReentrantMonitor.h
SSE.cpp
SSE.h
unused.cpp
unused.h