.. |
base_records
|
add a clearCache method to the record manager
|
2009-02-19 04:06:08 -08:00 |
engines
|
go back to storing the local client name and type as prefs. also store a 'syncID' (gets reset upon a server wipe)
|
2009-02-19 04:07:23 -08:00 |
ext
|
bug 479248: integrate new version of Preferences.js module
|
2009-02-19 07:50:04 -08:00 |
type_records
|
Fixed tab encoding bug on Fennec
|
2009-02-10 21:54:11 -08:00 |
xmpp
|
fix log4moz calls (new api), fix module imports for renamed modules
|
2008-11-03 15:00:38 -08:00 |
async.js
|
use util module's stack formatter
|
2008-11-06 17:32:33 -08:00 |
auth.js
|
move Observers.js and Preferences.js into an ext/ directory, to make it clear they are externally-mantained libraries
|
2009-01-22 11:48:36 -08:00 |
constants.js
|
remove old storage format constants, add min_server_format_version
|
2009-02-11 23:52:44 -08:00 |
crypto.js
|
fix log4moz calls (new api), fix module imports for renamed modules
|
2008-11-03 15:00:38 -08:00 |
engines.js
|
pass the cryptoMetaURL to the store's createRecord
|
2009-02-19 00:36:55 -08:00 |
faultTolerance.js
|
add clients sync (list of clients with names and types); make it simpler to create Engine subclasses; remove the 2nd 'authenticator' parameter for Resources; resetServer is now wipeServer; consider 0 an invalid place ID (fixes bug when calculating item depths); add a Svc global exported from utils.js where commonly used services can live
|
2009-01-06 13:54:18 -08:00 |
identity.js
|
some small key record fixes; avoid causing indirect login manager queries in the Identity constructor; fix wbo, keys, crypto record unit tests
|
2008-12-02 14:26:18 -08:00 |
log4moz.js
|
Bug 470208: Fix log4moz typo in FileAppender
|
2008-12-18 16:53:25 -08:00 |
notifications.js
|
move Observers.js and Preferences.js into an ext/ directory, to make it clear they are externally-mantained libraries
|
2009-01-22 11:48:36 -08:00 |
oauth.js
|
fix log4moz calls (new api), fix module imports for renamed modules
|
2008-11-03 15:00:38 -08:00 |
resource.js
|
Ignore bad HTTPS certificates (bug #476758)
|
2009-02-11 18:11:18 +01:00 |
service.js
|
make a more concerted attempt at doing a fresh start on various server conditions, such as missing keys, etc. clear local caches (makes it so Fx doesn't need to be restarted after a server wipe). set the lastsync pref here instead of having the window do it
|
2009-02-19 04:09:55 -08:00 |
stores.js
|
Added id argument to definition of createRecord in base Store class -- all subclasses must override this and must take the id argument.
|
2009-01-27 17:23:18 -08:00 |
trackers.js
|
add some extra log info to engine; have tracker ignore all changes when applying a change to prevent the tracker from generating new guids for new items before the store has a chance to set the right one
|
2009-01-14 22:01:04 -08:00 |
util.js
|
add makeURL function (returns an nsIURL), and add Svc.Memory (for memory service)
|
2009-02-11 19:19:04 -08:00 |
wrap.js
|
make lastsync pref an int; don't set it in sync.js
|
2009-02-19 04:10:52 -08:00 |