gecko-dev/services/sync/modules
Dan Mills 9c15468557 version bump to 0.2.5 2008-07-17 21:27:50 -07:00
..
engines rollback last commit (1843a139184a), it causes cookie unit test to fail 2008-07-16 21:11:18 -07:00
xmpp Removed unneeded atob() and btoa() definitions from authenticationLayer. 2008-06-26 17:26:21 -07:00
Observers.js make sure nsIObserverService notifications have subjects before accessing the subjects' wrappedJSObject properties 2008-07-01 11:29:20 -07:00
async.js fix a strict warning when onComplete is null 2008-07-16 19:33:07 -07:00
constants.js version bump to 0.2.5 2008-07-17 21:27:50 -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
dav.js fixes to request timeout code 2008-07-17 21:27:01 -07:00
engines.js * major revision to the login dialog to be more robust, adding error handling, styling and a help link 2008-07-09 17:17:24 -07:00
faultTolerance.js add last exception to fault tolerance module 2008-07-11 18:55:42 -07:00
identity.js Bug 433949 - Use WeaveCrypto component (NSS) instead of OpenSSL 2008-06-23 16:23:57 -07:00
log4moz.js beef up fault tolerance module and hook it up to the service 2008-07-11 14:47:15 -07: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
remote.js * major revision to the login dialog to be more robust, adding error handling, styling and a help link 2008-07-09 17:17:24 -07:00
service.js during version check don't attempt to wipe the server when the version file isn't found (that was a workaround for old clients, before the version file existed) 2008-07-16 19:34:35 -07:00
sharing.js Fixed a bunch of bugs in bookmark share: stuf related to server-side paths being incorrect (because the defaultPrefix in DAV was getting reset to an empty string or was getting applied wrong). Discovered that updateOutgoingShare and updateIncomingShare were both calling the same _wrapMount() function, which was incorrect, so I broke that up and fixed what parts are meant to be outgoing and which incoming. 2008-07-08 01:18:30 -07:00
stores.js add last exception to fault tolerance module 2008-07-11 18:55:42 -07:00
syncCores.js cosmetic cleanup to yield calls in the reconciler 2008-07-09 17:36:40 -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 allow deep copies of objects to optionally copy object properties in alphabetical order. This is useful to guarantee the order in which they would be serialized as json (which may depend on the order in which properties are added) 2008-07-16 19:36:06 -07:00
wrap.js rethrow exceptions the fault tolerance module says are bad. catch lock exceptions in the notify wrapper and don't rethrow them (hack) 2008-07-11 19:01:06 -07:00