gecko/xpcom/base
2012-03-21 14:07:31 -04:00
..
AvailableMemoryTracker.cpp Bug 733495 - Monitor ullAvailPageFile (available commit space) on Windows, and fire a low-memory event when it gets low. r=bsmedberg 2012-03-08 14:44:20 -05:00
AvailableMemoryTracker.h Bug 712997 - Add correct tri-license headers to AvailableMemoryTracker.{cpp|h}. r=gerv 2011-12-22 09:54:00 -05:00
ClearOnShutdown.cpp Bug 716523 - ClearOnShutdown() should assert if called after XPCOM shutdown. r=bsmedberg 2012-01-26 15:54:03 -05:00
ClearOnShutdown.h Bug 716523 - ClearOnShutdown() should assert if called after XPCOM shutdown. r=bsmedberg 2012-01-26 15:54:03 -05:00
dmd.h Bug 704400 - Implement --enable-dmd. r=khuey. 2011-12-08 19:09:36 -08:00
FunctionTimer.cpp
FunctionTimer.h Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
Makefile.in Bug 682431 (part 2) - Add memory reporters for URIs and Links. r=biesi,bz,jlebar. 2012-02-19 19:51:48 -08:00
MapsMemoryReporter.cpp Bug 732843 - Handle Callback() failures in memory multi-reporters. r=jlebar. 2012-03-04 15:26:30 -08:00
MapsMemoryReporter.h Back out 6cd3556fc807 (bug 674290) because of unittest leaks 2011-09-06 20:42:09 -07:00
nsAgg.h Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsAllocator.h
nsAtomicRefcnt.h
nsAutoPtr.h Bug 723446. Be a little more careful changing declarations on keyframe rules. r=dbaron 2012-02-02 11:59:39 -05:00
nsAutoRef.h Bug 710491 - Remove NS_SPECIALIZE_TEMPLATE from nsAutoRef's documentation. r=khuey DONTBUILD 2011-12-14 14:57:39 +13:00
nsCom.h
nsConsoleMessage.cpp
nsConsoleMessage.h Bug 704127 - Implement MOZ_FINAL as a modifier for classes and virtual member functions. r=cjones 2011-11-20 22:21:16 -08:00
nsConsoleService.cpp Bug 675221 addendum to part A - reimplement the recursion check for the console service so that a poorly-written console listener doesn't cause an infinite repeition, r=bent 2012-01-11 11:28:21 -05:00
nsConsoleService.h Bug 675221 addendum to part A - reimplement the recursion check for the console service so that a poorly-written console listener doesn't cause an infinite repeition, r=bent 2012-01-11 11:28:21 -05:00
nscore.h Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett. 2012-01-25 00:52:51 -08:00
nsCrashOnException.cpp
nsCrashOnException.h
nsCycleCollector.cpp Bug 474505 - Replace uses of nsVoidPtrHashkey with nsPtrHashKey<T>; r=bsmedberg 2012-03-21 14:07:31 -04:00
nsCycleCollector.h Bug 728460, part 1 - add forget_skippable option to remove childless nodes. r=smaug 2012-03-05 13:48:04 -08:00
nsDebugImpl.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsDebugImpl.h
nsError.h Bug 711047, followup to part 2: use C-style comment in nsError.h, to fix build warnings for its inclusion in .c files. rs=sicking 2012-03-16 15:16:40 -07:00
nsErrorService.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsErrorService.h Bug 704127 - Implement MOZ_FINAL as a modifier for classes and virtual member functions. r=cjones 2011-11-20 22:21:16 -08:00
nsExceptionService.cpp Back out bcf9ce858829 and a3bade82ac92 (bug 711799) for build failures 2011-12-19 10:43:08 -08:00
nsExceptionService.h Back out bcf9ce858829 and a3bade82ac92 (bug 711799) for build failures 2011-12-19 10:43:08 -08:00
nsIAllocator.h
nsIConsoleListener.idl
nsIConsoleMessage.idl
nsIConsoleService.idl
nsICycleCollectorListener.idl Bug 726346 - Implement a version of nsICycleCollectorListener for devtools, r=mccr8 2012-02-17 19:35:22 +02:00
nsIDebug2.idl
nsIDebug.idl
nsIErrorService.idl Bug 697102 - Correct the comment for unregisterErrorStringBundle(); r=bsmedberg DONTBUILD 2011-10-31 18:03:29 +00:00
nsIException.idl
nsIExceptionService.idl
nsIID.h
nsIInterfaceRequestor.idl
nsIMacUtils.idl
nsIMemory.idl Bug 716594 - Switch nsBinaryInputStream::ReadBytes back to using the fallible allocator because it correctly checks for allocation errors and streams are untrusted input we should try to work with, r=dbaron 2012-02-07 13:06:05 -05:00
nsIMemoryReporter.idl Bug 732842 - Add assertions for memory reports. r=jlebar. 2012-03-15 15:16:11 -07:00
nsIMutable.idl
nsInterfaceRequestorAgg.cpp
nsInterfaceRequestorAgg.h Bug 678155 - Remove NS_COM. r=bsmedberg 2011-08-18 15:46:39 +02:00
nsIProgrammingLanguage.idl
nsISizeOf.h Bug 682431 (part 2) - Add memory reporters for URIs and Links. r=biesi,bz,jlebar. 2012-02-19 19:51:48 -08:00
nsISupports.idl
nsISupportsBase.h
nsISupportsObsolete.h
nsITraceRefcnt.idl
nsIUUIDGenerator.idl
nsIVersionComparator.idl
nsIWeakReference.idl
nsMacUtilsImpl.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsMacUtilsImpl.h
nsMemoryImpl.cpp Bug 680556 - Make NS_(Re)Alloc infallible. r=bsmedberg 2011-11-09 11:42:00 -05:00
nsMemoryImpl.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
nsMemoryReporterManager.cpp Bug 728990 - Change "The two measurements of 'explicit' memory usage don't match" assertion to a warning, because it fails occasionally due to races. r=jruderman. 2012-02-26 20:17:46 -08:00
nsMemoryReporterManager.h Bug 693949 - Drop nsCStringArray. r=bsmedberg 2011-10-28 08:35:45 +01:00
nsObjCExceptions.h
nsrootidl.idl Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
nsSetDllDirectory.h Bug 699247 - Remove Win2K related code. r=jimm, sr=neil 2012-02-23 08:53:55 -06:00
nsStackWalk.cpp Bug 733264 - Define FramePointerStackWalk on platforms where stackwalking is not supported; r=jrmuizel 2012-03-06 11:38:04 -05:00
nsStackWalk.h Bug 731789 - Rename mfbt/StdInt.h to mfbt/StandardInteger.h, so stdint types work from cpp files inside mfbt. r=waldo 2012-02-29 22:56:43 -05:00
nsStackWalkPrivate.h Bug 696376 - Change how we find critical ranges so that it works on 10.6 too. r=dbaron. 2011-12-02 19:26:04 -05:00
nsSystemInfo.cpp Bug 671634 - Fennec UA changes. Useragent should be different between phones and tablets. r=me sr=bz a=gerv 2012-01-31 20:04:23 -08:00
nsSystemInfo.h
nsTraceRefcntImpl.cpp Bug 713278 - Teach NS_StackWalk to walk the stack of other threads too on Windows; r=dbaron 2011-12-23 18:14:09 -05:00
nsTraceRefcntImpl.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
nsUUIDGenerator.cpp
nsUUIDGenerator.h Back out bcf9ce858829 and a3bade82ac92 (bug 711799) for build failures 2011-12-19 10:43:08 -08:00
nsVersionComparatorImpl.cpp
nsVersionComparatorImpl.h Back out bcf9ce858829 and a3bade82ac92 (bug 711799) for build failures 2011-12-19 10:43:08 -08:00
nsWeakPtr.h
nsWindowsHelpers.h Bug 481815 - Provide a Windows service for silent updates. r=rstrong. 2012-01-04 23:19:14 -05:00
pure_api.c
pure.h
StackWalk.h Bug 732806. Make stackwalking respect the stack end on OS X. r=ehsan 2012-02-15 00:17:34 -05:00