diff options
Diffstat (limited to '290')
-rw-r--r-- | 290/index.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/290/index.md b/290/index.md new file mode 100644 index 0000000..1403fd2 --- /dev/null +++ b/290/index.md @@ -0,0 +1,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.
\ No newline at end of file |