.. |
nomozalloc
|
Bug 604940: Add various things to GARBAGE. r=Mitch a=NPOTB
|
2010-10-19 17:19:37 -04:00 |
standalone
|
Whitespace change to trigger another set of builds on a CLOSED TREE
|
2010-08-01 04:48:13 -07:00 |
AutoRestore.h
|
Fire assertions when guard objects are used as temporaries. (Bug 531460) r=cjones
|
2010-04-04 11:15:18 -07:00 |
BlockingResourceBase.cpp
|
bug 491977: fix "leak" of deadlock detector statics. r=bsmedberg
|
2009-06-16 12:36:44 -07:00 |
BlockingResourceBase.h
|
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
|
2010-02-03 17:17:09 -05:00 |
CondVar.h
|
bug 491462: fix some typos and compiler warnings in deadlock detector. r=bsmedberg
|
2009-05-14 13:07:30 -07:00 |
DeadlockDetector.cpp
|
Bug 456272: deadlock detector improvements
|
2009-05-04 21:57:15 -07:00 |
DeadlockDetector.h
|
bug 491977: fix "leak" of deadlock detector statics. r=bsmedberg
|
2009-06-16 12:36:44 -07:00 |
FileUtils.cpp
|
Bug 592422 - preallocate individual (non-block) cache files. r=jduell a=blocking-bN
|
2010-11-24 16:42:30 +01:00 |
FileUtils.h
|
Bug 598862, part 1: Add mozilla::ScopedClose to do just that to an fd. sr=bsmedberg
|
2010-11-08 20:48:59 -06:00 |
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 |
IntentionalCrash.h
|
Android bustage from bug 602891 part A, revision dc021bc9929f. getpid() required <unistd.h>
|
2010-11-17 18:14:11 -05:00 |
Makefile.in
|
Merge tracemonkey to mozilla-centra. a=blockers.
|
2010-11-17 13:55:14 -08:00 |
Monitor.h
|
Bug 556424 - mozilla::MonitorAutoEnter::NotifyAll() should notify all. r=cjones
|
2010-04-01 19:54:03 -07:00 |
Mutex.h
|
Bug 545733: |const|-ify some *Channel methods. r=bent
|
2010-04-27 00:42:59 -05:00 |
SSE.cpp
|
Bug 585708 - Part 2: Move CPUID code out of SSE.h and into SSE.cpp. r,a2.0=dbaron
|
2010-12-16 10:42:52 -08:00 |
SSE.h
|
Bug 625629 - Don't define MMX in SSE.h since Microsoft compiler for x64 doesn't support MMX. r=jlebar a=bustage-fix
|
2011-01-18 14:08:47 +09:00 |
nsArrayEnumerator.cpp
|
…
|
|
nsArrayEnumerator.h
|
…
|
|
nsArrayUtils.cpp
|
…
|
|
nsArrayUtils.h
|
…
|
|
nsAutoLock.cpp
|
Bug 430112 - <nsAutoLock.cpp>: 2 "warning: unused variable status"; (Bv1) Split the init to 2 instructions; r=benjamin
|
2009-07-06 22:01:37 +02:00 |
nsAutoLock.h
|
Fire assertions when guard objects are used as temporaries. (Bug 531460) r=cjones
|
2010-04-04 11:15:18 -07:00 |
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 |
nsCOMArray.cpp
|
Bug 570657 - Make the order of releasing objects and removing them in nsCOMArray's consistent; r=shaver
|
2010-06-09 14:13:16 -04:00 |
nsCOMArray.h
|
Bug 551299. Add a SetCount() method to nsCOMArray and nsVoidArray. r=bsmedberg.
|
2010-03-15 11:38:50 +00:00 |
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
|
Bug 589807 - printf_stderr doesn't check if _dup call succeeded r,a=benjamin
|
2010-11-06 14:23:15 +00:00 |
nsCRTGlue.h
|
Bug 537967 - Moving FILE_ILLEGAL_CHARACTERS from nsCRT.h to nsCRTGlue.h for frozen linkages, r=bsmedberg,sr=shaver
|
2010-03-07 15:15:31 +01:00 |
nsCategoryCache.cpp
|
Bug 594222 - Prevent RemoveObservers from being called more than once. r=dougt a=dougt
|
2010-09-07 18:22:00 -04:00 |
nsCategoryCache.h
|
Bug 594222 - Prevent RemoveObservers from being called more than once. r=dougt a=dougt
|
2010-09-07 18:22:00 -04:00 |
nsClassHashtable.h
|
Bug 577950 - Use a hashtable to speed up nsPrefBranch::RemoveObserver. r=bzbarsky, a2.0=jst
|
2010-07-16 14:10:01 -07: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 |
nsComponentManagerUtils.cpp
|
…
|
|
nsComponentManagerUtils.h
|
…
|
|
nsCycleCollectionParticipant.cpp
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsCycleCollectionParticipant.h
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsCycleCollectorUtils.cpp
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsCycleCollectorUtils.h
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsDataHashtable.h
|
…
|
|
nsDebug.h
|
Header changes for sixgill, annotations. bug 601129, r=jorendorff
|
2010-10-01 21:00:55 -07:00 |
nsDeque.cpp
|
Bug 464043 - change nsDeque to use malloc for mData, r=bsmedberg
|
2009-11-14 16:45:42 -08:00 |
nsDeque.h
|
Make nsDeque handle allocation failure better. (Bug 520661) r=bsmedberg
|
2009-10-07 20:22:42 -07:00 |
nsEnumeratorUtils.cpp
|
Bug 451501. EmptyEnumratorImpl::QueryInterface needs to support nsIUTF8StringEnumerator. r+sr=bsmedberg
|
2009-04-06 12:26:25 +12:00 |
nsEnumeratorUtils.h
|
…
|
|
nsGREGlue.cpp
|
Bug 569454 bad ownership model for allProperties in GRE_GetGREPathWithProperties, r+a=bsmedberg
|
2010-12-09 01:22:00 -08:00 |
nsHashKeys.h
|
Bug 606070 - warning C4244: 'return' : conversion from 'const PRUint64' to 'PLDHashNumber' in nsHashKeys.h r,a=bzbarsky
|
2010-11-06 14:53:37 +00:00 |
nsIClassInfoImpl.h
|
Fix --disable-libxul from bug 568691. r=Mossop
|
2010-07-02 14:23:41 -04:00 |
nsID.cpp
|
Bustage fix for bug 331165
|
2009-03-25 13:33:03 +00:00 |
nsID.h
|
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
|
2010-07-02 10:27:06 -04:00 |
nsIInterfaceRequestorUtils.cpp
|
Bug 559804 - nsGetInterface::operator() doesn't consistently set *aInstancePtr, r=bsmedberg
|
2010-04-16 06:03:00 -07:00 |
nsIInterfaceRequestorUtils.h
|
…
|
|
nsINIParser.cpp
|
Bustage fix following bug 541594 - revert NS_strtok change that appears to be causing hangs and fix ini parser to work as intended. rs=dolske
|
2010-02-10 11:55:18 +00:00 |
nsINIParser.h
|
…
|
|
nsISupportsImpl.cpp
|
…
|
|
nsISupportsImpl.h
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08: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
|
Bug 625042 - nsIWeakReferenceUtils.h should include nsIWeakReference.h. r=bsmedberg a=jst
|
2011-01-19 12:13:54 +01:00 |
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 |
nsMemory.cpp
|
…
|
|
nsMemory.h
|
Add macro to give alignment requirements of a type. (Bug 562844) r=bsmedberg
|
2010-05-14 12:05:14 -07:00 |
nsProxyRelease.cpp
|
…
|
|
nsProxyRelease.h
|
Bug 611639 - NS_ProxyRelease does not work for RefPtrs.
|
2010-11-16 01:08:57 +01:00 |
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
|
Bug 562522 - comparison between signed and unsigned integer expressions in nsStringAPI.cpp, r=bsmedberg
|
2010-04-28 17:30:00 -07:00 |
nsStringAPI.h
|
Use char16_t when available, and when it is, don't test for -fshort-wchar. (Bug 502298) r=bsmedberg
|
2009-07-20 07:04:41 -04:00 |
nsStringGlue.h
|
…
|
|
nsTArray-inl.h
|
Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking
|
2010-11-08 20:48:59 -06:00 |
nsTArray.cpp
|
Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking
|
2010-11-08 20:48:59 -06:00 |
nsTArray.h
|
Bug 622142 - nsTArray class depends on invalid unqualified lookup into dependent bases of class templates; r,a=bsmedberg
|
2011-01-12 16:37:20 -05:00 |
nsTHashtable.cpp
|
…
|
|
nsTHashtable.h
|
…
|
|
nsTObserverArray.cpp
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
nsTObserverArray.h
|
Move comment for nsTObserverArray near the start of the file, r=bz a=bz over IRC. DONTBUILD
|
2011-01-14 18:15:27 +01:00 |
nsTPriorityQueue.h
|
Bug 474743 Prequel: Implement nsTPriorityQueue. r=dholbert r=roc sr=bsmedberg
|
2010-01-12 12:00:49 -08:00 |
nsTPtrArray.h
|
Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking
|
2010-11-08 20:48:59 -06:00 |
nsTWeakRef.h
|
Bug 506041 Part 2: Correct misspellings in source code
|
2010-05-13 14:19:50 +02:00 |
nsTextFormatter.cpp
|
Bug 323376 - nsTextFormatter::ssprintf adds extra '\0' to result; Patch by Steve Krulewitz, updated by Jonathan Protzenko; r=darin approval2.0=beltzner
|
2010-10-21 11:56:33 +01:00 |
nsTextFormatter.h
|
…
|
|
nsThreadIDs.h
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsThreadUtils.cpp
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsThreadUtils.h
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
nsTraceRefcnt.h
|
Bug 603844: Annotate some xlst classes with leak logging. r=sicking sr=dbaron
|
2010-12-02 11:15:48 -05:00 |
nsVersionComparator.cpp
|
Bug 492948 - Windows XULRunner stub can't discover the GRE anymore, due to using NS_ConvertUTF8toUTF16 before having loaded XPCOM, r=blassey
|
2009-05-20 17:00:45 -04:00 |
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
|
Bug 551299. Add a SetCount() method to nsCOMArray and nsVoidArray. r=bsmedberg.
|
2010-03-15 11:38:50 +00:00 |
nsVoidArray.h
|
Bug 570657 - Make the order of releasing objects and removing them in nsCOMArray's consistent; r=shaver
|
2010-06-09 14:13:16 -04:00 |
nsWeakReference.cpp
|
…
|
|
nsWeakReference.h
|
Bug 625042 - nsIWeakReferenceUtils.h should include nsIWeakReference.h. r=bsmedberg a=jst
|
2011-01-19 12:13:54 +01:00 |
nsXPTCUtils.h
|
…
|
|
objs.mk
|
Bug 580096 - 'move the cycle collector off the main thread'. r=peterv+jst
|
2010-11-11 14:52:30 -08:00 |
pldhash.c
|
Port xpcom to 64-bit Mac OS X, part 1. b=478687 r=mstange sr=bsmedberg
|
2009-03-06 12:32:57 -06:00 |
pldhash.h
|
Port xpcom to 64-bit Mac OS X, part 1. b=478687 r=mstange sr=bsmedberg
|
2009-03-06 12:32:57 -06:00 |
unused.cpp
|
Bug 518881: Make Send/Call*() methods for IPDL parent actors warn_unused_result. r=bent
|
2010-04-27 00:43:00 -05:00 |
unused.h
|
Try and fix Windows non-libxul bustage from bug 518881 due to NS_COM_GLUE being in the wrong place.
|
2010-04-27 13:52:42 +01:00 |