зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
f6367261d8
Коммит
963c9803ae
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче