gecko/services/sync/modules
2008-06-23 16:22:17 -07:00
..
engines The XMPP server is now configured to use LDAP for authentication (on sm-labs01, and soon to be on services.mozilla too) so the xmpp username/password will now be the same as the weave username/password. So I now use those to login, and I got rid of the two extra preferences which we used to have for xmpp username/password. 2008-06-20 17:19:10 -07:00
xmpp Automated merge with ssh://hg.mozilla.org/labs/weave/ 2008-06-23 16:22:17 -07:00
async.js Made the tracking of async generators/coroutines more robust for debugging purposes. 2008-06-20 13:58:56 -07:00
constants.js - this check in will break everyone temporarily, as it involves the changes necessary to shift us from sha1(email) to usernames, and to enable sharing on the server. 2008-06-06 14:18:50 -07:00
crypto.js Minor code tidying. 2008-06-20 12:27:17 -07:00
dav.js Don't allow re-entrance! Fail to lock when we already hold a lock. 2008-06-17 18:01:48 +09:00
engines.js Improved test_passwords so that it syncs, re-syncs, adds a new user, and re-syncs again. 2008-06-20 14:22:06 -07:00
faultTolerance.js Added a trivial appender to faultTolerance.js. 2008-05-30 16:32:06 -07:00
identity.js Removed warning message from ID.get() because it's actually normal to pass in an ID that doesn't exist to it, to test for its existence. Though perhaps there should be an exists() method for such a use case instead. 2008-06-19 16:37:53 -07:00
log4moz.js Refactored logging system so that clients don't need to call factory functions to create specific instances of formatters and appenders. 2008-05-29 18:15:50 -07:00
remote.js Removed a line of code that was raising a strict warning, and which also just defined an unused local variable that called no functions and therefore had no side effects (unless there were property getters that had side-effects involved, which hopefully wasn't the case). 2008-06-23 14:32:55 -07:00
service.js wrap notify around lock instead of the other way around so that notify includes locking failure/success in its notifications 2008-06-23 16:22:05 -07:00
sharing.js Added modules/sharing.js, which provides access to the RESTful sharing API, and a unit test suite. The unit test suite is pretty heinous right now and should get a bit of refactoring. 2008-06-09 18:55:26 -07:00
stores.js Refactoring: consolidated duplicate code creating GUIDs via XPCOM gunk into a new function, Utils.makeGUID(). 2008-06-20 12:34:29 -07:00
syncCores.js Made the tracking of async generators/coroutines more robust for debugging purposes. 2008-06-20 13:58:56 -07:00
trackers.js Moved all tab-syncing code to modules/engines/tabsjs. 2008-06-03 14:45:53 -07:00
util.js Refactoring: consolidated duplicate code creating GUIDs via XPCOM gunk into a new function, Utils.makeGUID(). 2008-06-20 12:34:29 -07:00
wrap.js [mostly] beat login dialog into submission; use DAV singleton instead of making a new DAVCollection in service.js; split up checks from login into their own functions, call them on sync(); check we are logged in before syncing 2008-03-31 07:20:09 -07:00