gecko-dev/ipc/glue
Bill McCloskey f115503a0b Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
MozReview-Commit-ID: DKR6ROiHRS7
2017-06-26 14:19:58 -07:00
..
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 Backout the experimental patch for bug 1366156 because it didn't help 2017-05-24 09:46:39 -04:00
BackgroundChildImpl.h Bug 1370519 - Part 2: Merge FileHandle base classes with IndexedDB specific classes (except parent actors); r=btseng 2017-06-07 12:36:42 +02:00
BackgroundImpl.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
BackgroundParent.h Bug 1366316 - Separate thread for IPCBlobInputStream actors - part 4 - monitoring child processes, r=smaug 2017-05-31 07:41:11 +02:00
BackgroundParentImpl.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
BackgroundParentImpl.h Bug 1366316 - Separate thread for IPCBlobInputStream actors - part 1 - actor migration, r=smaug 2017-05-31 07:41:10 +02:00
BackgroundUtils.cpp Bug 1319111 - Expose 'result principal URI' on LoadInfo as a source for NS_GetFinalChannelURI (removes some use of LOAD_REPLACE flag). r=bz, r=mikedeboer 2017-05-30 18:07:59 +02:00
BackgroundUtils.h Bug 1351146 - P1 - Add more information to redirect chains. r=dragana 2017-05-25 19:42:00 +02: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
CodeCoverageHandler.cpp Bug 1363469 - Define signal handlers to dump and reset coverage counters. r=froydnj,kanru 2017-06-14 09:50:44 +01:00
CodeCoverageHandler.h Bug 1363469 - Define signal handlers to dump and reset coverage counters. r=froydnj,kanru 2017-06-14 09:50:44 +01: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 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
CrashReporterHost.h Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
CrashReporterMetadataShmem.cpp Add a PCrashReporter alternative that uses shmem instead of IPDL. (bug 1278717 part 1, r=billm) 2016-10-11 14:25:17 -07:00
CrashReporterMetadataShmem.h Add a PCrashReporter alternative that uses shmem instead of IPDL. (bug 1278717 part 1, r=billm) 2016-10-11 14:25:17 -07:00
CrossProcessMutex.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
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 1365321 - remove warnings from faulty r=billm 2017-05-23 08:54:46 -07:00
Faulty.h Bug 777067 - "Fuzzing: IPC Protocol Definition Language (IPDL) Protocols". r=wmccloskey 2016-05-30 16:33:00 +02:00
FileDescriptor.cpp Bug 1264566 followup - Fix build on VS2015u3. 2016-07-26 09:45:44 +10:00
FileDescriptor.h Bug 1264566 - Part 1: Refactor FileDescriptor to fix leaks in content processes. r=valentin, r=baku 2016-05-27 15:58:51 +08:00
FileDescriptorSetChild.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
FileDescriptorSetChild.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
FileDescriptorSetParent.cpp Bug 1318335 - Replace default bodies of special member functions with = default; in ipc/. r=billm 2016-11-17 15:08:41 +02:00
FileDescriptorSetParent.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
FileDescriptorUtils.cpp Bug 1264566 - Part 2: Refactor all usage of FileDescriptor. r=valentin 2016-05-27 16:12:51 +08:00
FileDescriptorUtils.h Bug 1264566 - Part 2: Refactor all usage of FileDescriptor. r=valentin 2016-05-27 16:12:51 +08:00
GeckoChildProcessHost.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07: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 Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
IPCMessageUtils.cpp Bug 1274431: Fix some non-unified build issues. r=jld 2016-08-05 12:00:19 -07:00
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 Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -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 Backed out 6 changesets (bug 1371699) for various failures including frequent img-blobURI-2.html failures and leaks a=backout 2017-06-13 17:50:11 -07:00
IPCStreamSource.h Backed out 6 changesets (bug 1371699) for various failures including frequent img-blobURI-2.html failures and leaks a=backout 2017-06-13 17:50:11 -07: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 Bug 1359718 - Get rid of PBlob - part 6 - removed unused inputStream params, r=smaug 2017-05-23 18:07:18 +02:00
InputStreamUtils.cpp Bug 1359718 - Get rid of PBlob - part 6 - removed unused inputStream params, r=smaug 2017-05-23 18:07:18 +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 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
MessageChannel.h Allow IPDL message sends to be deferred and re-sent as needed. (bug 1369529 part 2, r=billm) 2017-06-21 13:40:18 -07:00
MessageLink.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
MessageLink.h Fix MessageChannel when constructed with a broken Transport. (bug 1316473, r=billm) 2016-11-14 14:54:00 -08:00
MessagePump.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07: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 1366316 - Separate thread for IPCBlobInputStream actors - part 1 - actor migration, r=smaug 2017-05-31 07:41:10 +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 Bug 1288997 - memory blob should not be shared across processes - part 1 -PSendStream should use nsIContentChild, r=jld, f=bkelly 2016-09-21 12:27:26 +02:00
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 Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
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 Bug 1284674 - Remove NUWA r=cyu 2016-08-02 14:54:00 +02:00
ProcessUtils_bsd.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
ProcessUtils_linux.cpp Bug 1284674 - Remove NUWA r=cyu 2016-08-02 14:54:00 +02:00
ProcessUtils_mac.mm
ProcessUtils_none.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
ProtocolTypes.ipdlh Bug 1268151: Clean up some dependencies in IPDL headers; r=billm 2016-05-17 16:01:25 -06:00
ProtocolUtils.cpp Bug 1363877 - Label IPC shmem messages as SystemGroup (r=dvander) 2017-05-19 16:38:12 -07:00
ProtocolUtils.h Bug 1366316 - Separate thread for IPCBlobInputStream actors - part 1 - actor migration, r=smaug 2017-05-31 07:41:10 +02:00
ScopedXREEmbed.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
ScopedXREEmbed.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
SharedMemory.cpp Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm. 2016-08-24 15:23:45 +10:00
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 Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
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 1232119 - Add fuzzer for SharedMemory. r=billm 2017-05-23 22:36:28 +02:00
SharedMemoryBasic_chromium.h Bug 1232119 - Add fuzzer for SharedMemory. r=billm 2017-05-23 22:36:28 +02:00
SharedMemoryBasic_mach.h Bug 1232119 - Add fuzzer for SharedMemory. r=billm 2017-05-23 22:36:28 +02: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 Bug 1306708 - Rename prio to nested in IPDL (r=dvander) 2016-10-04 20:34:54 -07:00
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 Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
TaskFactory.h Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
Transport.h Clean up Transport memory management in IPDL. (bug 1283744, r=billm) 2016-07-06 18:51:20 -07:00
Transport_posix.cpp Add crash-report instrumentation to diagnose bug 1293580. r=billm 2016-08-22 22:52:04 -07:00
Transport_posix.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
Transport_win.cpp Clean up Transport memory management in IPDL. (bug 1283744, r=billm) 2016-07-06 18:51:20 -07:00
Transport_win.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
URIParams.ipdlh Bug 1310483 - Implement nsIURIWithQuery for having query part in simple URI, r=valentin 2016-11-14 13:04:33 +01:00
URIUtils.cpp Bug 1343933 - Renaming Principal classes - part 2 - NullPrincipal, r=qdot 2017-03-22 11:38:40 +01:00
URIUtils.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
WindowsMessageLoop.cpp Bug 1370198 Back out the patch for bug 1369419 because the patch couldn't fix bug 1361132 and causes new crash bugs r=jimm 2017-06-05 21:52:16 +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 1363469 - Define signal handlers to dump and reset coverage counters. r=froydnj,kanru 2017-06-14 09:50:44 +01:00
nsIIPCBackgroundChildCreateCallback.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
nsIIPCSerializableInputStream.h Bug 1294450 - Make AutoIPCStream favour PSendStream for large input streams. r=nfroydj 2016-09-29 06:20:00 +02:00
nsIIPCSerializableURI.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00