aboutsummaryrefslogtreecommitdiff
path: root/TODOS.org
diff options
context:
space:
mode:
authorjahoti <jahoti@tilde.team>2021-06-23 01:38:07 +0000
committerjahoti <jahoti@tilde.team>2021-06-23 01:38:07 +0000
commitc744eb0ef712cb8391b5092c988a200fd1c0a192 (patch)
tree919469c046cb7280f1c771f0ca375a4237429eac /TODOS.org
parentcad85119a1946db08a3529c360376445a5302659 (diff)
downloadbrowser-extension-c744eb0ef712cb8391b5092c988a200fd1c0a192.tar.gz
browser-extension-c744eb0ef712cb8391b5092c988a200fd1c0a192.zip
Fix storage initialization on Icecat 60
This patch fixes storage initialization on Gecko browsers by switching from using a background page to using a list of scripts. It remains a mystery why that should have any effect; the only hint is that browser.runtime.onInstalled does not fire when called from a script loaded in a background page. Signed-off-by: jahoti <jahoti@tilde.team>
Diffstat (limited to 'TODOS.org')
-rw-r--r--TODOS.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODOS.org b/TODOS.org
index 026bf79..0885342 100644
--- a/TODOS.org
+++ b/TODOS.org
@@ -46,10 +46,10 @@ TODO:
fetch those scripts
- make extension's all html files proper XHTML
- split options_main.js into several smaller files
-- find out what causes storage sometimes not to get initialized under IceCat 60
- validate settings data on import
DONE:
+- find out what causes storage sometimes not to get initialized under IceCat 60 -- DONE? 2021-06-23
- make it possible to export page settings in some format -- DONE 2021-06-19
- make it possible to use wildcard urls in settings -- DONE 2021-05-14
- port to gecko-based browsers -- DONE 2021-05-13