Force the single-process mode in Evolution and Geary
authorAlberto Garcia <berto@igalia.com>
Mon, 23 Nov 2020 17:43:07 +0000 (17:43 +0000)
committerAlberto Garcia <berto@igalia.com>
Mon, 23 Nov 2020 17:43:07 +0000 (17:43 +0000)
commit84af12868da9e0ad1564a8e67ae3c1724f4adae4
tree4f57ad708f232d1213cd11753aaba1bf2aaabf25
parent0a98f22e30ca58c551004e800c2cefa8709f97c2
Force the single-process mode in Evolution and Geary

Bug: https://bugs.webkit.org/show_bug.cgi?id=201033
Origin: https://mail.gnome.org/archives/distributor-list/2019-October/msg00000.html

Since WebKitGTK 2.26 the single-process mode is considered a security
risk and the process limiting APIs have been completely disabled.
This change is transparent for most applications, but Geary and
particularly Evolution (see upstream bug #587) are known to have
problems in multi-process mode. This has already been fixed in Geary
3.33.91 and in Evolution 3.34.1.

Although the API to set the single-process model is no longer
available, it is still possible to do it internally. This patch does
that for Evolution and Geary.

This is a temporary workaround and it is especially meant for stable
distributions and security updates, where patching or updating the
affected apps is not an option.
===================================================================

Gbp-Pq: Name force-single-process.patch
Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp