summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2017-01-29 09:51:22 +0100
committerPeter Hofmann <scm@uninformativ.de>2017-01-29 09:52:48 +0100
commit6511ae1bcbdff80e731e6e805599a6766b0f7917 (patch)
tree5db3adc665a9e252108605294c1f3f4a481108d4 /CHANGES
parent3f14d4223baebcb2bc9303915458462f62ffb401 (diff)
downloadlariza-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--CHANGES3
1 files changed, 3 insertions, 0 deletions
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