[PATCH 0/3] Seamonkey 2.x support

5 views
Skip to first unread message

Marcin Cieslak

unread,
Oct 25, 2010, 7:35:55 PM10/25/10
to moz-ho...@googlegroups.com, Marcin Cieslak
Attached set of patched adds a crude but
seemingly working support for the Seamonkey browser.

A patched version should work on Firefox, too.

Marcin Cieslak (3):
Add Seamonkey
navigator.xul for seamonkey compatibility
seamonkey compatibility, fix small JavaScript warnings

chrome.manifest | 9 ++++-----
chrome/content/browser-overlay.js | 9 +++++++--
chrome/content/jquery.js | 7 +++++--
install.rdf | 8 ++++++++
4 files changed, 24 insertions(+), 9 deletions(-)

Marcin Cieslak

unread,
Oct 25, 2010, 7:35:56 PM10/25/10
to moz-ho...@googlegroups.com, Marcin Cieslak

Signed-off-by: Marcin Cieslak <sa...@saper.info>
---
install.rdf | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/install.rdf b/install.rdf
index b427133..0f7beb1 100644
--- a/install.rdf
+++ b/install.rdf
@@ -17,6 +17,14 @@
<em:maxVersion>4.0b6</em:maxVersion>
</Description>
</em:targetApplication>
+ <!-- SeaMonkey -->
+ <em:targetApplication>
+ <Description>
+ <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
+ <em:minVersion>2.0</em:minVersion>
+ <em:maxVersion>2.1.*</em:maxVersion>
+ </Description>
+ </em:targetApplication>

<!-- Front End MetaData -->
<em:name>hOCR editor</em:name>
--
1.7.0.4

Marcin Cieslak

unread,
Oct 25, 2010, 7:35:57 PM10/25/10
to moz-ho...@googlegroups.com, Marcin Cieslak

Signed-off-by: Marcin Cieslak <sa...@saper.info>
---
chrome.manifest | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/chrome.manifest b/chrome.manifest
index eb0a9ef..1c0e851 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -1,5 +1,6 @@
content hocr-edit chrome/content/
overlay chrome://browser/content/browser.xul chrome://hocr-edit/content/browser-overlay.xul
+overlay chrome://browser/content/navigator.xul chrome://hocr-edit/content/browser-overlay.xul

locale hocr-edit en-US chrome/locale/en-US/

--
1.7.0.4

Reply all
Reply to author
Forward
0 new messages