mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 484982 - Weave should support SeaMonkey. r=thunder, r=Mardak
Add seamonkey bits for manifest/install. Start with Form, History, Password engines.. No places bookmarks and tabs seem to have issues applying(?)
This commit is contained in:
parent
e55cf3a52a
commit
8d61cb76a8
@ -394,6 +394,10 @@ WeaveSvc.prototype = {
|
||||
engines = ["Bookmarks", "Form", "History", "Password", "Tab"];
|
||||
break;
|
||||
|
||||
case "SeaMonkey":
|
||||
engines = ["Form", "History", "Password"];
|
||||
break;
|
||||
|
||||
case "Thunderbird":
|
||||
engines = ["Cookie", "Password"];
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user