.. |
AsyncChannel.cpp
|
Bug 914902 - remove printf as child process closes. r=cjones
|
2013-09-12 09:14:34 +10:00 |
BrowserProcessSubThread.cpp
|
Bug 784739 - Switch from NULL to nullptr in ipc/glue/. r=ehsan
|
2013-08-23 15:51:58 -04:00 |
BrowserProcessSubThread.h
|
|
|
CrossProcessMutex_unimplemented.cpp
|
|
|
CrossProcessMutex_windows.cpp
|
Bug 784739 - Switch from NULL to nullptr in ipc/glue/. r=ehsan
|
2013-08-23 15:51:58 -04:00 |
CrossProcessMutex.h
|
|
|
FileDescriptor.cpp
|
Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below)
|
2013-06-28 18:38:32 -07:00 |
FileDescriptor.h
|
Bug 835698 - 'Pre-open() and send the fd for app process's application.zip'. r=jduell.
|
2013-02-15 14:27:21 -08:00 |
FileDescriptorUtils.cpp
|
Bug 884061 - Part 3m: Use NS_DECL_THREADSAFE_ISUPPORTS in ipc/, r=bent
|
2013-07-18 21:23:32 -05:00 |
FileDescriptorUtils.h
|
Bug 884061 - Part 3m: Use NS_DECL_THREADSAFE_ISUPPORTS in ipc/, r=bent
|
2013-07-18 21:23:32 -05:00 |
GeckoChildProcessHost.cpp
|
Bug 771765 - Support template content process, part 2: IPC and glue changes. r=bent
|
2013-05-31 21:16:54 +08:00 |
GeckoChildProcessHost.h
|
Bug 920397 part 3 - Ensure PContentParent doesn't close process handles multiple times. r=bsmedberg
|
2013-10-01 10:56:16 +10:00 |
InputStreamParams.ipdlh
|
|
|
InputStreamUtils.cpp
|
Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below)
|
2013-06-28 18:38:30 -07:00 |
InputStreamUtils.h
|
|
|
IOThreadChild.h
|
|
|
IPCMessageUtils.h
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
Makefile.in
|
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
|
2013-10-03 09:11:13 +02:00 |
MessageChannel.cpp
|
Introduce new RPC messaging semantics (bug 910493 part 1, r=cjones).
|
2013-10-01 09:15:03 -07:00 |
MessageChannel.h
|
Introduce new RPC messaging semantics (bug 910493 part 1, r=cjones).
|
2013-10-01 09:15:03 -07:00 |
MessageLink.cpp
|
Combine AsyncChannel, SyncChannel, and RPCChannel into one class (bug 901789, r=cjones,bent).
|
2013-09-27 18:42:08 -07:00 |
MessageLink.h
|
Rename IPDL's RPC to Interrupt (bug 910020, r=bent).
|
2013-09-30 17:27:45 -07:00 |
MessagePump.cpp
|
Bug 771765 - Support template content process, part 7: Don't schedule timer in the message pump if template process is ready. r=khuey
|
2013-06-03 18:14:44 +08:00 |
MessagePump.h
|
Bug 884061 - Part 3m: Use NS_DECL_THREADSAFE_ISUPPORTS in ipc/, r=bent
|
2013-07-18 21:23:32 -05:00 |
moz.build
|
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
|
2013-10-03 09:11:13 +02:00 |
nsIIPCSerializableInputStream.h
|
|
|
nsIIPCSerializableURI.h
|
|
|
ProcessChild.cpp
|
Bug 784739 - Switch from NULL to nullptr in ipc/glue/. r=ehsan
|
2013-08-23 15:51:58 -04:00 |
ProcessChild.h
|
|
|
ProcessUtils_linux.cpp
|
|
|
ProcessUtils_none.cpp
|
|
|
ProcessUtils.h
|
Bug 797904 - Include app name in about:memory dump. r=njn,cjones
|
2012-10-05 17:54:54 -04:00 |
ProtocolTypes.ipdlh
|
Bug 771765 - Support template content process, part 3: IPC glue and IPDL codegen to support protocol cloning. r=bent
|
2013-05-31 21:16:57 +08:00 |
ProtocolUtils.cpp
|
Bug 771765 - Support template content process, part 3: IPC glue and IPDL codegen to support protocol cloning. r=bent
|
2013-05-31 21:16:57 +08:00 |
ProtocolUtils.h
|
Bug 771765 - Support template content process, part 3: IPC glue and IPDL codegen to support protocol cloning. r=bent
|
2013-05-31 21:16:57 +08:00 |
ScopedXREEmbed.cpp
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
ScopedXREEmbed.h
|
Bug 820200 - Pass application directory to XRE_InitEmbedding2 in content process. r=bsmedberg
|
2012-12-18 10:24:42 -06:00 |
SharedMemory_posix.cpp
|
|
|
SharedMemory_windows.cpp
|
|
|
SharedMemory.cpp
|
Bug 910517 (3rd attempt) - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
|
2013-08-27 16:24:51 -07:00 |
SharedMemory.h
|
|
|
SharedMemoryBasic_android.cpp
|
|
|
SharedMemoryBasic_android.h
|
|
|
SharedMemoryBasic_chromium.h
|
|
|
SharedMemoryBasic.h
|
|
|
SharedMemorySysV.h
|
|
|
Shmem.cpp
|
|
|
Shmem.h
|
Bug 784739 - Switch from NULL to nullptr in ipc/glue/. r=ehsan
|
2013-08-23 15:51:58 -04:00 |
StringUtil.cpp
|
Bug 909028 - Remove dead chromium code; r=ehsan, rs=bent
|
2013-09-06 08:42:41 +02:00 |
Transport_posix.cpp
|
Bug 771765 - Support template content process, part 4: Clone IPC protocol objects that will be up when the template process is ready. r=khuey, r=bent
|
2013-06-03 18:14:37 +08:00 |
Transport_posix.h
|
|
|
Transport_win.cpp
|
Bug 771765 - Support template content process, part 4: Clone IPC protocol objects that will be up when the template process is ready. r=khuey, r=bent
|
2013-06-03 18:14:37 +08:00 |
Transport_win.h
|
|
|
Transport.h
|
Bug 771765 - Support template content process, part 4: Clone IPC protocol objects that will be up when the template process is ready. r=khuey, r=bent
|
2013-06-03 18:14:37 +08:00 |
URIParams.ipdlh
|
|
|
URIUtils.cpp
|
Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below)
|
2013-06-28 18:38:32 -07:00 |
URIUtils.h
|
|
|
WindowsMessageLoop.cpp
|
Rename IPDL's RPC to Interrupt (bug 910020, r=bent).
|
2013-09-30 17:27:45 -07:00 |
WindowsMessageLoop.h
|
|
|