gecko/services/sync/modules
2008-06-18 14:59:06 -07:00
..
engines The xmpp messages that are sent when a share is offered now include the server-side path to the share directory. 2008-06-18 13:16:32 -07:00
xmpp Imported Log4Moz to xmpp/transportLayer.js and xmpp/authenticationLayer.js, so they're no longer raising errors about Log4Moz being undefined (oops, sorry, should have tested before pushing.) 2008-06-18 14:59:06 -07:00
async.js Make some 'debug' log calls into 'trace' ones. Use the frame formatter, which will remove long paths to extension dirs from the output. Don't warn about outstanding callbacks if we caught an exception from the generator. 2008-06-13 15:47:41 +09: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 You have: no tea. (Remove old TEA crypto support) 2008-06-18 13:25:58 -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 make RemoteStore a but more Store-like (wrap, wipe methods); fix a missing yield 2008-06-17 18:03:02 +09:00
faultTolerance.js Added a trivial appender to faultTolerance.js. 2008-05-30 16:32:06 -07:00
identity.js Refactored test_service and module code so that the weave service constructor is called, and auth is done more accurately. 2008-06-17 19:54:09 -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 make RemoteStore a but more Store-like (wrap, wipe methods); fix a missing yield 2008-06-17 18:03:02 +09:00
service.js Merged changes 2008-06-18 12:29:39 -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 Refactored some file operations into a new function in Utils and out of engines.js. 2008-06-18 14:12:24 -07:00
syncCores.js Moved all tab-syncing code to modules/engines/tabsjs. 2008-06-03 14:45:53 -07:00
trackers.js Moved all tab-syncing code to modules/engines/tabsjs. 2008-06-03 14:45:53 -07:00
util.js Refactored some file operations into a new function in Utils and out of engines.js. 2008-06-18 14:12:24 -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