added preferences pane to main pref dialog and wired everything up (except the password bit)

added autoconnect pref and actions
removing sync-engine.js as it doesn't look like we're using it anymore
This commit is contained in:
cbeard@h-135.office.mozilla.org 2007-09-26 12:08:53 -07:00
parent c8e241c737
commit afd2a6c01f

View File

@ -2,4 +2,5 @@ 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", "");
pref("extensions.sync.remember", false);