.. |
nomozalloc
|
Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium
|
2014-02-11 09:12:33 -05:00 |
standalone
|
Bug 975295 patch 2: Remove the nsITraceRefcnt interface and any instantiation of the nsTraceRefcntImpl object. r=bsmedberg
|
2014-02-24 15:27:53 -08:00 |
staticruntime
|
Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium
|
2014-02-11 09:12:33 -05:00 |
tests/gtest
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink
|
2014-01-16 09:48:58 -08:00 |
AppData.cpp
|
|
|
AppData.h
|
|
|
AutoRestore.h
|
|
|
BlockingResourceBase.cpp
|
Backed out changeset 4887ddabba31 (bug 939231) for mochitest hangs.
|
2013-11-21 09:39:38 -05:00 |
BlockingResourceBase.h
|
Backed out changeset 4887ddabba31 (bug 939231) for mochitest hangs.
|
2013-11-21 09:39:38 -05:00 |
CondVar.h
|
|
|
DeadlockDetector.cpp
|
Backed out changeset 4887ddabba31 (bug 939231) for mochitest hangs.
|
2013-11-21 09:39:38 -05:00 |
DeadlockDetector.h
|
Backed out changeset 4887ddabba31 (bug 939231) for mochitest hangs.
|
2013-11-21 09:39:38 -05:00 |
FileUtils.cpp
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
FileUtils.h
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
GenericFactory.cpp
|
|
|
GenericFactory.h
|
|
|
GenericModule.cpp
|
|
|
HoldDropJSObjects.h
|
|
|
IntentionalCrash.h
|
|
|
MainThreadUtils.h
|
|
|
Makefile.in
|
Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal
|
2013-12-31 10:06:11 +01:00 |
Monitor.h
|
|
|
moz.build
|
Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal
|
2013-12-31 10:06:11 +01: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 947578 - Expose Contains on nsBaseHashtable. r=froydnj
|
2013-12-08 11:08:58 +11:00 |
nsCategoryCache.cpp
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
nsCategoryCache.h
|
|
|
nsClassHashtable.h
|
|
|
nsClassInfoImpl.cpp
|
|
|
nsCOMArray.cpp
|
Bug 969864 - Make nsTArray::SetLength return void; r=froydnj
|
2014-02-19 08:27:15 -05:00 |
nsCOMArray.h
|
Bug 450881: Add helpers for XPIDL arrays to nsCOMArray, r=froydnj
|
2014-01-22 16:19:00 -06: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 953296 - Implement mozilla::NullptrT as a typedef to use to accept nullptr values. Also add mozilla::IsNullPointer<T>, a trait for detecting *only* true nullptr (emulated nullptr [__null] used by gcc 4.4/4.5 isn't true nullptr). r=ehsan
|
2014-01-02 17:27:41 -06:00 |
nsCRTGlue.cpp
|
Backed out changeset 4c4e95457c87 (bug 961712) for crashing b2g tests on a CLOSED TREE
|
2014-01-22 15:50:04 -08:00 |
nsCRTGlue.h
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
nsCycleCollectionNoteChild.h
|
|
|
nsCycleCollectionNoteRootCallback.h
|
|
|
nsCycleCollectionParticipant.cpp
|
Bug 932837 part 2. Create a refcounted object to manage the lifetime of a JS::StackDescription. r=mccr8, terrence
|
2014-01-07 19:53:17 -05:00 |
nsCycleCollectionParticipant.h
|
Bug 967796 - Implement Pointer Enter/Leave events support. refactor OutOver element helpers. r=smaug
|
2014-02-10 22:33:35 -08: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
|
|
|
nsDebug.h
|
Bug 944410 - add missing #include <stdarg.h> for va_list on OpenBSD after bug 942483 r=bgirard
|
2013-11-30 13:48:34 +01:00 |
nsDeque.cpp
|
|
|
nsDeque.h
|
Bug 938794 - Annotate OOM size as infallible string or data structures abort, r=froydnj
|
2013-11-25 15:06:17 -05:00 |
nsEnumeratorUtils.cpp
|
|
|
nsEnumeratorUtils.h
|
|
|
nsHashKeys.h
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
nsIClassInfoImpl.h
|
|
|
nsID.cpp
|
|
|
nsID.h
|
|
|
nsIInterfaceRequestorUtils.cpp
|
|
|
nsIInterfaceRequestorUtils.h
|
|
|
nsINIParser.cpp
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
nsINIParser.h
|
|
|
nsInterfaceHashtable.h
|
|
|
nsISupportsImpl.cpp
|
Bug 950882 - micro-optimize NS_TableDrivenQI calling sequence by reordering argument list; r=bsmedberg
|
2013-12-13 19:50:02 -05:00 |
nsISupportsImpl.h
|
bug 751465 - websockets dns and proxies r=jduell r=bsmedberg
|
2014-01-06 13:52:42 -05:00 |
nsISupportsUtils.h
|
|
|
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 828300 - Remove NS_ARRAY_LENGTH. r=ehsan
|
2014-01-30 13:26:54 -05:00 |
nsProxyRelease.cpp
|
|
|
nsProxyRelease.h
|
|
|
nsQuickSort.cpp
|
Bug 941405 - Remove the usages of the register keyword from XPCOM; r=froydnj
|
2013-11-21 10:42:40 -05:00 |
nsQuickSort.h
|
|
|
nsRefPtrHashtable.h
|
|
|
nsServiceManagerUtils.h
|
|
|
nsStringAPI.cpp
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
nsStringAPI.h
|
Bug 971646 - FileUtilsWin.h fails to compile on GCC. r=bsmedberg
|
2014-02-13 11:25:26 +01:00 |
nsStringGlue.h
|
|
|
nsTArray-inl.h
|
Bug 938794 - Annotate OOM size as infallible string or data structures abort, r=froydnj
|
2013-11-25 15:06:17 -05:00 |
nsTArray.cpp
|
|
|
nsTArray.h
|
Bug 969864 - Make nsTArray::SetLength return void; r=froydnj
|
2014-02-19 08:27:15 -05:00 |
nsTArrayForwardDeclare.h
|
|
|
nsTextFormatter.cpp
|
Bug 944905 - Fix char16_t/wchar_t mismatch in xpcom/ r=bsmedberg
|
2014-02-06 17:42:58 +01:00 |
nsTextFormatter.h
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
nsTHashtable.cpp
|
|
|
nsTHashtable.h
|
Bug 938794 - Annotate OOM size as infallible string or data structures abort, r=froydnj
|
2013-11-25 15:06:17 -05:00 |
nsThreadIDs.h
|
|
|
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
|
Bug 975295 patch 1: Remove class nsTraceRefcnt, which is unused. r=bsmedberg
|
2014-02-24 15:27:53 -08:00 |
nsTWeakRef.h
|
|
|
nsVersionComparator.cpp
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
nsVersionComparator.h
|
Bug 944905 - Fix char16_t/wchar_t mismatch in xpcom/ r=bsmedberg
|
2014-02-06 17:42:58 +01:00 |
nsVoidArray.cpp
|
Bug 935789, part 1: Kill most uses of prbit.h, r=ehsan
|
2013-11-12 18:22:38 -06:00 |
nsVoidArray.h
|
|
|
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 970527 - Remove extern C from pldhash.h r=froydnj
|
2014-02-11 14:56:44 -08:00 |
ReentrantMonitor.h
|
|
|
unused.cpp
|
|
|
unused.h
|
|
|