mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
d85686cb70
Get/save sync service password in the password manager (ui missing). Fix a bug in the reconciler that prevented it from returning any conflicts. Other misc cleanup.
6 lines
217 B
JavaScript
6 lines
217 B
JavaScript
pref("browser.places.sync.serverURL", "http://dotmoz.mozilla.org/");
|
|
pref("browser.places.sync.username", "nobody@mozilla.com");
|
|
pref("extensions.sync.lastversion", "firstrun");
|
|
pref("extensions.sync.lastsync", "");
|
|
|