From 8b59fc7ee7bbba7f1e70d972cf2eca8040b03c56 Mon Sep 17 00:00:00 2001 From: skierpage Date: Sun, 10 Nov 2013 18:19:31 -0800 Subject: [PATCH 1/3] Update chrome.manifest Add chrome://navigator/content/navigator.xul per https://developer.mozilla.org/en-US/docs/Extensions_support_in_SeaMonkey_2#Differences_as_compared_to_other_toolkit.2F-based_applications --- chrome.manifest | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome.manifest b/chrome.manifest index 4829444..f7057c3 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -1,5 +1,6 @@ content tiddlyfox content/ overlay chrome://browser/content/browser.xul chrome://tiddlyfox/content/overlay.xul +overlay chrome://navigator/content/navigator.xul chrome://tiddlyfox/content/overlay.xul locale tiddlyfox en-US locale/en-US/ From 5f49518972ed0218598b3a86113b3357ab2f90cc Mon Sep 17 00:00:00 2001 From: skierpage Date: Sun, 10 Nov 2013 18:21:42 -0800 Subject: [PATCH 2/3] Update install.rdf Add SeaMonkey target, per https://developer.mozilla.org/en-US/docs/Extensions_support_in_SeaMonkey_2#The_Basics --- install.rdf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/install.rdf b/install.rdf index 2300f46..7d9231b 100644 --- a/install.rdf +++ b/install.rdf @@ -31,7 +31,15 @@ 15.* - + + + + {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} + 2.0 + 2.27.* + + + From a607c24bf2a197eaa86bc86c790479eb337ce0c7 Mon Sep 17 00:00:00 2001 From: skierpage Date: Sun, 10 Nov 2013 18:35:37 -0800 Subject: [PATCH 3/3] Update overlay.xul Per https://developer.mozilla.org/en-US/docs/Extensions_support_in_SeaMonkey_2 , SeaMonkey uses taskPopup instead of menu_ToolsPopup , so add a stanza with the former (I don't know if you can mention two ids for one menuitem). This makes Tools menu show a red[1] TiddlyFox! [1] To quote skin/overlay.css, "This is just an example. You shouldn't do this." :-) --- content/overlay.xul | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/overlay.xul b/content/overlay.xul index dd3c693..8666f42 100644 --- a/content/overlay.xul +++ b/content/overlay.xul @@ -9,4 +9,9 @@ + + + +