gecko-dev/ipc/glue
2019-12-13 22:38:15 +00:00
..
BackgroundChild.h
BackgroundChildImpl.cpp Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
BackgroundChildImpl.h Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
BackgroundImpl.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
BackgroundParent.h
BackgroundParentImpl.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
BackgroundParentImpl.h Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
BackgroundUtils.cpp Bug 1517588. Use nsIPrincipal::IsSystemPrincipal instead of nsContentUtils::IsSystemPrincipal r=bzbarsky 2019-12-05 04:44:32 +00:00
BackgroundUtils.h Bug 1583700 - Pass the loading context of the cspToInherit when deserializing LoadInfo, since this isn't necessarily the same as the loading context of the LoadInfo. r=ckerschb 2019-10-22 01:03:10 +00:00
BrowserProcessSubThread.cpp
BrowserProcessSubThread.h
ByteBuf.h
components.conf Bug 1470591 - Part 6: Create a fork server process. r=gsvelto 2019-12-05 00:02:40 +00:00
CrashReporterClient.cpp Bug 1555917 - Exception handler and crash reporter client cleanup r=froydnj 2019-05-31 21:54:03 +00:00
CrashReporterClient.h Bug 1578422: MOZ_DIAGNOSTIC_ASSERT when shared memory setup fails in CrashReporterClient::InitSingleton. r=gsvelto 2019-09-04 12:42:41 +00:00
CrashReporterHelper.h Bug 1571711 - Factorize crash handling out of the various process IPC classes r=froydnj 2019-08-15 12:06:51 +00:00
CrashReporterHost.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
CrashReporterHost.h Backed out 4 changesets (bug 1589493) for linting failure at builds/worker/checkouts/gecko/dom/ipc/tests/test_process_error_oom.xhtml:12:11. On a CLOSED TREE 2019-11-29 19:48:41 +02:00
CrashReporterMetadataShmem.cpp Bug 1555917 - Exception handler and crash reporter client cleanup r=froydnj 2019-05-31 21:54:03 +00:00
CrashReporterMetadataShmem.h Bug 1555917 - Exception handler and crash reporter client cleanup r=froydnj 2019-05-31 21:54:03 +00:00
CrossProcessMutex_posix.cpp Bug 1533918 - Disallow CrossProcessMutex when sandboxing is enabled. r=botond 2019-10-30 17:59:15 +00:00
CrossProcessMutex_unimplemented.cpp
CrossProcessMutex_windows.cpp
CrossProcessMutex.h
CrossProcessSemaphore_posix.cpp
CrossProcessSemaphore_unimplemented.cpp
CrossProcessSemaphore_windows.cpp
CrossProcessSemaphore.h
EnvironmentMap.h
FileDescriptor.cpp Bug 1470591 - Part 5: ForkServer to create new processes. r=gsvelto 2019-12-05 00:05:21 +00:00
FileDescriptor.h Bug 1534780 - Add free interconversion between UniqueFileHandle and ipc::FileDescriptor and use it in a few places. r=froydnj 2019-06-28 19:46:58 +00:00
FileDescriptorSetChild.cpp
FileDescriptorSetChild.h Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
FileDescriptorSetParent.cpp
FileDescriptorSetParent.h Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
FileDescriptorShuffle.cpp
FileDescriptorShuffle.h Bug 1470591 - Part 3: AppForkBuilder to ceate a new content process. r=gsvelto 2019-12-05 00:04:19 +00:00
FileDescriptorUtils.cpp
FileDescriptorUtils.h
ForkServer.cpp Bug 1601794- Fix building errors with clang. r=gsvelto 2019-12-06 04:59:26 +00:00
ForkServer.h Bug 1470591 - Part 5: ForkServer to create new processes. r=gsvelto 2019-12-05 00:05:21 +00:00
ForkServiceChild.cpp Bug 1470591 - Part 5: ForkServer to create new processes. r=gsvelto 2019-12-05 00:05:21 +00:00
ForkServiceChild.h Bug 1470591 - Part 5: ForkServer to create new processes. r=gsvelto 2019-12-05 00:05:21 +00:00
GeckoChildProcessHost.cpp Bug 1470591 - Part 5: ForkServer to create new processes. r=gsvelto 2019-12-05 00:05:21 +00:00
GeckoChildProcessHost.h Bug 1589809 - [macOS] Use OS_ACTIVITY_MODE=disable for child processes r=spohl 2019-11-09 00:27:48 +00:00
IdleSchedulerChild.cpp Bug 1589561. Factor out idle handling from PrioritizedEventQueue. r=smaug 2019-10-20 15:08:44 +00:00
IdleSchedulerChild.h Bug 1589561. Factor out idle handling from PrioritizedEventQueue. r=smaug 2019-10-20 15:08:44 +00:00
IdleSchedulerParent.cpp Bug 1563063 - Cross-process idle handling, r=farre 2019-09-24 14:33:57 +00:00
IdleSchedulerParent.h Bug 1563063 - Cross-process idle handling, r=farre 2019-09-24 14:33:57 +00:00
InProcessChild.h Bug 1570369 - Part 10: Use IPDL refcounted for PInProcess, r=farre 2019-08-08 16:46:44 +00:00
InProcessImpl.cpp Bug 1570369 - Part 10: Use IPDL refcounted for PInProcess, r=farre 2019-08-08 16:46:44 +00:00
InProcessParent.h Bug 1570369 - Part 10: Use IPDL refcounted for PInProcess, r=farre 2019-08-08 16:46:44 +00:00
InputStreamParams.ipdlh
InputStreamUtils.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
InputStreamUtils.h Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
IOThreadChild.h
IPCMessageUtils.cpp Bug 1591438 - Move DEFINE_IPC_SERIALIZER_WITH_FIELDS into IPCMessageUtils header r=bwc 2019-11-04 15:00:04 +00:00
IPCMessageUtils.h Bug 1596562: Add ParamTraits specializations for mozilla::Vector and std::vector; r=froydnj,bwc 2019-11-18 19:45:41 +00:00
IPCStream.ipdlh
IPCStreamAlloc.h
IPCStreamChild.cpp Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
IPCStreamDestination.cpp Bug 1601742 - Fix unified build with the forkserver. r=froydnj 2019-12-06 04:58:27 +00:00
IPCStreamDestination.h Bug 1601742 - Fix unified build with the forkserver. r=froydnj 2019-12-06 04:58:27 +00:00
IPCStreamParent.cpp Bug 1601742 - Fix unified build with the forkserver. r=froydnj 2019-12-06 04:58:27 +00:00
IPCStreamSource.cpp Bug 1231213 - IPCStreamSource should not attempt to read from its stream if already closed. r=asuth 2019-08-15 17:26:05 +00:00
IPCStreamSource.h Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
IPCStreamUtils.cpp Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
IPCStreamUtils.h Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
IPDLParamTraits.h Bug 1470591 - Part 5: ForkServer to create new processes. r=gsvelto 2019-12-05 00:05:21 +00:00
MessageChannel.cpp Bug 1600605, add support for mediumhigh priority ipdl messages, r=jld 2019-12-13 22:38:15 +00:00
MessageChannel.h Bug 1602646 - Remove vestigial references to cooperative scheduling r=froydnj 2019-12-12 00:56:53 +00:00
MessageLink.cpp Bug 1597211 - Do not cast IPC message size to signed int. r=jld 2019-11-21 01:26:08 +00:00
MessageLink.h Bug 1540731 - Part 1: Manage actor object lifecycles within IPC, r=froydnj 2019-05-21 17:04:14 +00:00
MessagePump.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
MessagePump.h
MiniTransceiver.cpp Bug 1601794- Fix building errors with clang. r=gsvelto 2019-12-06 04:59:26 +00:00
MiniTransceiver.h Bug 1470591 - Part 4: MiniTransceiver to do single-tasking IPC. r=gsvelto 2019-12-05 00:04:53 +00:00
moz.build Bug 1470591 - Part 5: ForkServer to create new processes. r=gsvelto 2019-12-05 00:05:21 +00:00
Neutering.h
nsIIPCSerializableInputStream.h Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
PBackground.ipdl Bug 1563063 - Cross-process idle handling, r=farre 2019-09-24 14:33:57 +00:00
PBackgroundSharedTypes.ipdlh Bug 1580710: Expose functionality on the CSP Object to allow skipping the inline style checks. r=bzbarsky 2019-09-16 23:47:19 +00:00
PBackgroundTest.ipdl
PChildToParentStream.ipdl Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
PFileDescriptorSet.ipdl Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
PIdleScheduler.ipdl Bug 1563063 - Cross-process idle handling, r=farre 2019-09-24 14:33:57 +00:00
PInProcess.ipdl Bug 1570369 - Part 10: Use IPDL refcounted for PInProcess, r=farre 2019-08-08 16:46:44 +00:00
PParentToChildStream.ipdl Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
ProcessChild.cpp
ProcessChild.h
ProcessUtils_bsd.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
ProcessUtils_common.cpp Bug 1479960 - Get rid of base::SharedMemory::handle. r=froydnj 2019-08-14 22:48:22 +00:00
ProcessUtils_linux.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
ProcessUtils_mac.mm Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
ProcessUtils_none.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
ProcessUtils.h Bug 1479960 - Get rid of base::SharedMemory::handle. r=froydnj 2019-08-14 22:48:22 +00:00
ProtocolTypes.ipdlh
ProtocolUtils.cpp Bug 1597282 - Intermittent org.mozilla.geckoview.test.ZZAccessibilityTest.testAccessibilityFocus r=jld 2019-12-13 01:21:25 +00:00
ProtocolUtils.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
ScopedXREEmbed.cpp
ScopedXREEmbed.h
SharedMemory_posix.cpp Bug 1479960 - Add unit tests for shared memory freezing. r=froydnj 2019-08-14 22:48:52 +00:00
SharedMemory_windows.cpp Bug 1479960 - Add unit tests for shared memory freezing. r=froydnj 2019-08-14 22:48:52 +00:00
SharedMemory.cpp
SharedMemory.h Bug 1479960 - Add unit tests for shared memory freezing. r=froydnj 2019-08-14 22:48:52 +00:00
SharedMemoryBasic_android.cpp
SharedMemoryBasic_android.h
SharedMemoryBasic_chromium.h
SharedMemoryBasic_mach.h Bug 1567209 - CleanupForPid locking r=jld 2019-10-25 05:17:54 +00:00
SharedMemoryBasic_mach.mm Bug 1567209 - CleanupForPid locking r=jld 2019-10-25 05:17:54 +00:00
SharedMemoryBasic.h
Shmem.cpp
Shmem.h
StringUtil.cpp
TaskFactory.h
Transport_posix.cpp Bug 1577831 - remove using namespace std; from IPC glue code; r=jld 2019-08-31 00:00:12 +00:00
Transport_posix.h
Transport_win.cpp Bug 1577831 - remove using namespace std; from IPC glue code; r=jld 2019-08-31 00:00:12 +00:00
Transport_win.h
Transport.h
TransportSecurityInfoUtils.cpp Bug 1592083 - Convert certList to raw array for nsITransportSecurityInfo r=keeler,Ehsan,kershaw 2019-10-29 17:20:07 +00:00
TransportSecurityInfoUtils.h Bug 1592083 - Convert certList to raw array for nsITransportSecurityInfo r=keeler,Ehsan,kershaw 2019-10-29 17:20:07 +00:00
URIParams.ipdlh Bug 1561860 - Add rust-url based nsIURI implementation r=JuniorHsu 2019-12-11 20:17:53 +00:00
URIUtils.cpp Bug 1561860 - Add rust-url based nsIURI implementation r=JuniorHsu 2019-12-11 20:17:53 +00:00
URIUtils.h Bug 1547218 - Part 2: Stop special casing pointer types in ParamTraits specialization, r=froydnj 2019-05-21 17:04:39 +00:00
WindowsMessageLoop.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
WindowsMessageLoop.h