.. |
standalone
|
Whitespace change to trigger another set of builds on a CLOSED TREE
|
2010-08-01 04:48:13 -07:00 |
AutoRestore.h
|
|
|
BlockingResourceBase.cpp
|
|
|
BlockingResourceBase.h
|
|
|
CondVar.h
|
|
|
DeadlockDetector.cpp
|
|
|
DeadlockDetector.h
|
|
|
GenericFactory.cpp
|
Implement compatibility wrapper so that binary components can be compatible with both Firefox 3.6 and Firefox 4, as a result of registration changes from bug 568691.
|
2010-06-24 16:36:27 -04:00 |
GenericFactory.h
|
Implement compatibility wrapper so that binary components can be compatible with both Firefox 3.6 and Firefox 4, as a result of registration changes from bug 568691.
|
2010-06-24 16:36:27 -04:00 |
GenericModule.cpp
|
Implement compatibility wrapper so that binary components can be compatible with both Firefox 3.6 and Firefox 4, as a result of registration changes from bug 568691.
|
2010-06-24 16:36:27 -04:00 |
Makefile.in
|
Whitespace change to trigger another set of builds on a CLOSED TREE
|
2010-08-01 04:48:59 -07:00 |
Monitor.h
|
|
|
Mutex.h
|
|
|
nsArrayEnumerator.cpp
|
|
|
nsArrayEnumerator.h
|
|
|
nsArrayUtils.cpp
|
|
|
nsArrayUtils.h
|
|
|
nsAutoLock.cpp
|
|
|
nsAutoLock.h
|
|
|
nsBaseHashtable.h
|
Bug 573210 - Consistently qualify accesses to dependent base classes in xpcom C++ code. r=dbaron
|
2010-06-30 23:11:43 +02:00 |
nsCategoryCache.cpp
|
|
|
nsCategoryCache.h
|
|
|
nsClassHashtable.h
|
Bug 579692 - Consistently qualify accesses to dependent base classes in xpcom C++ code. r=dbaron
|
2010-07-18 10:24:23 +02:00 |
nsClassInfoImpl.cpp
|
Bug 568691 fixups: alter mockObjects.js so that it registers its mock by contractID but doesn't replace the CID. Fix the generic classinfo not to assert when code asks for the class description (which is no longer implemented).
|
2010-06-23 15:18:13 -04:00 |
nsCOMArray.cpp
|
|
|
nsCOMArray.h
|
|
|
nsComponentManagerUtils.cpp
|
|
|
nsComponentManagerUtils.h
|
|
|
nsCOMPtr.cpp
|
|
|
nsCOMPtr.h
|
Bug 570912: Allow already_AddRefed<T> to be coerced to already_AddRefed<U> when T can be coerced to U. r=dbaron
|
2010-06-21 15:35:49 -05:00 |
nsCRTGlue.cpp
|
|
|
nsCRTGlue.h
|
|
|
nsCycleCollectionParticipant.cpp
|
|
|
nsCycleCollectionParticipant.h
|
|
|
nsDataHashtable.h
|
|
|
nsDebug.h
|
|
|
nsDeque.cpp
|
|
|
nsDeque.h
|
|
|
nsEnumeratorUtils.cpp
|
|
|
nsEnumeratorUtils.h
|
|
|
nsGREGlue.cpp
|
Bug 508905 - /Zc:wchar_t- is no longer required (wince part) r=doug.turner
|
2010-06-27 01:30:05 +02:00 |
nsHashKeys.h
|
|
|
nsIClassInfoImpl.h
|
Fix --disable-libxul from bug 568691. r=Mossop
|
2010-07-02 14:23:41 -04:00 |
nsID.cpp
|
|
|
nsID.h
|
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
|
2010-07-02 10:27:06 -04:00 |
nsIInterfaceRequestorUtils.cpp
|
|
|
nsIInterfaceRequestorUtils.h
|
|
|
nsINIParser.cpp
|
|
|
nsINIParser.h
|
|
|
nsInterfaceHashtable.h
|
Bug 579692 - Consistently qualify accesses to dependent base classes in xpcom C++ code. r=dbaron
|
2010-07-18 10:24:23 +02:00 |
nsISupportsImpl.cpp
|
|
|
nsISupportsImpl.h
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
|
2010-07-05 11:42:18 +02:00 |
nsISupportsUtils.h
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
|
2010-07-05 11:42:18 +02:00 |
nsIWeakReferenceUtils.h
|
|
|
nsMemory.cpp
|
|
|
nsMemory.h
|
|
|
nsProxyRelease.cpp
|
|
|
nsProxyRelease.h
|
|
|
nsQuickSort.cpp
|
|
|
nsQuickSort.h
|
|
|
nsRefPtrHashtable.h
|
Bug 573210 - Consistently qualify accesses to dependent base classes in xpcom C++ code. r=dbaron
|
2010-06-30 23:11:43 +02:00 |
nsServiceManagerUtils.h
|
|
|
nsStringAPI.cpp
|
|
|
nsStringAPI.h
|
|
|
nsStringGlue.h
|
|
|
nsTArray.cpp
|
|
|
nsTArray.h
|
Bug 575014: cast pointer-subtraction in nsTArray to produce index_type instead of (64-bit) size_t, to fix build warning on Win64. (bustage fix) rs=timeless pending-r=bsmedberg
|
2010-06-26 17:50:36 -07:00 |
nsTextFormatter.cpp
|
|
|
nsTextFormatter.h
|
|
|
nsTHashtable.cpp
|
|
|
nsTHashtable.h
|
|
|
nsThreadUtils.cpp
|
|
|
nsThreadUtils.h
|
|
|
nsTObserverArray.cpp
|
|
|
nsTObserverArray.h
|
Bug 578696 part 1. Create new macros to notify nsTObserverArray observers without holding strong refs. No behavior changes yet. r=sicking
|
2010-07-21 11:33:31 -04:00 |
nsTPriorityQueue.h
|
|
|
nsTPtrArray.h
|
Bug 573210 - Consistently qualify accesses to dependent base classes in xpcom C++ code. r=dbaron
|
2010-06-30 23:11:43 +02:00 |
nsTraceRefcnt.h
|
Bug 573268 - The XPTI rewrite caused an (intentional) leak at shutdown; free this data only in trace-malloc builds so that leakstats are still useful. r=dbaron
|
2010-07-14 13:09:42 -04:00 |
nsTWeakRef.h
|
|
|
nsVersionComparator.cpp
|
|
|
nsVersionComparator.h
|
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
|
2010-06-21 11:41:42 -04:00 |
nsVoidArray.cpp
|
|
|
nsVoidArray.h
|
|
|
nsWeakReference.cpp
|
|
|
nsWeakReference.h
|
|
|
nsXPTCUtils.h
|
|
|
objs.mk
|
Implement compatibility wrapper so that binary components can be compatible with both Firefox 3.6 and Firefox 4, as a result of registration changes from bug 568691.
|
2010-06-24 16:36:27 -04:00 |
pldhash.c
|
|
|
pldhash.h
|
|
|
SSE.cpp
|
|
|
SSE.h
|
|
|
unused.cpp
|
|
|
unused.h
|
|
|