diff options
author | Peter Hofmann <scm@uninformativ.de> | 2017-01-29 09:51:22 +0100 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2017-01-29 09:52:48 +0100 |
commit | 6511ae1bcbdff80e731e6e805599a6766b0f7917 (patch) | |
tree | 5db3adc665a9e252108605294c1f3f4a481108d4 /CHANGES | |
parent | 3f14d4223baebcb2bc9303915458462f62ffb401 (diff) | |
download | lariza-6511ae1bcbdff80e731e6e805599a6766b0f7917.tar.gz |
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).
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |