blob: 1403fd20e07829eab9651623349c8d81c7771bfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Title: Reload the current page on SIGUSR1 signal
Author: rodarima
Created: Fri, 25 Oct 2024 16:50:24 +0000
State: closed
Fixes: https://github.com/dillo-browser/dillo/issues/255
Known limitations: External CSS and images are not fetched again, refetching them again causes issues.
--%--
From: rodarima
Date: Fri, 25 Oct 2024 17:41:16 +0000
This only operates on the first tab, even if it is out of focus. Once the first tab is closed, reloading via the signal causes a crash.
We will need to operate only on the "current" tab. If we have multiple windows, I assume we either reload the current tab on all windows, or just one of them.
Let's reload all of them for now.
|