.. |
nomozalloc
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
standalone
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
staticruntime
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
tests/gtest
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
AppData.cpp
|
|
|
AppData.h
|
Bug 904121 - Do not include nsIMemory in nsMemory.h; r=vlad
|
2013-08-12 17:44:56 -04:00 |
AutoRestore.h
|
|
|
BlockingResourceBase.cpp
|
|
|
BlockingResourceBase.h
|
|
|
CondVar.h
|
|
|
DeadlockDetector.cpp
|
|
|
DeadlockDetector.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
FileUtils.cpp
|
Bug 927427 - use __LP64__ in FileUtils.cpp for Linux; r=bsmedberg
|
2013-10-16 11:14:05 -04:00 |
FileUtils.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
GenericFactory.cpp
|
|
|
GenericFactory.h
|
|
|
GenericModule.cpp
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
HoldDropJSObjects.h
|
Bug 912747 - Change nsCycleCollectionHoldDrop.h to mozilla/HoldDropJSObjects.h. r=khuey
|
2013-09-10 08:29:43 -07:00 |
IntentionalCrash.h
|
|
|
MainThreadUtils.h
|
Bug 923486, part 2 - Define NS_IsMainThread out-of-line in ASAN builds. r=ehsan
|
2013-10-03 11:58:41 -07:00 |
Makefile.in
|
Bug 914270 - Part 1: Simple/Automated moves. r=joey
|
2013-10-24 18:51:00 +01:00 |
Monitor.h
|
|
|
moz.build
|
Bug 936912 - Build xpcom in unified mode; r=froydnj
|
2013-11-18 21:34:00 -05:00 |
Mutex.h
|
|
|
nsArrayEnumerator.cpp
|
Bug 672843 part C - convert most of XPCOM except for xpcom/tests, r=vdjeric
|
2013-11-19 16:27:37 -05:00 |
nsArrayEnumerator.h
|
|
|
nsArrayUtils.cpp
|
|
|
nsArrayUtils.h
|
|
|
nsBaseHashtable.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsCategoryCache.cpp
|
Bug 753687 - nsCategoryCache implementation doesn't free old category entries if their contract mapping is removed using .unregisterFactory. Store the factory objects directly in the map, instead of keeping both a map and a separate list. r=froydnj
|
2013-10-10 08:48:03 -04:00 |
nsCategoryCache.h
|
Bug 753687 - nsCategoryCache implementation doesn't free old category entries if their contract mapping is removed using .unregisterFactory. Store the factory objects directly in the map, instead of keeping both a map and a separate list. r=froydnj
|
2013-10-10 08:48:03 -04:00 |
nsClassHashtable.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsClassInfoImpl.cpp
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsCOMArray.cpp
|
Bug 672843 part C - convert most of XPCOM except for xpcom/tests, r=vdjeric
|
2013-11-19 16:27:37 -05:00 |
nsCOMArray.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsComponentManagerUtils.cpp
|
Bug 672843 part C - convert most of XPCOM except for xpcom/tests, r=vdjeric
|
2013-11-19 16:27:37 -05:00 |
nsComponentManagerUtils.h
|
|
|
nsCOMPtr.cpp
|
|
|
nsCOMPtr.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsCRTGlue.cpp
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsCRTGlue.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsCycleCollectionNoteChild.h
|
|
|
nsCycleCollectionNoteRootCallback.h
|
|
|
nsCycleCollectionParticipant.cpp
|
Bug 915488 - Make CC participant's Root, Unroot and Unlink methods infallible. r=smaug
|
2013-09-11 18:57:53 -07:00 |
nsCycleCollectionParticipant.h
|
Bug 915488 - Make CC participant's Root, Unroot and Unlink methods infallible. r=smaug
|
2013-09-11 18:57:53 -07:00 |
nsCycleCollectionTraversalCallback.h
|
Bug 937303 - Make CC logger to pass information about compartments, r=mccr8
|
2013-11-12 15:53:51 +02:00 |
nsDataHashtable.h
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
nsDebug.h
|
Bug 672843 part B - Remove NS_ENSURE_PROPER_AGGREGATION, r=froydnj
|
2013-11-19 16:27:36 -05:00 |
nsDeque.cpp
|
Bug 901820 - Part 2. Remove nsCRT::strdup/nsCRT::strndup impl. r=bsmedberg
|
2013-08-22 19:32:11 +09:00 |
nsDeque.h
|
|
|
nsEnumeratorUtils.cpp
|
|
|
nsEnumeratorUtils.h
|
|
|
nsHashKeys.h
|
Bug 896100: Convert all uses of OldMove and MoveRef to true rvalue references and the modern Move and Forward. r=luke, r=waldo
|
2013-11-19 09:05:36 -08:00 |
nsIClassInfoImpl.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsID.cpp
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsID.h
|
|
|
nsIInterfaceRequestorUtils.cpp
|
|
|
nsIInterfaceRequestorUtils.h
|
|
|
nsINIParser.cpp
|
Bug 672843 part C - convert most of XPCOM except for xpcom/tests, r=vdjeric
|
2013-11-19 16:27:37 -05:00 |
nsINIParser.h
|
|
|
nsInterfaceHashtable.h
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
nsISupportsImpl.cpp
|
|
|
nsISupportsImpl.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsISupportsUtils.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsIWeakReferenceUtils.h
|
|
|
nsJSThingHashtable.h
|
|
|
nsMemory.cpp
|
Bug 672843 part C - convert most of XPCOM except for xpcom/tests, r=vdjeric
|
2013-11-19 16:27:37 -05:00 |
nsMemory.h
|
Bug 904121 - Do not include nsIMemory in nsMemory.h; r=vlad
|
2013-08-12 17:44:56 -04:00 |
nsProxyRelease.cpp
|
|
|
nsProxyRelease.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsQuickSort.cpp
|
Bug 936912 - Build xpcom in unified mode; r=froydnj
|
2013-11-18 21:34:00 -05:00 |
nsQuickSort.h
|
|
|
nsRefPtrHashtable.h
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
nsServiceManagerUtils.h
|
|
|
nsStringAPI.cpp
|
|
|
nsStringAPI.h
|
Bug 904985 - Use Char16.h in favor of NS_LL, Part 3: kill NS_LL. r=dbaron
|
2013-09-17 22:43:21 -05:00 |
nsStringGlue.h
|
Bug 918923 - Part 1: Fix the include-what-you-use pragmas in the string headers; r=bsmedberg
|
2013-09-23 13:23:56 -04:00 |
nsTArray-inl.h
|
|
|
nsTArray.cpp
|
|
|
nsTArray.h
|
Bug 929494 - use template typedefs, not inheritance, to define nsTArray element copiers; r=ehsan
|
2013-10-22 10:36:34 -04:00 |
nsTArrayForwardDeclare.h
|
|
|
nsTextFormatter.cpp
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsTextFormatter.h
|
Bug 928040 - Remove some prtypes.h inclusions from xpcom/; r=bsmedberg
|
2013-10-18 20:34:57 -04:00 |
nsTHashtable.cpp
|
|
|
nsTHashtable.h
|
Backed out changeset 82d5d92a3eac (bug 915555) for build failures on a CLOSED TREE
|
2013-10-25 17:59:24 +01:00 |
nsThreadIDs.h
|
Bug 901630: Remove support for the cc thread. r=mccr8
|
2013-08-13 10:45:32 -07:00 |
nsThreadUtils.cpp
|
Bug 672843 part C - convert most of XPCOM except for xpcom/tests, r=vdjeric
|
2013-11-19 16:27:37 -05:00 |
nsThreadUtils.h
|
Bug 672843 part C - convert most of XPCOM except for xpcom/tests, r=vdjeric
|
2013-11-19 16:27:37 -05:00 |
nsTObserverArray.cpp
|
|
|
nsTObserverArray.h
|
|
|
nsTPriorityQueue.h
|
|
|
nsTraceRefcnt.h
|
|
|
nsTWeakRef.h
|
|
|
nsVersionComparator.cpp
|
|
|
nsVersionComparator.h
|
|
|
nsVoidArray.cpp
|
Bug 935789, part 1: Kill most uses of prbit.h, r=ehsan
|
2013-11-12 18:22:38 -06:00 |
nsVoidArray.h
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
nsWeakReference.cpp
|
|
|
nsWeakReference.h
|
|
|
nsXPTCUtils.h
|
|
|
objs.mozbuild
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
Observer.h
|
|
|
pldhash.cpp
|
Bug 935789, part 1: Kill most uses of prbit.h, r=ehsan
|
2013-11-12 18:22:38 -06:00 |
pldhash.h
|
Bug 933605 (part 1) - Remove DEBUG_XXXbrendan-only code. r=jorendorff.
|
2013-10-31 22:30:45 -07:00 |
ReentrantMonitor.h
|
b=928222 move ReentrantMonitorAutoExit from VideoUtils.h to ReentrantMonitor.h r=bsmedberg
|
2013-10-24 07:22:53 +13:00 |
unused.cpp
|
|
|
unused.h
|
|
|