Service/Sync/FxSync/Developer/BrowserObjects: Difference between revisions

Line 110: Line 110:


== passwords ==
== passwords ==
Saved passwords help users get back into websites that require a login.
<b>hostname</b> <i>string</i>: hostname that password is applicable at
<b>formSubmitURL</b> <i>string</i>: submission url (GET/POST url set by <form>)
<b>httpRealm</b> <i>string</i>: the HTTP Realm for which the login is valid. if not provided by the server, the value is the same as hostname
<b>username</b> <i>string</i>: username to log in as
<b>password</b> <i>string</i>: password for the username
<b>usernameField</b> <i>string</i>: HTML field name of the username
<b>passwordField</b> <i>string</i>: HTML field name of the password


== prefs ==
== prefs ==


== tabs ==
== tabs ==
383

edits