Closed
Bug 471607
Opened 17 years ago
Closed 17 years ago
add SeaMonkey specific sections to mozmill's install.rdf and chrome.manifest
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adriank, Unassigned)
References
Details
To enable MozMill as an extension in SeaMonkey we need:
the SeaMonkey section in install.rdf:
<em:targetApplication>
<!-- SeaMonkey -->
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0a1</em:minVersion>
<em:maxVersion>2.0a3pre</em:maxVersion>
</Description>
</em:targetApplication>
and an overlay in chrome.manifest (SeaMonkey needs exactly the same one like Thunderbird):
overlay chrome://navigator/content/navigatorOverlay.xul chrome://mozmill/content/overlay_tb.xul
Comment 1•17 years ago
|
||
Fixed in r256.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•