gecko/services/sync/modules
jonathandicarlo@jonathan-dicarlos-macbook-pro.local 8573f956e3 Merged
2008-06-09 11:49:04 -07:00
..
engines Fixed my code so that BookmarkEngine._sync() now works correctly to call Engine._sync() and BookmarkEngine.syncMounts(), asynchronously. Added in some TODO comments about what's going to happen in the next round of refactoring. 2008-06-09 11:48:52 -07:00
xmpp imported patch xmpp-transport-fault-tolerance-and-test 2008-06-04 18:34:37 -07:00
async.js Added a unit test suite for modules/async.js. 2008-06-06 21:40:30 -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 make service.js the main entry point from chrome/content; make the service be lazy-loaded; make crypto be lazy-loaded 2008-03-25 15:14:00 -07:00
dav.js Add and start using an object to represent a remote resource (file), and a server object to hold them. Resources will attempt to retry network operations if they fail. 2008-05-28 20:11:39 -07:00
engines.js Resolved conflicts with Chris's changes (to use the username, unhashed, as the name of the server-side sharing directory) 2008-06-06 17:43:15 -07:00
faultTolerance.js Added a trivial appender to faultTolerance.js. 2008-05-30 16:32:06 -07:00
identity.js change remote store to keep track of identity names/aliases and fetch the objects from the id manager 2008-06-02 11:10:11 +09: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 bug 437523: fix NS_ERROR_FAILURE on nsIJSON.decode in JsonFilter_afterGET 2008-06-05 16:25:55 -07:00
service.js Made BookmarkEngine.sync() responsible for calling BookmarkEngine.syncMounts (to get the incoming shared bookmark folder contents), eliminating the FIXME that previously had this being called from special-case code in WeaveSvc.sync(). 2008-06-06 19:22:23 -07:00
stores.js Moved all tab-syncing code to modules/engines/tabsjs. 2008-06-03 14:45:53 -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 remove some debugging output, fix some remaining array detection code 2008-05-24 17:30:22 -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
xxtea.js move xxxtea.js -> xxtea.js (typo) 2007-12-27 12:50:51 -08:00