gecko/xpcom/glue
Ehsan Akhgari ca18c36a95 Bug 1114880 follow-up: Rename MOZ_{STRONG,WEAK}_REF to MOZ_{OWNING,NON_OWNING}_REF
--HG--
extra : rebase_source : 51fff0785d112b5b87be3c6ff723c8986b37effe
2014-12-23 21:17:50 -05:00
..
nomozalloc Bug 1077151 - Always use expandlibs descriptors when they exist. r=mshal 2014-10-04 10:33:00 +09:00
standalone Bug 1082576 - Fix the XPCOM library loading error reporting code; r=froydnj 2014-10-14 19:28:24 -04:00
staticruntime Bug 1077151 - Always use expandlibs descriptors when they exist. r=mshal 2014-10-04 10:33:00 +09:00
tests/gtest Bug 1105069 - Part 21: Remove AsCell in preference of GCCellPtr; r=jonco, r=mccr8 2014-12-14 08:27:52 -08:00
AppData.cpp Bug 1024110 - Change Aurora's default profile behavior to use channel-specific profiles. r=bsmedberg f=gavin,markh 2014-09-23 21:49:03 +03:00
AppData.h
AutoRestore.h
BlockingResourceBase.cpp Bug 1105215: fix build break when MOZ_CALLSTACK_DISABLED is not defined. r=njn 2014-11-27 13:52:56 +08:00
BlockingResourceBase.h Bug 1062709 (part 1, attempt 2) - Add a frame number argument to NS_WalkStackCallback. r=dbaron. 2014-09-10 21:47:01 -07:00
CondVar.h
DeadlockDetector.h
EnumeratedArrayCycleCollection.h
FileUtils.cpp
FileUtils.h
GenericFactory.cpp
GenericFactory.h
GenericModule.cpp
HoldDropJSObjects.h
IntentionalCrash.h
MainThreadUtils.h
Makefile.in Bug 1077151 - Always use expandlibs descriptors when they exist. r=mshal 2014-10-04 10:33:00 +09:00
Monitor.h Bug 1091921 - Don't disable operator delete for Monitor and Mutex Auto helpers. r=froydnj 2014-11-10 13:37:52 -08:00
moz.build Bug 1059038 - Move mozilla::unused from xpcom/glue to mfbt. r=Waldo 2014-08-29 10:11:00 +02:00
Mutex.h Bug 1091921 - Don't disable operator delete for Monitor and Mutex Auto helpers. r=froydnj 2014-11-10 13:37:52 -08:00
nsArrayEnumerator.cpp
nsArrayEnumerator.h
nsArrayUtils.cpp
nsArrayUtils.h
nsBaseHashtable.h
nsCategoryCache.cpp
nsCategoryCache.h
nsClassHashtable.h Bug 1097271 - remove unused ptr variable from nsClassHashtable::RemoveAndForget; r=mccr8 2014-11-11 16:47:29 -05:00
nsClassInfoImpl.cpp
nsCOMArray.cpp
nsCOMArray.h
nsComponentManagerUtils.cpp
nsComponentManagerUtils.h Bug 1114880 follow-up: Rename MOZ_{STRONG,WEAK}_REF to MOZ_{OWNING,NON_OWNING}_REF 2014-12-23 21:17:50 -05:00
nsCOMPtr.cpp
nsCOMPtr.h Bug 1114880 follow-up: Rename MOZ_{STRONG,WEAK}_REF to MOZ_{OWNING,NON_OWNING}_REF 2014-12-23 21:17:50 -05:00
nsCRTGlue.cpp Bug 1111407 - Allow sending a copy of all stderr to a file to get around logcat overflow. r=ehsan 2014-12-15 15:00:56 -05:00
nsCRTGlue.h
nsCycleCollectionNoteChild.h Bug 1097861 - make CycleCollectionNoteChild more easily forward-declarable; r=mccr8 2014-11-12 15:22:32 -05:00
nsCycleCollectionNoteRootCallback.h Bug 1105069 - Part 10: Convert NoteWeakMapping to GCCellPtr; r=jonco, r=mccr8 2014-12-05 09:38:32 -08:00
nsCycleCollectionParticipant.cpp Bug 1105069 - Part 14: Convert NoteJSChild to GCCellPtr; r=mccr8, r=jonco 2014-12-05 09:38:34 -08:00
nsCycleCollectionParticipant.h Bug 1105069 - Part 14: Convert NoteJSChild to GCCellPtr; r=mccr8, r=jonco 2014-12-05 09:38:34 -08:00
nsCycleCollectionTraversalCallback.h Bug 1105069 - Part 14: Convert NoteJSChild to GCCellPtr; r=mccr8, r=jonco 2014-12-05 09:38:34 -08:00
nsDataHashtable.h
nsDebug.h Bug 1111407 - Allow sending a copy of all stderr to a file to get around logcat overflow. r=ehsan 2014-12-15 15:00:56 -05:00
nsDeque.cpp
nsDeque.h Bug 1097283: Fix count/byte mismatches in NS_ABORT_OOM calls. r=froydnj 2014-11-12 21:13:44 +13:00
nsEnumeratorUtils.cpp Bug 1114985 - Use nsCOMPtr in nsSingletonEnumerator; r=froydnj 2014-12-23 17:30:14 -05:00
nsEnumeratorUtils.h
nsHashKeys.h Bug 1114880 follow-up: Rename MOZ_{STRONG,WEAK}_REF to MOZ_{OWNING,NON_OWNING}_REF 2014-12-23 21:17:50 -05:00
nsIClassInfoImpl.h
nsID.cpp
nsID.h Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
nsIInterfaceRequestorUtils.cpp
nsIInterfaceRequestorUtils.h Bug 1114880 follow-up: Rename MOZ_{STRONG,WEAK}_REF to MOZ_{OWNING,NON_OWNING}_REF 2014-12-23 21:17:50 -05:00
nsINIParser.cpp
nsINIParser.h
nsInterfaceHashtable.h
nsISupportsImpl.cpp
nsISupportsImpl.h Bug 1108024: Add MOZ_OVERRIDE annotations to function-decls in NS_DECL_ISUPPORTS & its variants. r=froydnj 2014-12-05 12:49:05 -08:00
nsISupportsUtils.h
nsIWeakReferenceUtils.h
nsJSThingHashtable.h
nsMemory.cpp
nsMemory.h
nsProxyRelease.cpp Bug 1114880 follow-up: Rename MOZ_{STRONG,WEAK}_REF to MOZ_{OWNING,NON_OWNING}_REF 2014-12-23 21:17:50 -05:00
nsProxyRelease.h Bug 1061891 - Make it possible to check whether a nsMainThreadPtr<T> is null. r=bholley 2014-09-11 12:11:44 +02:00
nsQuickSort.cpp
nsQuickSort.h
nsRefPtrHashtable.h
nsServiceManagerUtils.h
nsStringAPI.cpp
nsStringAPI.h
nsStringGlue.h
nsTArray-inl.h Bug 1048044 - Use exponential growth when growing an nsTArray. r=froydnj. 2014-10-29 20:34:33 -07:00
nsTArray.cpp
nsTArray.h bug 976927 support nsAutoTArray::operator=(const nsTArray&) r=froydnj 2014-11-19 12:40:28 +13:00
nsTArrayForwardDeclare.h
nsTextFormatter.cpp
nsTextFormatter.h
nsTHashtable.cpp
nsTHashtable.h
nsThreadIDs.h
nsThreadUtils.cpp Bug 970307: Part 1: Report status of each thread to find when all the threads are idle. r=nfroyd 2014-12-18 17:00:39 +08:00
nsThreadUtils.h Bug 1114880 follow-up: Rename MOZ_{STRONG,WEAK}_REF to MOZ_{OWNING,NON_OWNING}_REF 2014-12-23 21:17:50 -05:00
nsTObserverArray.cpp
nsTObserverArray.h
nsTPriorityQueue.h
nsTWeakRef.h
nsVersionComparator.cpp
nsVersionComparator.h
nsVoidArray.cpp
nsVoidArray.h
nsWeakReference.cpp Bug 1114880 follow-up: Rename MOZ_{STRONG,WEAK}_REF to MOZ_{OWNING,NON_OWNING}_REF 2014-12-23 21:17:50 -05:00
nsWeakReference.h Bug 1114880 follow-up: Rename MOZ_{STRONG,WEAK}_REF to MOZ_{OWNING,NON_OWNING}_REF 2014-12-23 21:17:50 -05:00
nsXPTCUtils.h
objs.mozbuild Bug 1059038 - Move mozilla::unused from xpcom/glue to mfbt. r=Waldo 2014-08-29 10:11:00 +02:00
Observer.h
pldhash.cpp Bug 1099251 - make ChaosMode's behavior modifications more finely-grained selectable; r=roc 2014-11-14 13:12:51 -05:00
pldhash.h Bug 1060973 - Fix more bad implicit constructors in XPCOM; r=froydnj 2014-09-02 09:50:07 -04:00
ReentrantMonitor.h Bug 1091921 - Don't disable operator delete for Monitor and Mutex Auto helpers. r=froydnj 2014-11-10 13:37:52 -08:00