gecko/services/sync/modules
2008-11-03 14:57:59 -08:00
..
base_records add base record types for the new weave server api 2008-11-03 14:37:51 -08:00
engines catch exceptions from microsummaries that don't have a static title set 2008-08-13 15:23:15 -07:00
xmpp Removed unneeded atob() and btoa() definitions from authenticationLayer. 2008-06-26 17:26:21 -07:00
async.js fix a strict warning when onComplete is null 2008-07-16 19:33:07 -07:00
auth.js updates to resource class, use a new Auth service with pluggable 'authenticator' objects 2008-11-03 14:36:29 -08:00
clientData.js refresh clients on a timer when changed via the prefpane, otherwise just wait until next sync 2008-07-31 01:59:03 -07:00
constants.js bump version to 0.2.6 2008-08-08 15:14:04 -07:00
crypto.js check at startup if the crypto module appears to be working and alert the user if not 2008-07-17 20:39:55 -07:00
engines.js move some code from the engine to remote.js; rename FileEngine to BlobEngine (since it doesn't actually sync complete files); clean up SyncEngine's sync method 2008-08-08 14:42:57 -07:00
faultTolerance.js do log some stack traces 2008-07-30 22:53:27 -07:00
identity.js Bug 433949 - Use WeaveCrypto component (NSS) instead of OpenSSL 2008-06-23 16:23:57 -07:00
log4moz.js log4moz api change: Log4Moz.Service is gone. There is now a Log4Moz.repository which will auto-instantiate to a LoggerRepository (but can also be set if one wishes to use a different one). Also includes some other minor changes, e.g. formatters are now optional (and default to a BasicFormatter if not provided) 2008-11-03 14:48:53 -08:00
notifications.js If an exception is raised by a notification button callback, it is now logged. Also added a unit test for this new behavior. 2008-07-08 16:50:59 -07:00
oauth.js Client-side OAuth support (bug 444528, r=thunder) 2008-08-04 17:34:21 -07:00
Observers.js Update Observers js module to latest version 2008-11-03 14:40:28 -08:00
Preferences.js add prefs js module 2008-11-03 14:40:09 -08:00
resource.js updates to resource class, use a new Auth service with pluggable 'authenticator' objects 2008-11-03 14:36:29 -08:00
service.js Syncing for Awesome bar (bug 437133, r=thunder) 2008-08-07 20:00:35 -07:00
sharing.js Asynchronous bookmark sharing (bug 449113, r=thunder) 2008-08-04 17:23:23 -07:00
stores.js whitespace fix 2008-08-08 12:34:01 -07:00
syncCores.js small fix in _fixParents; change reconcile to 1) not require a deepEquals to drop an incoming/outgoing command pair, merely a GUID match (we can do this because we know we'll drop server changes and use client ones, and because we know we'll actually do a fresh diff at the end to send commands to the server), and 2) check for creates of existing guids after the first pass (since we might find command pairs that go away and thus not hit that error) 2008-08-08 14:40:52 -07:00
trackers.js Add license headers to all files which didn't have them. 2008-06-26 14:49:01 -07:00
util.js makeUri: don't throw on invalid uris, return null instead 2008-11-03 14:56:56 -08:00
wrap.js remove server lock wrapper; change local lock to work with service.js local locking api 2008-11-03 14:57:59 -08:00