From 6511ae1bcbdff80e731e6e805599a6766b0f7917 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Sun, 29 Jan 2017 09:51:22 +0100 Subject: Switch to multi-process model I think this is a good thing to do in any case. One crashed tab/window should no longer be able to crash all other tabs as well. CC #28: This change also appears to be a workaround for scenario number two (`Alt+e` can crash WebKit/lariza). --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 3a3c66d..175205c 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,9 @@ next - The "search prefix" has been changed from "/" to ":/". This means, in order to search for text in a web page, you now have to enter something like ":/your search term" into the input box. + - Lariza now uses WebKit's multi-process model. This means that (most) + tabs run as independent processes. If one tab crashes, it should not + affect the others. [Added] - An external user-supplied program can be called for the current URI -- cgit v1.2.3