.. |
BackgroundChild.h
|
Bug 1359718 - Get rid of PBlob - part 2 - PBlob, r=smaug, r=kanru
|
2017-05-23 18:05:19 +02:00 |
BackgroundChildImpl.cpp
|
Bug 1359718 - Get rid of PBlob - part 2 - PBlob, r=smaug, r=kanru
|
2017-05-23 18:05:19 +02:00 |
BackgroundChildImpl.h
|
Bug 1359718 - Get rid of PBlob - part 2 - PBlob, r=smaug, r=kanru
|
2017-05-23 18:05:19 +02:00 |
BackgroundImpl.cpp
|
Bug 1359718 - Get rid of PBlob - part 2 - PBlob, r=smaug, r=kanru
|
2017-05-23 18:05:19 +02:00 |
BackgroundParent.h
|
Bug 1359718 - Get rid of PBlob - part 2 - PBlob, r=smaug, r=kanru
|
2017-05-23 18:05:19 +02:00 |
BackgroundParentImpl.cpp
|
Bug 1359718 - Get rid of PBlob - part 2 - PBlob, r=smaug, r=kanru
|
2017-05-23 18:05:19 +02:00 |
BackgroundParentImpl.h
|
Bug 1359718 - Get rid of PBlob - part 2 - PBlob, r=smaug, r=kanru
|
2017-05-23 18:05:19 +02:00 |
BackgroundUtils.cpp
|
Bug 1356836 - Reduce the hashtable lookup cost in principal serialization/deserialization; r=billm
|
2017-04-25 11:04:13 -04:00 |
BackgroundUtils.h
|
Bug 1320170 - dom/media should use nsIPrincipal (and PrincipalInfo) instead origin as string, r=rjesup, r=ehsan
|
2017-01-28 18:29:13 +01:00 |
BrowserProcessSubThread.cpp
|
Bug 1357451 - Add OS_SOLARIS ifdefs to various IPC code. r=kchen
|
2017-04-18 08:53:59 -07:00 |
BrowserProcessSubThread.h
|
Bug 1357451 - Add OS_SOLARIS ifdefs to various IPC code. r=kchen
|
2017-04-18 08:53:59 -07:00 |
CrashReporterClient.cpp
|
Store the child process thread id in CrashReporterHost. (bug 1338281 part 2, r=billm)
|
2017-02-15 14:44:29 -08:00 |
CrashReporterClient.h
|
Allow initializing CrashReporterClient shmem through CrashReporterHost. (bug 1338281 part 3, r=billm)
|
2017-02-15 14:44:29 -08:00 |
CrashReporterHost.cpp
|
Bug 1352496 - Enable sending other child processes crash pings from the CrashManager. r=bsmedberg,ted
|
2017-04-03 14:43:47 +02:00 |
CrashReporterHost.h
|
Switch PPluginModule from PCrashReporter to shmem-based CrashReportHost/Client. (bug 1338281 part 5, r=billm)
|
2017-02-15 14:44:30 -08:00 |
CrashReporterMetadataShmem.cpp
|
…
|
|
CrashReporterMetadataShmem.h
|
…
|
|
CrossProcessMutex.h
|
…
|
|
CrossProcessMutex_posix.cpp
|
Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm
|
2017-04-18 12:24:58 -04:00 |
CrossProcessMutex_unimplemented.cpp
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
CrossProcessMutex_windows.cpp
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
CrossProcessSemaphore.h
|
Bug 1341496 - Part 3: Make CrossProcessSemaphore allocation fallible. r=billm
|
2017-04-19 15:39:11 +12:00 |
CrossProcessSemaphore_posix.cpp
|
Bug 1341496 - Part 3: Make CrossProcessSemaphore allocation fallible. r=billm
|
2017-04-19 15:39:11 +12:00 |
CrossProcessSemaphore_unimplemented.cpp
|
Bug 1341496 - Part 3: Make CrossProcessSemaphore allocation fallible. r=billm
|
2017-04-19 15:39:11 +12:00 |
CrossProcessSemaphore_windows.cpp
|
Bug 1341496 - Part 3: Make CrossProcessSemaphore allocation fallible. r=billm
|
2017-04-19 15:39:11 +12:00 |
Faulty.cpp
|
Bug 1339306 - Faulty: Use --enable-fuzzing instead of --enable-ipc-fuzzing. r=billm
|
2017-02-14 03:12:10 +01:00 |
Faulty.h
|
…
|
|
FileDescriptor.cpp
|
…
|
|
FileDescriptor.h
|
…
|
|
FileDescriptorSetChild.cpp
|
…
|
|
FileDescriptorSetChild.h
|
…
|
|
FileDescriptorSetParent.cpp
|
…
|
|
FileDescriptorSetParent.h
|
…
|
|
FileDescriptorUtils.cpp
|
…
|
|
FileDescriptorUtils.h
|
…
|
|
GeckoChildProcessHost.cpp
|
Bug 1339105 Part 3: Move NPAPI windows process sandbox file rules into SandboxBroker. r=jimm
|
2017-05-22 20:41:28 +01:00 |
GeckoChildProcessHost.h
|
Bug 1339105 Part 3: Move NPAPI windows process sandbox file rules into SandboxBroker. r=jimm
|
2017-05-22 20:41:28 +01:00 |
IOThreadChild.h
|
…
|
|
IPCMessageUtils.cpp
|
…
|
|
IPCMessageUtils.h
|
Bug 1349750 - Introduce a PlainOldDataSerializer utility class and use it for SimpleLayerAttributes. r=kats
|
2017-05-03 20:21:11 -04:00 |
IPCStream.ipdlh
|
Bug 1353475 - Implement AutoIPCStream with delayed start - part 2 - delayed start, r=smaug
|
2017-04-24 12:09:39 +02:00 |
IPCStreamAlloc.h
|
Bug 1274343 - Add parent-to-child pipe streaming to IPCStream - part 2 - PParentToChild, r=smuag
|
2017-03-14 12:29:43 +01:00 |
IPCStreamChild.cpp
|
Bug 1353475 - Implement AutoIPCStream with delayed start - part 2 - delayed start, r=smaug
|
2017-04-24 12:09:39 +02:00 |
IPCStreamDestination.cpp
|
Backed out 2 changesets (bug 1362388) for android build bustage in nsHttpChannel.cpp a=backout
|
2017-05-12 13:58:28 -07:00 |
IPCStreamDestination.h
|
Bug 1353475 - Implement AutoIPCStream with delayed start - part 2 - delayed start, r=smaug
|
2017-04-24 12:09:39 +02:00 |
IPCStreamParent.cpp
|
Bug 1353475 - Implement AutoIPCStream with delayed start - part 2 - delayed start, r=smaug
|
2017-04-24 12:09:39 +02:00 |
IPCStreamSource.cpp
|
Bug 1353629 - PBlob refactoring - part 2 - IPCStream must be available on PBackground, r=smaug
|
2017-04-24 12:09:40 +02:00 |
IPCStreamSource.h
|
Bug 1274343 - Add parent-to-child pipe streaming to IPCStream - part 2 - PParentToChild, r=smuag
|
2017-03-14 12:29:43 +01:00 |
IPCStreamUtils.cpp
|
Bug 1353475 - Implement AutoIPCStream with delayed start - part 2 - delayed start, r=smaug
|
2017-04-24 12:09:39 +02:00 |
IPCStreamUtils.h
|
Bug 1353629 - PBlob refactoring - part 1 - AutoIPCStream should not have a copy CTOR, r=smaug
|
2017-04-24 12:09:40 +02:00 |
InputStreamParams.ipdlh
|
Backed out changeset 089b1233b9a3 (bug 1359718)
|
2017-05-23 18:34:19 +02:00 |
InputStreamUtils.cpp
|
Bug 1359718 - Get rid of PBlob - part 2 - PBlob, r=smaug, r=kanru
|
2017-05-23 18:05:19 +02:00 |
InputStreamUtils.h
|
Bug 1347557 - Move 2 static methods about the IPC serialization of streams into an helper class, r=qdot
|
2017-03-21 07:47:25 +01:00 |
MessageChannel.cpp
|
Bug 1363877 - Label IPC shmem messages as SystemGroup (r=dvander)
|
2017-05-19 16:38:12 -07:00 |
MessageChannel.h
|
Bug 1364857 - Reject pending promises for actor when it's going to be destroyed. r=kanru
|
2017-05-17 16:59:48 +08:00 |
MessageLink.cpp
|
Bug 1274343 - Add parent-to-child pipe streaming to IPCStream - part 2 - PParentToChild, r=smuag
|
2017-03-14 12:29:43 +01:00 |
MessageLink.h
|
…
|
|
MessageLoopAbstractThreadWrapper.h
|
Bug 1313200 - Allow IPC messages to async return MozPromises. r=billm,jwwang
|
2017-03-16 17:36:15 +08:00 |
MessagePump.cpp
|
Bug 1319850 - part 1, Add MessagePumpForAndroidUI r=nfroyd
|
2016-12-23 09:08:27 -08:00 |
MessagePump.h
|
Bug 1319850 - part 1, Add MessagePumpForAndroidUI r=nfroyd
|
2016-12-23 09:08:27 -08:00 |
Neutering.h
|
Bug 1251936 - followup - add explicit to some Windows-only IPC classes on a CLOSED TREE; r=bustage
|
2016-12-23 10:22:58 -05:00 |
PBackground.ipdl
|
Bug 1359718 - Get rid of PBlob - part 2 - PBlob, r=smaug, r=kanru
|
2017-05-23 18:05:19 +02:00 |
PBackgroundSharedTypes.ipdlh
|
Bug 1347817 - Principal must always have a valid origin - part 5 - fixing a comment in ContentPrincipalInfo, r=ehsan
|
2017-03-29 08:26:30 +02:00 |
PBackgroundTest.ipdl
|
…
|
|
PChildToParentStream.ipdl
|
Bug 1353475 - Implement AutoIPCStream with delayed start - part 2 - delayed start, r=smaug
|
2017-04-24 12:09:39 +02:00 |
PFileDescriptorSet.ipdl
|
…
|
|
PParentToChildStream.ipdl
|
Bug 1353475 - Implement AutoIPCStream with delayed start - part 2 - delayed start, r=smaug
|
2017-04-24 12:09:39 +02:00 |
ProcessChild.cpp
|
…
|
|
ProcessChild.h
|
bug 1303096 - Stop sending sync messages soon after content process start-up r=billm
|
2017-02-05 00:52:38 -05:00 |
ProcessUtils.h
|
…
|
|
ProcessUtils_bsd.cpp
|
…
|
|
ProcessUtils_linux.cpp
|
…
|
|
ProcessUtils_mac.mm
|
…
|
|
ProcessUtils_none.cpp
|
…
|
|
ProtocolTypes.ipdlh
|
…
|
|
ProtocolUtils.cpp
|
Bug 1363877 - Label IPC shmem messages as SystemGroup (r=dvander)
|
2017-05-19 16:38:12 -07:00 |
ProtocolUtils.h
|
Bug 1363877 - Label IPC shmem messages as SystemGroup (r=dvander)
|
2017-05-19 16:38:12 -07:00 |
ScopedXREEmbed.cpp
|
…
|
|
ScopedXREEmbed.h
|
…
|
|
SharedMemory.cpp
|
…
|
|
SharedMemory.h
|
Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm
|
2017-04-18 12:24:58 -04:00 |
SharedMemoryBasic.h
|
…
|
|
SharedMemoryBasic_android.cpp
|
Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm
|
2017-04-18 12:24:58 -04:00 |
SharedMemoryBasic_android.h
|
Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm
|
2017-04-18 12:24:58 -04:00 |
SharedMemoryBasic_chromium.h
|
Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm
|
2017-04-18 12:24:58 -04:00 |
SharedMemoryBasic_mach.h
|
Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm
|
2017-04-18 12:24:58 -04:00 |
SharedMemoryBasic_mach.mm
|
Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm
|
2017-04-18 12:24:58 -04:00 |
SharedMemory_posix.cpp
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
SharedMemory_windows.cpp
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
Shmem.cpp
|
…
|
|
Shmem.h
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
StringUtil.cpp
|
…
|
|
TaskFactory.h
|
Bug 1343639 - Allow TaskFactory::NewRunnableMethod pass an arbitrary number of arguments to the runnable. r=billm
|
2017-03-06 15:36:06 -05:00 |
Transport.h
|
…
|
|
Transport_posix.cpp
|
…
|
|
Transport_posix.h
|
…
|
|
Transport_win.cpp
|
…
|
|
Transport_win.h
|
…
|
|
URIParams.ipdlh
|
…
|
|
URIUtils.cpp
|
Bug 1343933 - Renaming Principal classes - part 2 - NullPrincipal, r=qdot
|
2017-03-22 11:38:40 +01:00 |
URIUtils.h
|
…
|
|
WindowsMessageLoop.cpp
|
Bug 1330496 - Followup patch to remove redundant parenthses. r=aklotz
|
2017-02-08 20:33:38 +09:00 |
WindowsMessageLoop.h
|
Bug 1322465 part 6 - Use explicit/MOZ_IMPLICIT for the unary constructors in ipc/. r=aklotz,Ehsan
|
2016-12-16 15:56:04 +08:00 |
moz.build
|
Bug 1351910 - Build more files as unified in ipc/glue. r=billm
|
2017-04-10 14:50:00 -07:00 |
nsIIPCBackgroundChildCreateCallback.h
|
…
|
|
nsIIPCSerializableInputStream.h
|
…
|
|
nsIIPCSerializableURI.h
|
…
|
|