mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 552532 - Sync form data to mobile [r=Mardak]
Add the "Form" engine to the list of engines used on Fennec.
This commit is contained in:
parent
1ce05d4603
commit
6734a1e7b5
@ -346,7 +346,7 @@ WeaveSvc.prototype = {
|
||||
let engines = [];
|
||||
switch (Svc.AppInfo.ID) {
|
||||
case FENNEC_ID:
|
||||
engines = ["Bookmarks", "History", "Password", "Tab"];
|
||||
engines = ["Bookmarks", "Form", "History", "Password", "Tab"];
|
||||
break;
|
||||
|
||||
case FIREFOX_ID:
|
||||
|
Loading…
Reference in New Issue
Block a user