gecko-dev/ipc
Gabriele Svelto ff9bbb3d27 Bug 1678152 - Catch all stack overflows on Linux r=jld
This patch adds a library that contains an interposer function for
pthread_create(). The interposer will setup an alternate signal stack to
handle crashes - thus enabling us to catch stack overflows - and then call the
real pthread_create() function. Since the interposer needs to appear in the
linker's search order before libpthread we manually link it into firefox,
plugin-container and xpcshell's executables ASAP.

Differential Revision: https://phabricator.services.mozilla.com/D132736
2022-01-28 07:29:26 +00:00
..
app Bug 1678152 - Catch all stack overflows on Linux r=jld 2022-01-28 07:29:26 +00:00
chromium Bug 1751047 - Remove support for intr messages from IPC, r=ipc-reviewers,mccr8 2022-01-27 16:42:13 +00:00
contentproc Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
docs Bug 1751229 - Add Utility into Process Model doc r=nika 2022-01-25 23:47:13 +00:00
glue Bug 1751047 - Remove support for intr messages from IPC, r=ipc-reviewers,mccr8 2022-01-27 16:42:13 +00:00
gtest Bug 1732343 - Part 5: Use attached handles for Windows SharedMemory serialization, r=handyman 2021-11-09 14:17:33 +00:00
ipdl Bug 1751047 - Remove support for intr messages from IPC, r=ipc-reviewers,mccr8 2022-01-27 16:42:13 +00:00
mscom Bug 1736742 part 2: Provide ability to register a COM handler inside an MSIX container. r=nalexander,jmathies 2021-11-05 06:25:45 +00:00
testshell Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
moz.build Bug 1696382: Add IPC in-tree docs r=nika,gerard-majax,ipc-reviewers 2022-01-13 00:10:20 +00:00
pull-chromium.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00