.. |
AvailableMemoryTracker.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
AvailableMemoryTracker.h
|
|
|
ClearOnShutdown.cpp
|
|
|
ClearOnShutdown.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
CodeAddressService.h
|
|
|
CountingAllocatorBase.h
|
|
|
CycleCollectedJSRuntime.cpp
|
Bug 1158257 - Gecko should always provide SpiderMonkey with a debuggerMallocSizeOf; r=mccr8
|
2015-04-27 10:58:24 -07:00 |
CycleCollectedJSRuntime.h
|
Bug 1150253 - Part 2: Gecko should provide a callback for SpiderMonkey to
|
2015-04-22 09:43:02 -07:00 |
Debug.cpp
|
|
|
Debug.h
|
|
|
DebuggerOnGCRunnable.cpp
|
Bug 1150253 - Part 2: Gecko should provide a callback for SpiderMonkey to
|
2015-04-22 09:43:02 -07:00 |
DebuggerOnGCRunnable.h
|
Bug 1150253 - Part 2: Gecko should provide a callback for SpiderMonkey to
|
2015-04-22 09:43:02 -07:00 |
DeferredFinalize.cpp
|
Bug 1137536, part 3 - Move the top level DeferredFinalize functions into their own file. r=smaug
|
2015-03-18 11:36:03 -07:00 |
DeferredFinalize.h
|
Bug 1137536, part 3 - Move the top level DeferredFinalize functions into their own file. r=smaug
|
2015-03-18 11:36:03 -07:00 |
ErrorList.h
|
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
|
2015-04-23 15:10:30 -04:00 |
ErrorNames.cpp
|
Bug 1151541, part 2 - Fix mode lines in xpcom/. r=froydnj
|
2015-04-09 10:25:05 -07:00 |
ErrorNames.h
|
Bug 1151541, part 2 - Fix mode lines in xpcom/. r=froydnj
|
2015-04-09 10:25:05 -07:00 |
HoldDropJSObjects.cpp
|
Bug 1119482, part 4 - Move IsJSHolder into HoldDropJSObjects. r=smaug
|
2015-03-10 16:41:38 -07:00 |
HoldDropJSObjects.h
|
Bug 1119482, part 4 - Move IsJSHolder into HoldDropJSObjects. r=smaug
|
2015-03-10 16:41:38 -07:00 |
LinuxUtils.cpp
|
|
|
LinuxUtils.h
|
|
|
moz.build
|
Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium
|
2015-04-27 19:59:27 -04:00 |
nsAgg.h
|
|
|
nsAlgorithm.h
|
Bug 1139050, part 2 - Move nsAlgorithm.h to xpcom/base. r=froydnj
|
2015-03-10 16:41:38 -07:00 |
nsAllocator.h
|
|
|
nsAutoPtr.h
|
Bug 1095098 - move do_QueryObject templates into their own header; r=froydnj
|
2015-04-15 12:47:03 -04:00 |
nsAutoRef.h
|
|
|
nsCom.h
|
|
|
nsConsoleMessage.cpp
|
|
|
nsConsoleMessage.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsConsoleService.cpp
|
Bug 1149094 r=blassey
|
2015-04-06 14:42:52 -04:00 |
nsConsoleService.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nscore.h
|
Bug 1142074 - remove NS_{IMPORT,EXPORT}_STATIC_MEMBER_; r=bsmedberg
|
2015-03-11 10:57:06 -04:00 |
nsCrashOnException.cpp
|
|
|
nsCrashOnException.h
|
|
|
nsCycleCollector.cpp
|
Bug 1144649 - Make CCGraph::AddNodeToMap fallible again. r=smaug
|
2015-04-09 16:00:00 -04:00 |
nsCycleCollector.h
|
Bug 1137536, part 3 - Move the top level DeferredFinalize functions into their own file. r=smaug
|
2015-03-18 11:36:03 -07:00 |
nsDebugImpl.cpp
|
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
|
2015-04-23 15:10:30 -04:00 |
nsDebugImpl.h
|
|
|
nsDumpUtils.cpp
|
|
|
nsDumpUtils.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsError.h
|
|
|
nsErrorService.cpp
|
|
|
nsErrorService.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsGZFileWriter.cpp
|
|
|
nsGZFileWriter.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsIConsoleListener.idl
|
|
|
nsIConsoleMessage.idl
|
|
|
nsIConsoleService.idl
|
|
|
nsICycleCollectorListener.idl
|
|
|
nsIDebug2.idl
|
|
|
nsIDebug.idl
|
|
|
nsIErrorService.idl
|
|
|
nsIException.idl
|
Bug 1140435 - Part 2 - Allow JS code to provide an async stack when calling a function. r=bz
|
2015-03-07 13:30:34 +00:00 |
nsIGZFileWriter.idl
|
|
|
nsIID.h
|
|
|
nsIInterfaceRequestor.idl
|
|
|
nsIMacUtils.idl
|
|
|
nsIMemory.idl
|
Bug 1134920 - Remove nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:46 +09:00 |
nsIMemoryInfoDumper.idl
|
|
|
nsIMemoryReporter.idl
|
Bug 1093934 - Create a XPCOM library that can be used to support standalone WebRTC. r=nfroyd
|
2015-04-03 15:52:00 +02:00 |
nsIMessageLoop.idl
|
|
|
nsIMutable.idl
|
|
|
nsInterfaceRequestorAgg.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsInterfaceRequestorAgg.h
|
|
|
nsIProgrammingLanguage.idl
|
Bug 1150917 - Remove all values from nsIProgrammingLanguage except UNKNOWN and JAVASCRIPT. r=froydnj
|
2015-04-08 17:16:30 -07:00 |
nsISecurityConsoleMessage.idl
|
|
|
nsISizeOf.h
|
|
|
nsIStatusReporter.idl
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsISupports.idl
|
|
|
nsISupportsBase.h
|
|
|
nsIUUIDGenerator.idl
|
|
|
nsIVersionComparator.idl
|
|
|
nsIVisualEventTracer.idl
|
|
|
nsIWeakReference.idl
|
|
|
nsMacUtilsImpl.cpp
|
|
|
nsMacUtilsImpl.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsMemoryImpl.cpp
|
Bug 1134920 - Remove nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:46 +09:00 |
nsMemoryImpl.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsMemoryInfoDumper.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsMemoryInfoDumper.h
|
Bug 1156632 - Remove unused forward class declarations - patch 6 - the rest of the tree, r=ehsan
|
2015-04-22 08:29:24 +02:00 |
nsMemoryReporterManager.cpp
|
Bug 1151597 - Step 2: Don't start child process memory reports until parent is finished. r=erahm
|
2015-04-27 15:46:00 -04:00 |
nsMemoryReporterManager.h
|
Bug 1151597 - Step 2: Don't start child process memory reports until parent is finished. r=erahm
|
2015-04-27 15:46:00 -04:00 |
nsMessageLoop.cpp
|
Bug 1062479 - Use static strings for WeakReference type names. r=ehsan
|
2015-04-24 09:43:01 -07:00 |
nsMessageLoop.h
|
|
|
nsObjCExceptions.h
|
|
|
nsQueryObject.h
|
Bug 1156790 - mark various nsCOMPtr_helper-esque classes as final; r=mccr8
|
2015-04-20 16:58:15 -04:00 |
nsRefPtr.h
|
Bug 1153649 part 3 - More OwningNonNull improvements; r=bz
|
2015-04-19 15:28:50 +03:00 |
nsrootidl.idl
|
|
|
nsSecurityConsoleMessage.cpp
|
|
|
nsSecurityConsoleMessage.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsSetDllDirectory.h
|
|
|
nsStackWalk.cpp
|
|
|
nsStackWalk.h
|
|
|
nsStackWalkPrivate.h
|
|
|
nsStatusReporterManager.cpp
|
|
|
nsStatusReporterManager.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsSystemInfo.cpp
|
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
|
2015-04-23 15:10:30 -04:00 |
nsSystemInfo.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsTraceRefcnt.cpp
|
Bug 1157304 - Make the empty classname assertion in BloatEntry fatal. r=froydnj
|
2015-04-27 10:28:19 -04:00 |
nsTraceRefcnt.h
|
|
|
nsUUIDGenerator.cpp
|
|
|
nsUUIDGenerator.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsVersionComparatorImpl.cpp
|
|
|
nsVersionComparatorImpl.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsWeakPtr.h
|
|
|
nsWindowsHelpers.h
|
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
|
2015-04-23 15:10:30 -04:00 |
pure_api.c
|
|
|
pure.h
|
|
|
StackWalk.h
|
|
|
StaticMutex.h
|
Bug 1151541, part 2 - Fix mode lines in xpcom/. r=froydnj
|
2015-04-09 10:25:05 -07:00 |
StaticPtr.h
|
|
|
SystemMemoryReporter.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
SystemMemoryReporter.h
|
|
|
VisualEventTracer.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
VisualEventTracer.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |