gecko/ipc/glue
Jed Davis 0f6f582170 Bug 973090 - IPC remoting for child GC/CC logging. r=mccr8, r=bent
This has a few semi-interdependent pieces:

* Factoring out the file opening/closing/renaming from the GC/CC logging.

* Using IPC to have the child log to files that the parent opened.

* Changing nsIMemoryInfoDumper.dumpGCAndCCLogsToFile to report completion
  of child process logging (which was impossible before this, and which is
  needed to have a meaningful test case).

* Changing about:memory to dump logs for child processes, matching the
  behavior of the "Measure" button, because it can tell the user where
  they are now.

* Add a test for multiprocess GC/CC log dumping (only of the XPCOM
  interface, not by clicking buttons and scraping the about:memory page,
  but done as a chrome mochitest to start remote browsers); based on
  test_memoryReporters2.xul in the same directory.
2014-05-13 13:13:00 -04:00
..
BackgroundChild.h Bug 956218 - '(PBackground) Add a mechanism for communicating with 2013-11-26 23:59:41 -08:00
BackgroundChildImpl.cpp Bug 977819 - 'Allow PBackgroundChild implementors to hook into the threadlocal space'. r=mrbkap. 2014-03-31 19:55:36 -07:00
BackgroundChildImpl.h Bug 977819 - 'Allow PBackgroundChild implementors to hook into the threadlocal space'. r=mrbkap. 2014-03-31 19:55:36 -07:00
BackgroundImpl.cpp Bug 1007741 - Fix -Wunused-function warning in ipc/glue/ and mark ipc/ subdirectories as FAIL_ON_WARNINGS. r=bsmedberg 2014-05-07 23:55:30 -07:00
BackgroundParent.h Bug 977762 - 'Provide a mechanism to get the PContentParent associated with a PBackgroundParent'. r=mrbkap. 2014-02-27 11:59:12 -08:00
BackgroundParentImpl.cpp Bug 956218 - '(PBackground) Add a mechanism for communicating with 2013-11-26 23:59:41 -08:00
BackgroundParentImpl.h Bug 956218 - '(PBackground) Add a mechanism for communicating with 2013-11-26 23:59:41 -08:00
BrowserProcessSubThread.cpp
BrowserProcessSubThread.h
CrossProcessMutex_posix.cpp Bug 976350 patch 1: Move the contents of nsTraceRefcnt.h into nsISupportsImpl.h. r=bsmedberg 2014-02-26 13:36:35 -08:00
CrossProcessMutex_unimplemented.cpp
CrossProcessMutex_windows.cpp Bug 976350 patch 1: Move the contents of nsTraceRefcnt.h into nsISupportsImpl.h. r=bsmedberg 2014-02-26 13:36:35 -08:00
CrossProcessMutex.h
FileDescriptor.cpp
FileDescriptor.h Bug 910010 - Implementation of PFileDescriptorSet - part 2, r=bent 2014-03-25 18:37:28 +00:00
FileDescriptorUtils.cpp Bug 973090 - IPC remoting for child GC/CC logging. r=mccr8, r=bent 2014-05-13 13:13:00 -04:00
FileDescriptorUtils.h Bug 973090 - IPC remoting for child GC/CC logging. r=mccr8, r=bent 2014-05-13 13:13:00 -04:00
GeckoChildProcessHost.cpp Bug 988410 - Move directory service calls onto MainThread. r=bent 2014-04-04 12:16:16 -07:00
GeckoChildProcessHost.h Bug 988410 - Move directory service calls onto MainThread. r=bent 2014-04-04 12:16:16 -07:00
InputStreamParams.ipdlh Bug 910010 - Implementation of PFileDescriptorSet - part 2, r=bent 2014-03-25 18:37:28 +00:00
InputStreamUtils.cpp Bug 910010 - Implementation of PFileDescriptorSet - part 1, r=khuey 2014-03-25 18:37:13 +00:00
InputStreamUtils.h Bug 910010 - Implementation of PFileDescriptorSet - part 1, r=khuey 2014-03-25 18:37:13 +00:00
IOThreadChild.h
IPCMessageUtils.h Bug 987305 - Add BitFlagsEnumSerializer - r=nfroyd 2014-04-25 22:34:04 -04:00
MessageChannel.cpp Bug 999351 - Fix an IPC leak by clearing MessageChannel resource before destruction. r=bent 2014-04-24 15:26:50 +08:00
MessageChannel.h Bug 778866 - Abort from the I/O thread on abnormal shutdown of a plugin-process, in case the main thread is wedged and the Firefox process has already been killed, r=cjones 2014-03-04 12:17:01 -05:00
MessageLink.cpp Bug 977359 Part 2: Test case for the deadlock in the Nuwa process. r=gal 2014-04-15 21:26:30 +08:00
MessageLink.h Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree 2014-02-20 21:33:49 -05:00
MessagePump.cpp Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
MessagePump.h
moz.build Bug 1007741 - Fix -Wunused-function warning in ipc/glue/ and mark ipc/ subdirectories as FAIL_ON_WARNINGS. r=bsmedberg 2014-05-07 23:55:30 -07:00
nsIIPCBackgroundChildCreateCallback.h Bug 956218 - '(PBackground) Add a mechanism for communicating with 2013-11-26 23:59:41 -08:00
nsIIPCSerializableInputStream.h Bug 910010 - Implementation of PFileDescriptorSet - part 1, r=khuey 2014-03-25 18:37:13 +00:00
nsIIPCSerializableURI.h
PBackground.ipdl Bug 956218 - '(PBackground) Add a mechanism for communicating with 2013-11-26 23:59:41 -08:00
PBackgroundTest.ipdl Bug 956218 - '(PBackground) Add a mechanism for communicating with 2013-11-26 23:59:41 -08:00
ProcessChild.cpp
ProcessChild.h
ProcessUtils_bsd.cpp Bug 968432 - Implement mozilla::ipc::SetThisProcessName() on BSDs. r=dhylands 2014-02-18 15:41:23 -05:00
ProcessUtils_linux.cpp
ProcessUtils_none.cpp
ProcessUtils.h
ProtocolTypes.ipdlh
ProtocolUtils.cpp Bug 988878, r=bsmedberg. 2014-04-04 19:45:20 -07:00
ProtocolUtils.h Bug 974356 - 1/4 - Initialize mOtherProcess to an invalid handle value - r=bent 2014-02-25 08:12:49 -05:00
ScopedXREEmbed.cpp
ScopedXREEmbed.h
SharedMemory_posix.cpp
SharedMemory_windows.cpp
SharedMemory.cpp Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
SharedMemory.h Bug 974353 - Add MOZ_COUNT_[CD]TOR to SharedMemory - r=bent 2014-02-26 16:23:51 -05:00
SharedMemoryBasic_android.cpp
SharedMemoryBasic_android.h
SharedMemoryBasic_chromium.h
SharedMemoryBasic.h
SharedMemorySysV.h
Shmem.cpp Bug 974353 - In OpenExisting, check that the IPC-passed Shmem size matches the size stored in the SharedMemory header. And don't leak the segment on error. - r=bent 2014-02-26 14:10:55 -05:00
Shmem.h
StringUtil.cpp
Transport_posix.cpp
Transport_posix.h
Transport_win.cpp Bug 956218 - '(PBackground) Add a mechanism for communicating with 2013-11-26 23:59:41 -08:00
Transport_win.h
Transport.h
URIParams.ipdlh
URIUtils.cpp
URIUtils.h
WindowsMessageLoop.cpp Bug 1000364: Drop nonqueued messages for QuickTime's QTNSHIDDEN class. r=jimm 2014-05-08 12:20:05 +12:00
WindowsMessageLoop.h Bug 976350 patch 1: Move the contents of nsTraceRefcnt.h into nsISupportsImpl.h. r=bsmedberg 2014-02-26 13:36:35 -08:00