gecko/xpcom/glue
2015-05-07 10:58:37 +05:30
..
standalone Bug 1155643 - Removed nsIDebug.idl, moved methods of nsIDebug to nsIDebug2. r=paolo 2015-05-07 10:58:37 +05:30
staticruntime Bug 1043692 - Move DIST_INSTALL to moz.build. r=gps 2015-05-12 07:55:22 +09:00
tests/gtest Bug 1155946 part 1 - Add a mayResolve class hook to optimize objects with resolve hooks better. r=bhackett 2015-04-23 15:51:28 +02:00
AppData.cpp
AppData.h
AutoRestore.h
BlockingResourceBase.cpp Bug 1093934 - Create a XPCOM library that can be used to support standalone WebRTC. r=nfroyd 2015-04-03 15:52:00 +02:00
BlockingResourceBase.h
CondVar.h
DeadlockDetector.h
EnumeratedArrayCycleCollection.h
FileUtils.cpp Bug 1159304 - silence Coverity warning about implicit conversion issues in ReadAheadLib; r=erahm 2015-04-28 12:10:37 -04:00
FileUtils.h
GenericFactory.cpp
GenericFactory.h
GenericModule.cpp
IntentionalCrash.h
MainThreadUtils.h
Monitor.h
moz.build Bug 1043692 - Move DIST_INSTALL to moz.build. r=gps 2015-05-12 07:55:22 +09:00
Mutex.h
nsArrayEnumerator.cpp
nsArrayEnumerator.h
nsArrayUtils.cpp
nsArrayUtils.h Bug 1156790 - mark various nsCOMPtr_helper-esque classes as final; r=mccr8 2015-04-20 16:58:15 -04:00
nsBaseHashtable.h Bug 1159306 - explicitly initialize nsBaseHashtableET::mData; r=erahm 2015-04-28 12:12:36 -04:00
nsCategoryCache.cpp
nsCategoryCache.h
nsClassHashtable.h
nsClassInfoImpl.cpp Bug 1147572 - Remove implementation language field from DOM class info. r=jst 2015-03-30 10:45:39 -07:00
nsCOMArray.cpp
nsCOMArray.h Bug 819090 - Remove nsVoidArray.{cpp,h}. r=froydnj 2015-05-06 10:57:41 -07:00
nsComponentManagerUtils.cpp
nsComponentManagerUtils.h Bug 1156790 - mark various nsCOMPtr_helper-esque classes as final; r=mccr8 2015-04-20 16:58:15 -04:00
nsCOMPtr.cpp
nsCOMPtr.h Bug 1156790 - mark various nsCOMPtr_helper-esque classes as final; r=mccr8 2015-04-20 16:58:15 -04:00
nsCRTGlue.cpp Backed out 19 changesets (bug 1149397, bug 1065657, bug 1024774) for fixing Linux PGO xpcshell bustage on a CLOSED TREE 2015-04-23 08:37:24 +02:00
nsCRTGlue.h Backed out 19 changesets (bug 1149397, bug 1065657, bug 1024774) for fixing Linux PGO xpcshell bustage on a CLOSED TREE 2015-04-23 08:37:24 +02:00
nsCycleCollectionNoteChild.h
nsCycleCollectionNoteRootCallback.h
nsCycleCollectionParticipant.cpp
nsCycleCollectionParticipant.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
nsCycleCollectionTraversalCallback.h
nsDataHashtable.h
nsDebug.h Bug 1162310 - Do not use nonexistent macro when XGILL_PLUGIN is defined, r=bhackett 2015-05-07 09:49:41 -07:00
nsDeque.cpp Bug 1158772 - fix non-idiomatic memset call in nsDeque.cpp; r=erahm 2015-04-27 07:55:32 -04:00
nsDeque.h Bug 1145051: Use MOZ_WARN_UNUSED_RESULT instead of NS_WARN_UNUSED_RESULT. r=glandium 2015-03-19 00:46:40 -07:00
nsEnumeratorUtils.cpp
nsEnumeratorUtils.h
nsHashKeys.h
nsIClassInfoImpl.h Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd 2015-04-01 13:51:45 +09:00
nsID.cpp Backed out changeset e713ce8013eb (bug 1127618) for suspicion of causing semi-frequent B2G crashes. 2015-04-09 20:05:49 -04:00
nsID.h Backed out changeset e713ce8013eb (bug 1127618) for suspicion of causing semi-frequent B2G crashes. 2015-04-09 20:05:49 -04:00
nsIInterfaceRequestorUtils.cpp
nsIInterfaceRequestorUtils.h Bug 1156790 - mark various nsCOMPtr_helper-esque classes as final; r=mccr8 2015-04-20 16:58:15 -04:00
nsINIParser.cpp Bug 1159302 - handle ftell errors in nsINIParser::InitFromFile; r=erahm 2015-04-28 12:09:31 -04:00
nsINIParser.h
nsInterfaceHashtable.h
nsISupportsImpl.cpp
nsISupportsImpl.h Bug 1093934 - Create a XPCOM library that can be used to support standalone WebRTC. r=nfroyd 2015-04-03 15:52:00 +02:00
nsISupportsUtils.h
nsIWeakReferenceUtils.h Bug 1156790 - mark various nsCOMPtr_helper-esque classes as final; r=mccr8 2015-04-20 16:58:15 -04:00
nsJSThingHashtable.h
nsMemory.cpp
nsMemory.h Bug 1134920 - Remove nsMemory::Alloc/Realloc/Free. r=nfroyd 2015-04-01 13:51:46 +09:00
nsProxyRelease.cpp
nsProxyRelease.h
nsQuickSort.cpp
nsQuickSort.h
nsRefPtrHashtable.h
nsServiceManagerUtils.h Bug 1156790 - mark various nsCOMPtr_helper-esque classes as final; r=mccr8 2015-04-20 16:58:15 -04:00
nsStringAPI.cpp
nsStringAPI.h
nsStringGlue.h
nsTArray-inl.h Bug 1156966 - Avoid writing 0's to mEmptyHdr in nsTArray since it triggers TSan warnings. r=nfroyd 2015-04-28 17:57:15 +12:00
nsTArray.cpp
nsTArray.h Bug 1153348 - Add an analysis to prohibit operator bools which aren't marked as either explicit or MOZ_IMPLICIT; r=jrmuizel 2015-04-21 21:40:49 -04:00
nsTArrayForwardDeclare.h
nsTextFormatter.cpp Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd 2015-04-01 13:51:45 +09:00
nsTextFormatter.h Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd 2015-04-01 13:51:45 +09:00
nsTHashtable.cpp
nsTHashtable.h Bug 1161377 (part 1) - Add an initializing constructor and destructor to PLDHashTable. r=froydnj. 2015-05-04 22:59:02 -07:00
nsThreadUtils.cpp Backed out 2 changesets (bug 1138620) 2015-04-24 15:05:44 +08:00
nsThreadUtils.h Backed out 2 changesets (bug 1138620) 2015-04-24 15:05:44 +08:00
nsTObserverArray.cpp
nsTObserverArray.h
nsTPriorityQueue.h
nsTWeakRef.h
nsVersionComparator.cpp
nsVersionComparator.h
nsWeakReference.cpp
nsWeakReference.h
nsXPTCUtils.h
objs.mozbuild Bug 819090 - Remove nsVoidArray.{cpp,h}. r=froydnj 2015-05-06 10:57:41 -07:00
Observer.h
pldhash.cpp Bug 1161377 (part 2) - Remove PL_NewDHashTable() and PL_DHashTableDestroy(). r=froydnj. 2015-05-04 22:59:24 -07:00
pldhash.h Bug 1161377 (part 2) - Remove PL_NewDHashTable() and PL_DHashTableDestroy(). r=froydnj. 2015-05-04 22:59:24 -07:00
ReentrantMonitor.h