gecko-dev/ipc/glue
Nika Layzell 9c12bdf9af Bug 1633379 - Part 1: Move PInProcess into dom/ipc, r=kmag,Yoric
This moves it near the cross-process `PContent` actor, and makes it more clear
that this actor is only intended to be used for DOM things.

Differential Revision: https://phabricator.services.mozilla.com/D80581
2020-06-25 17:50:51 +00:00
..
BackgroundChild.h Bug 1603420 - PBackground for the Parent-Socket process bridge r=baku,jld 2020-03-03 16:14:19 +00:00
BackgroundChildImpl.cpp Bug 1636050 - PCacheStreamControl protocol is now refcounted r=dom-workers-and-storage-reviewers,sg 2020-06-09 12:58:44 +00:00
BackgroundChildImpl.h Bug 1636050 - PCacheStreamControl protocol is now refcounted r=dom-workers-and-storage-reviewers,sg 2020-06-09 12:58:44 +00:00
BackgroundImpl.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
BackgroundParent.h Bug 1603420 - PBackground for the Parent-Socket process bridge r=baku,jld 2020-03-03 16:14:19 +00:00
BackgroundParentImpl.cpp Bug 1636050 - PCacheStreamControl protocol is now refcounted r=dom-workers-and-storage-reviewers,sg 2020-06-09 12:58:44 +00:00
BackgroundParentImpl.h Bug 1636050 - PCacheStreamControl protocol is now refcounted r=dom-workers-and-storage-reviewers,sg 2020-06-09 12:58:44 +00:00
BackgroundUtils.cpp Bug 1641905 - ThirdPartyUtil::IsThirdPartyWindow for fission, r=dimi,necko-reviewers,dragana 2020-06-17 20:18:23 +00:00
BackgroundUtils.h Bug 1635399 - Function PrincipalInfoToPrincipal now returns Result<nsCOMPtr<nsIPrincipal>, nsresult> r=ckerschb 2020-05-12 19:02:05 +00:00
BrowserProcessSubThread.cpp
BrowserProcessSubThread.h
ByteBuf.h Bug 1592822 - Replace StyleVecU8 with ipc::ByteBuf. r=emilio 2020-01-22 20:18:40 +00:00
ByteBufUtils.h Bug 1592822 - Replace StyleVecU8 with ipc::ByteBuf. r=emilio 2020-01-22 20:18:40 +00:00
components.conf Bug 1620745 - Bring up fork server launcher at app-startup. r=gsvelto 2020-03-18 01:01:17 +00:00
CrashReporterClient.cpp Bug 1614933 - Gather content processes' crash annotations at exception time instead of using IPC; r=froydnj 2020-04-08 06:55:40 +00:00
CrashReporterClient.h Bug 1614933 - Gather content processes' crash annotations at exception time instead of using IPC; r=froydnj 2020-04-08 06:55:40 +00:00
CrashReporterHelper.h Bug 1614933 - Gather content processes' crash annotations at exception time instead of using IPC; r=froydnj 2020-04-08 06:55:40 +00:00
CrashReporterHost.cpp Bug 1614933 - Gather content processes' crash annotations at exception time instead of using IPC; r=froydnj 2020-04-08 06:55:40 +00:00
CrashReporterHost.h Bug 1614933 - Gather content processes' crash annotations at exception time instead of using IPC; r=froydnj 2020-04-08 06:55:40 +00:00
CrossProcessMutex_posix.cpp
CrossProcessMutex_unimplemented.cpp
CrossProcessMutex_windows.cpp
CrossProcessMutex.h Bug 1618165 - Provide BaseAutoLock and BaseAutoUnlock deduction guides for Mutex references. r=froydnj 2020-02-28 07:59:30 +00:00
CrossProcessSemaphore_posix.cpp
CrossProcessSemaphore_unimplemented.cpp
CrossProcessSemaphore_windows.cpp
CrossProcessSemaphore.h Bug 1477756 - Fix all webgl regression tests according to CI. r=handyman 2020-01-08 22:19:23 +00:00
EnvironmentMap.h
FileDescriptor.cpp Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj 2020-03-28 16:00:09 +00:00
FileDescriptor.h
FileDescriptorSetChild.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
FileDescriptorSetChild.h
FileDescriptorSetParent.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
FileDescriptorSetParent.h
FileDescriptorShuffle.cpp
FileDescriptorShuffle.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2020-01-09 21:50:11 +00:00
FileDescriptorUtils.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-05-25 07:42:38 +00:00
FileDescriptorUtils.h Bug 1639837 - make CloseFileRunnable use mozilla::Runnable; r=jld 2020-05-22 22:36:59 +00:00
ForkServer.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2020-01-09 21:50:11 +00:00
ForkServer.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2020-01-09 21:50:11 +00:00
ForkServiceChild.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=jgilbert 2020-04-05 13:34:58 +00:00
ForkServiceChild.h Bug 1609881 - Part 1: put the fork server behind a preference. r=gsvelto 2020-02-12 16:57:39 +00:00
GeckoChildProcessHost.cpp Bug 1642052 - Delete dead code. r=froydnj 2020-06-24 21:24:56 +00:00
GeckoChildProcessHost.h Bug 1630281 - Cache the executable's IAT for ntdll.dll before COM initialization. r=mhowell 2020-04-30 18:26:18 +00:00
IdleSchedulerChild.cpp Bug 1614933 - Gather content processes' crash annotations at exception time instead of using IPC; r=froydnj 2020-04-08 06:55:40 +00:00
IdleSchedulerChild.h
IdleSchedulerParent.cpp
IdleSchedulerParent.h
InputStreamParams.ipdlh Bug 1634436 - Make DecryptingInputStream implement nsIIPCSerializableInputStream. r=baku 2020-06-25 13:23:06 +00:00
InputStreamUtils.cpp Bug 1634436 - Make DecryptingInputStream implement nsIIPCSerializableInputStream. r=baku 2020-06-25 13:23:06 +00:00
InputStreamUtils.h
IOThreadChild.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in ipc. r=jld 2020-02-14 00:57:39 +00:00
IPCMessageUtils.cpp Bug 1622166 - Change variadic functions from the old recursive way using Fold expressions r=gerald,jld 2020-05-14 16:31:17 +00:00
IPCMessageUtils.h Bug 1637450 - Add Video Frame statistics to about:webrtc;r=bwc,webidl,smaug 2020-06-10 16:34:25 +00:00
IPCStream.ipdlh
IPCStreamAlloc.h
IPCStreamChild.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in ipc. r=jld 2020-02-14 00:57:39 +00:00
IPCStreamDestination.cpp Bug 1646933 - DelayedStartInputStream::AsyncWait is wrongly implemented, r=smaug 2020-06-21 20:53:54 +00:00
IPCStreamDestination.h
IPCStreamParent.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in ipc. r=jld 2020-02-14 00:57:39 +00:00
IPCStreamSource.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
IPCStreamSource.h
IPCStreamUtils.cpp
IPCStreamUtils.h Bug 1629315 - Replace MOZ_MUST_USE with [[nodiscard]] in ipc. r=jld 2020-04-16 22:14:21 +00:00
IPDLParamTraits.h Bug 1633379 - Part 1: Move PInProcess into dom/ipc, r=kmag,Yoric 2020-06-25 17:50:51 +00:00
LibrarySandboxPreload.cpp Bug 1626174 - Enable use of wasm sandboxed libOgg in the OggDemuxer in linux, mac, try servers r=padenot,erahm,dmajor,firefox-build-system-reviewers 2020-04-22 11:16:10 +00:00
LibrarySandboxPreload.h Bug 1626174 - Enable use of wasm sandboxed libOgg in the OggDemuxer in linux, mac, try servers r=padenot,erahm,dmajor,firefox-build-system-reviewers 2020-04-22 11:16:10 +00:00
MessageChannel.cpp Bug 1647761 - Part 1: Remove outdated terminology from ipc/, r=mccr8 2020-06-23 17:03:04 +00:00
MessageChannel.h Bug 1647761 - Part 1: Remove outdated terminology from ipc/, r=mccr8 2020-06-23 17:03:04 +00:00
MessageLink.cpp Bug 1090374 - Convert MessageChannel::mLink to a UniquePtr. r=froydnj 2020-06-16 22:33:55 +00:00
MessageLink.h Bug 1090374 - Convert MessageChannel::mLink to a UniquePtr. r=froydnj 2020-06-16 22:33:55 +00:00
MessagePump.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in ipc. r=jld 2020-02-14 00:57:39 +00:00
MessagePump.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in ipc. r=jld 2020-02-14 00:57:39 +00:00
MiniTransceiver.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2020-01-09 21:50:11 +00:00
MiniTransceiver.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2020-01-09 21:50:11 +00:00
moz.build Bug 1633379 - Part 1: Move PInProcess into dom/ipc, r=kmag,Yoric 2020-06-25 17:50:51 +00:00
Neutering.h
nsIIPCSerializableInputStream.h
PBackground.ipdl Bug 1623380 - Send ODA directly to content process r=dragana 2020-05-07 14:39:21 +00:00
PBackgroundSharedTypes.ipdlh Bug 1627859 - De-duplicate ContentSecurityPolicy IPDL structs. r=ckerschb 2020-04-10 22:14:16 +00:00
PBackgroundTest.ipdl
PChildToParentStream.ipdl
PFileDescriptorSet.ipdl
PIdleScheduler.ipdl
PParentToChildStream.ipdl
ProcessChild.cpp Bug 1633791 part 1: Add ability to notify the child processes of an impending shutdown. r=nika 2020-05-22 18:21:59 +00:00
ProcessChild.h Bug 1633791 part 1: Add ability to notify the child processes of an impending shutdown. r=nika 2020-05-22 18:21:59 +00:00
ProcessUtils_bsd.cpp
ProcessUtils_common.cpp
ProcessUtils_linux.cpp
ProcessUtils_mac.mm
ProcessUtils_none.cpp
ProcessUtils.h
ProtocolTypes.ipdlh
ProtocolUtils.cpp Bug 1647133 - P5. Make IProtocol use nsISerialEventTarget. r=nika 2020-06-22 14:24:48 +00:00
ProtocolUtils.h Bug 1647133 - P5. Make IProtocol use nsISerialEventTarget. r=nika 2020-06-22 14:24:48 +00:00
ScopedXREEmbed.cpp
ScopedXREEmbed.h
SharedMemory_posix.cpp
SharedMemory_windows.cpp
SharedMemory.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in ipc. r=jld 2020-02-14 00:57:39 +00:00
SharedMemory.h Bug 1629315 - Replace MOZ_MUST_USE with [[nodiscard]] in ipc. r=jld 2020-04-16 22:14:21 +00:00
SharedMemoryBasic_android.cpp Bug 1598068 - Add ashmem abstraction to mozglue and use it everywhere r=glandium,jld 2020-03-06 19:04:49 +00:00
SharedMemoryBasic_android.h
SharedMemoryBasic_chromium.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in ipc. r=jld 2020-02-14 00:57:39 +00:00
SharedMemoryBasic_mach.h
SharedMemoryBasic_mach.mm
SharedMemoryBasic.h
Shmem.cpp Bug 1642738, part 1 - Make the non-reply MessageChannel Send messages take a UniquePtr. r=froydnj 2020-06-02 21:25:27 +00:00
Shmem.h Bug 1642738, part 1 - Make the non-reply MessageChannel Send messages take a UniquePtr. r=froydnj 2020-06-02 21:25:27 +00:00
StringUtil.cpp
TaintingIPCUtils.h Bug 1610017 - Actually taint data when tainted is specified for IPC methods r=nika 2020-02-21 17:24:17 +00:00
TaskFactory.h Bug 1609996 - Remove mozilla/Move.h. r=froydnj 2020-01-20 16:18:20 +00:00
Transport_posix.cpp
Transport_posix.h
Transport_win.cpp
Transport_win.h
Transport.h
TransportSecurityInfoUtils.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
TransportSecurityInfoUtils.h
URIParams.ipdlh
URIUtils.cpp
URIUtils.h
WindowsMessageLoop.cpp Bug 1632583: Only register taskbar button creation message in the parent process. r=aklotz 2020-05-05 16:11:44 +00:00
WindowsMessageLoop.h Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00