aboutsummaryrefslogtreecommitdiff
path: root/290
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /290
Initial versionHEADmain
Diffstat (limited to '290')
-rw-r--r--290/index.md18
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