canmove, Confirmed users
725
edits
(documented clients.commands) |
(→prefs) |
||
Line 141: | Line 141: | ||
<b>passwordField</b> <i>string</i>: HTML field name of the password | <b>passwordField</b> <i>string</i>: HTML field name of the password | ||
== prefs == | == prefs (engine version 1) == | ||
Some preferences used by Firefox will be synced to other clients. There is only one record for preferences with a GUID "preferences". Custom preferences can be synced such as [[Labs/Weave/Developer/HowToSynchronizeAddOnPrefs|add-on preferences]]. | Some preferences used by Firefox will be synced to other clients. There is only one record for preferences with a GUID "preferences". Custom preferences can be synced such as [[Labs/Weave/Developer/HowToSynchronizeAddOnPrefs|add-on preferences]]. | ||
Line 149: | Line 149: | ||
<b>type</b> <i>string</i>: the type of preference (int, string, boolean) | <b>type</b> <i>string</i>: the type of preference (int, string, boolean) | ||
<b>value</b> <i>depends on type</i>: value of the preference | <b>value</b> <i>depends on type</i>: value of the preference | ||
== prefs (engine version 2) == | |||
There is only one record for preferences, using nsIXULAppInfo.ID as the GUID. Custom preferences can be synced such as [[Labs/Weave/Developer/HowToSynchronizeAddOnPrefs|add-on preferences]]. | |||
<b>value</b> <i>object</i> containing name and value of the preferences. This includes the preferences that determine which preferences are synced. | |||
== tabs == | == tabs == |