gecko-dev/ipc/glue
smolnar aad7ba8a33 Backed out 2 changesets (bug 1777198) for causing leakcheck failures. CLOSED TREE
Backed out changeset 1bf944a0828d (bug 1777198)
Backed out changeset 05afbf32acea (bug 1777198)
2022-07-18 15:54:46 +03:00
..
test Bug 1771416 - Disable utility audio tests on Android Isolated Process r=alwu 2022-05-27 19:08:48 +00:00
AsyncBlockers.h Bug 1755316 - Improve AsyncBlockers with ThreadSafety guards and simplifications r=nika 2022-04-07 10:04:51 +00:00
BackgroundChild.h Bug 1738734 - Directly pass around handles rather than using TransportDescriptor, r=jld,media-playback-reviewers,alwu 2022-02-08 23:53:45 +00:00
BackgroundChildImpl.cpp Bug 1775148 - Cleanup ipc/ includes r=sylvestre 2022-06-23 15:49:57 +00:00
BackgroundChildImpl.h Bug 1775148 - Cleanup ipc/ includes r=sylvestre 2022-06-23 15:49:57 +00:00
BackgroundImpl.cpp Bug 1738734 - Directly pass around handles rather than using TransportDescriptor, r=jld,media-playback-reviewers,alwu 2022-02-08 23:53:45 +00:00
BackgroundParent.h Bug 1738734 - Directly pass around handles rather than using TransportDescriptor, r=jld,media-playback-reviewers,alwu 2022-02-08 23:53:45 +00:00
BackgroundParentImpl.cpp Bug 696976 - asynchronously handle client auth certificate requests from TLS servers r=necko-reviewers,ipc-reviewers,nika,kershaw,rmf 2022-06-29 16:29:28 +00:00
BackgroundParentImpl.h Bug 696976 - asynchronously handle client auth certificate requests from TLS servers r=necko-reviewers,ipc-reviewers,nika,kershaw,rmf 2022-06-29 16:29:28 +00:00
BackgroundStarterChild.h Bug 1749744 - Handle re-creating PBackgroundStarter, r=handyman,kershaw 2022-01-13 23:58:46 +00:00
BackgroundStarterParent.h Bug 1737828 - Avoid the main thread when starting PBackground, r=asuth,ipc-reviewers,necko-reviewers,kershaw,handyman 2022-01-10 20:09:14 +00:00
BackgroundUtils.cpp Bug 1768193 - Part 1: Use maybe to hold mIsThirdPartyContextToTopWindow in LoadInfo. r=anti-tracking-reviewers,necko-reviewers,bvandersloot,kershaw 2022-05-24 08:17:28 +00:00
BackgroundUtils.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
BrowserProcessSubThread.cpp
BrowserProcessSubThread.h Bug 1760357 - Part 4: Add straightforward annotations to IPC types, r=jesup 2022-03-22 14:59:41 +00:00
ByteBuf.h
ByteBufUtils.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
CrashReporterClient.cpp
CrashReporterClient.h Bug 1760357 - Part 4: Add straightforward annotations to IPC types, r=jesup 2022-03-22 14:59:41 +00:00
CrashReporterHelper.h Bug 1766561 - Adapt formatting to the difference in ProcessId type across platforms. r=nika,necko-reviewers,kershaw 2022-05-03 20:49:04 +00:00
CrashReporterHost.cpp Bug 1726804 - Refactor PROCESS_TYPE_* from nsICrashService r=gsvelto 2021-11-19 14:02:56 +00:00
CrashReporterHost.h Bug 1764867 - Simplify paired minidump generation r=KrisWright 2022-04-25 13:09:41 +00:00
CrossProcessMutex.h Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
CrossProcessMutex_posix.cpp Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
CrossProcessMutex_unimplemented.cpp Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
CrossProcessMutex_windows.cpp Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
CrossProcessSemaphore.h Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
CrossProcessSemaphore_posix.cpp Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
CrossProcessSemaphore_unimplemented.cpp Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
CrossProcessSemaphore_windows.cpp Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
DataPipe.cpp Bug 1777181 - Use cancelable runnables for DataPipe notifications, r=asuth 2022-06-30 00:44:06 +00:00
DataPipe.h Bug 1760357 - Part 2: Add thread safety annotations to DataPipe, r=jesup 2022-03-22 14:59:40 +00:00
Endpoint.cpp Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
Endpoint.h Bug 1771234 - Make it easier to use a specific serial event target when binding an actor, r=ipc-reviewers,mccr8 2022-06-01 14:35:16 +00:00
EnumSerializer.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
EnvironmentMap.h
FileDescriptor.cpp Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
FileDescriptor.h Bug 1732343 - Part 4: Use attached handles for Windows FileDescriptor serialization, r=handyman 2021-11-09 14:17:33 +00:00
FileDescriptorShuffle.cpp
FileDescriptorShuffle.h
FileDescriptorUtils.cpp
FileDescriptorUtils.h
ForkServer.cpp Bug 1768476 - Part 1: Consistently pass IPC::Message around by UniquePtr, r=ipc-reviewers,mccr8 2022-05-10 21:37:25 +00:00
ForkServer.h Bug 1768476 - Part 1: Consistently pass IPC::Message around by UniquePtr, r=ipc-reviewers,mccr8 2022-05-10 21:37:25 +00:00
ForkServiceChild.cpp Bug 1768476 - Part 1: Consistently pass IPC::Message around by UniquePtr, r=ipc-reviewers,mccr8 2022-05-10 21:37:25 +00:00
ForkServiceChild.h Bug 1768476 - Part 1: Consistently pass IPC::Message around by UniquePtr, r=ipc-reviewers,mccr8 2022-05-10 21:37:25 +00:00
GeckoChildProcessHost.cpp Bug 1777910 - Adjust Mesa environment variables for change/deprecation in 22.1. r=gcp 2022-07-06 21:20:06 +00:00
GeckoChildProcessHost.h Merge autoland to mozilla-central. a=merge 2022-05-11 12:41:39 +03:00
IOThreadChild.h
IPCCore.h
IPCMessageUtils.cpp
IPCMessageUtils.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
IPCMessageUtilsSpecializations.cpp Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
IPCMessageUtilsSpecializations.h Bug 1519636 - Reformat recent changes to the Google coding style. r=media-playback-reviewers,alwu 2022-07-14 08:10:07 +00:00
IPCStream.ipdlh Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:13 +00:00
IPCStreamUtils.cpp Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:13 +00:00
IPCStreamUtils.h Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:13 +00:00
IPCTypes.h
IPDLParamTraits.h Bug 1754037 - Part 4: Implement IPDLParamTraits in terms of ParamTraits, r=ipc-reviewers,mccr8 2022-03-04 15:39:41 +00:00
IdleSchedulerChild.cpp Bug 1778621 - Re-enable the GC_WAIT_FOR_IDLE_* telemetry r=smaug 2022-07-13 00:46:10 +00:00
IdleSchedulerChild.h
IdleSchedulerParent.cpp Bug 1778621 - Re-enable the GC_WAIT_FOR_IDLE_* telemetry r=smaug 2022-07-13 00:46:10 +00:00
IdleSchedulerParent.h Bug 1778621 - Re-enable the GC_WAIT_FOR_IDLE_* telemetry r=smaug 2022-07-13 00:46:10 +00:00
InputStreamParams.ipdlh Bug 1754004 - Part 3: Move RemoteLazyInputStream to its own toplevel protocol, r=asuth,necko-reviewers,dragana 2022-05-13 14:16:10 +00:00
InputStreamUtils.cpp Bug 1514936, part 2 - Drop the outer arguments from static components. r=xpcom-reviewers,nika 2022-05-17 20:24:19 +00:00
InputStreamUtils.h Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:13 +00:00
LibrarySandboxPreload.cpp
LibrarySandboxPreload.h
MessageChannel.cpp Bug 1775112 - Remove obsolete MessageChannel::Begin/StopPostponingSends feature. r=ipc-reviewers,nika 2022-06-21 06:18:31 +00:00
MessageChannel.h Bug 1775112 - Remove obsolete MessageChannel::Begin/StopPostponingSends feature. r=ipc-reviewers,nika 2022-06-21 06:18:31 +00:00
MessageLink.cpp Bug 1768476 - Part 1: Consistently pass IPC::Message around by UniquePtr, r=ipc-reviewers,mccr8 2022-05-10 21:37:25 +00:00
MessageLink.h Bug 1756778 - Integrate top-level IPC fuzzing. r=nika 2022-05-05 15:39:24 +00:00
MessagePump.cpp Bug 1738103 - Part 4: Add XPCOM support for shutdown tasks, r=necko-reviewers,KrisWright 2022-03-23 22:22:04 +00:00
MessagePump.h Bug 1738103 - Part 4: Add XPCOM support for shutdown tasks, r=necko-reviewers,KrisWright 2022-03-23 22:22:04 +00:00
MiniTransceiver.cpp Bug 1768476 - Part 1: Consistently pass IPC::Message around by UniquePtr, r=ipc-reviewers,mccr8 2022-05-10 21:37:25 +00:00
MiniTransceiver.h Bug 1768476 - Part 1: Consistently pass IPC::Message around by UniquePtr, r=ipc-reviewers,mccr8 2022-05-10 21:37:25 +00:00
Neutering.h
NodeChannel.cpp Bug 1768476 - Part 1: Consistently pass IPC::Message around by UniquePtr, r=ipc-reviewers,mccr8 2022-05-10 21:37:25 +00:00
NodeChannel.h Bug 1768476 - Part 1: Consistently pass IPC::Message around by UniquePtr, r=ipc-reviewers,mccr8 2022-05-10 21:37:25 +00:00
NodeController.cpp Bug 1756778 - Integrate top-level IPC fuzzing. r=nika 2022-05-05 15:39:24 +00:00
NodeController.h Bug 1734735 - Part 4: Support relaying mach ports via the parent process, r=handyman,mstange 2021-11-23 16:15:21 +00:00
PBackground.ipdl Bug 696976 - asynchronously handle client auth certificate requests from TLS servers r=necko-reviewers,ipc-reviewers,nika,kershaw,rmf 2022-06-29 16:29:28 +00:00
PBackgroundSharedTypes.ipdlh
PBackgroundStarter.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PBackgroundTest.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PIdleScheduler.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PUtilityAudioDecoder.ipdl Backed out 8 changesets (bug 1754239, bug 1766308, bug 1766307, bug 1766310) for causing build bustages on UtilityAudioDecoderParent.cpp CLOSED TREE 2022-07-14 04:03:19 +03:00
PUtilityProcess.ipdl Bug 1755316 - Introduce PUtilityAudioDecoder as a UtilityProcess user r=alwu,nika 2022-04-07 10:04:51 +00:00
ProcessChild.cpp Backed out 2 changesets (bug 1777198) for causing leakcheck failures. CLOSED TREE 2022-07-18 15:54:46 +03:00
ProcessChild.h Bug 1755376: Rename receiving NotifyImpendingShutdown to distinguish send and receive case. r=ipc-reviewers,mccr8 2022-02-23 15:45:24 +00:00
ProcessUtils.h Bug 1752332: Remove the shouldSanitizeFunction member r=KrisWright 2022-04-27 12:57:38 +00:00
ProcessUtils_bsd.cpp
ProcessUtils_common.cpp Bug 1752332: Remove the shouldSanitizeFunction member r=KrisWright 2022-04-27 12:57:38 +00:00
ProcessUtils_linux.cpp
ProcessUtils_mac.mm Bug 1770241 - Move SetThisProcessName() to avoid risky GetCurrentProcess() r=haik 2022-05-25 20:59:32 +00:00
ProcessUtils_none.cpp
ProtocolMessageUtils.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
ProtocolTypes.ipdlh
ProtocolUtils.cpp Bug 1777656: Delete mozilla::ipc::SharedMemory::SharedMemorytype. r=nika,media-playback-reviewers,padenot 2022-07-05 20:08:31 +00:00
ProtocolUtils.h Bug 1777656: Delete mozilla::ipc::SharedMemory::SharedMemorytype. r=nika,media-playback-reviewers,padenot 2022-07-05 20:08:31 +00:00
ProtocolUtilsFwd.h
ScopedPort.cpp Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
ScopedPort.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
ScopedXREEmbed.cpp
ScopedXREEmbed.h
SerializedStructuredCloneBuffer.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
SharedMemory.cpp
SharedMemory.h Bug 1777656: Delete mozilla::ipc::SharedMemory::SharedMemorytype. r=nika,media-playback-reviewers,padenot 2022-07-05 20:08:31 +00:00
SharedMemoryBasic.h
SharedMemoryBasic_android.cpp Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
SharedMemoryBasic_android.h Bug 1777656: Delete mozilla::ipc::SharedMemory::SharedMemorytype. r=nika,media-playback-reviewers,padenot 2022-07-05 20:08:31 +00:00
SharedMemoryBasic_chromium.h Bug 1777656: Delete mozilla::ipc::SharedMemory::SharedMemorytype. r=nika,media-playback-reviewers,padenot 2022-07-05 20:08:31 +00:00
SharedMemoryBasic_mach.h Bug 1777656: Delete mozilla::ipc::SharedMemory::SharedMemorytype. r=nika,media-playback-reviewers,padenot 2022-07-05 20:08:31 +00:00
SharedMemoryBasic_mach.mm Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
SharedMemory_posix.cpp
SharedMemory_windows.cpp
Shmem.cpp Bug 1777656: Delete mozilla::ipc::SharedMemory::SharedMemorytype. r=nika,media-playback-reviewers,padenot 2022-07-05 20:08:31 +00:00
Shmem.h Bug 1777656: Delete mozilla::ipc::SharedMemory::SharedMemorytype. r=nika,media-playback-reviewers,padenot 2022-07-05 20:08:31 +00:00
ShmemMessageUtils.h Backed out changeset 0d23532d6a49 (bug 1757802) as requested by dev. CLOSED TREE 2022-04-22 23:20:08 +03:00
StringUtil.cpp
TaintingIPCUtils.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
TaskFactory.h
ToplevelActorHolder.h Bug 1768050: Test request handler. r=jesup 2022-07-07 09:08:58 +00:00
TransportSecurityInfoUtils.cpp Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
TransportSecurityInfoUtils.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
URIParams.ipdlh
URIUtils.cpp
URIUtils.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
UtilityAudioDecoderChild.cpp Backed out 8 changesets (bug 1754239, bug 1766308, bug 1766307, bug 1766310) for causing build bustages on UtilityAudioDecoderParent.cpp CLOSED TREE 2022-07-14 04:03:19 +03:00
UtilityAudioDecoderChild.h Backed out 8 changesets (bug 1754239, bug 1766308, bug 1766307, bug 1766310) for causing build bustages on UtilityAudioDecoderParent.cpp CLOSED TREE 2022-07-14 04:03:19 +03:00
UtilityAudioDecoderParent.cpp Bug 1767930 - Enable Utility AudioDecoder for Android r=jolin 2022-05-26 23:00:07 +00:00
UtilityAudioDecoderParent.h Bug 1755316 - Introduce PUtilityAudioDecoder as a UtilityProcess user r=alwu,nika 2022-04-07 10:04:51 +00:00
UtilityProcessChild.cpp Bug 1770241 - Move SetThisProcessName() to avoid risky GetCurrentProcess() r=haik 2022-05-25 20:59:32 +00:00
UtilityProcessChild.h Bug 1755316 - Perform audio decoding on PUtilityAudioDecoder r=alwu,nika,jld,bobowen,haik 2022-04-07 10:04:51 +00:00
UtilityProcessHost.cpp Bug 1752332: Remove the shouldSanitizeFunction member r=KrisWright 2022-04-27 12:57:38 +00:00
UtilityProcessHost.h Bug 1766377 - Fix some sign-compare warnings by using ProcessId more consistently. r=nika,necko-reviewers,kershaw 2022-04-27 07:45:19 +00:00
UtilityProcessImpl.cpp Bug 1769033 - Add OpenBSD sandboxing support r=gaston 2022-05-20 08:25:04 +00:00
UtilityProcessImpl.h Bug 1755316 - Introduce PUtilityAudioDecoder as a UtilityProcess user r=alwu,nika 2022-04-07 10:04:51 +00:00
UtilityProcessManager.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi,media-playback-reviewers,necko-reviewers,padenot,dragana 2022-06-07 12:32:55 +00:00
UtilityProcessManager.h Bug 1761054 - Add Utility Processes with proper classification in about:processes r=nika,fluent-reviewers,flod,florian 2022-04-14 16:22:21 +00:00
UtilityProcessParent.cpp Bug 1768696 - Unregister correct memory reporter on UtilityProcessParent r=nika 2022-05-11 22:52:25 +00:00
UtilityProcessParent.h Bug 1753424 - Remove unused UtilityProcessParent and UtilityProcessManager code r=nika 2022-03-26 19:46:42 +00:00
UtilityProcessSandboxing.h Bug 1755316 - Introduce PUtilityAudioDecoder as a UtilityProcess user r=alwu,nika 2022-04-07 10:04:51 +00:00
WindowsMessageLoop.cpp Bug 1766561 - Use %p for pointer types. r=gfx-reviewers,rkraesig,nika,jrmuizel 2022-05-03 20:49:06 +00:00
WindowsMessageLoop.h
components.conf
moz.build Bug 1768050: Test request handler. r=jesup 2022-07-07 09:08:58 +00:00
nsIIPCSerializableInputStream.h Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:13 +00:00