Philipp von Weitershausen
0073c97150
Bug 614104 - Make Utils.makeGUID generate new style GUIDs. r=mconnor
...
New style GUIDs are 9 random bytes encoded with base64url, yielding 12 characters with 72 bits of entropy.
2010-11-30 10:26:13 -08:00
Richard Newman
238d11c9a3
Bug 614737: detecting upgrade, being nice to old clients. r=philikon
2010-11-29 16:41:33 -08:00
Richard Newman
ffb07cee37
Bug 603489, 614489: simplified crypto. r=mconnor
2010-11-29 16:41:17 -08:00
Philipp von Weitershausen
b445191feb
Bug 560580 - Pref sync cleanup [r=mconnor]
2010-11-23 21:21:37 -08:00
Philipp von Weitershausen
31d6d2b3c1
Bug 591126 - Handle upload interruption gracefully [r=mconnor]
2010-11-23 21:21:31 -08:00
Richard Newman
00fb41dbff
Bug 610749: (FIXED) add pure-JS PBKDF2 implementation. r=philikon
2010-11-16 11:50:18 -08:00
Richard Newman
6a03ded70c
Bug 610749: add pure-JS PBKDF2 implementation.
2010-11-16 11:42:17 -08:00
Philipp von Weitershausen
a8b99bdfa2
Bug 600993 - Tab sync has no reason to ever touch disk [r=mconnor]
2010-11-11 11:00:41 -08:00
Philipp von Weitershausen
7440175181
Bug 610923 - Allow engines to bypass the tracker for certain or all changed items [r=mconnor]
...
SyncEngine now uses the getChangedIDs() method to get all changed IDs before a sync. By default this still goes through the tracker, but engines can override this method to do queries based on timestamps, or to bypass the tracker entirely.
SyncEngine now also exposes a lastSyncLocal property that keeps the local timestamp of the last sync so that engines can do timestamp based queries.
2010-11-11 11:00:35 -08:00
Philipp von Weitershausen
f591065405
Bug 610375 - Make bookmark folders not sync last [r=mconnor]
2010-11-09 13:53:50 -08:00
Philipp von Weitershausen
08efe3cb23
Bug 609398 - Get rid of partial sync [r=mconnor]
2010-11-09 13:51:19 -08:00
Philipp von Weitershausen
f32561863b
Bug 584927 - Use async queries to set page annotations in the history engine [r=mconnor,sdwilsh]
2010-11-02 16:34:46 -07:00
Philipp von Weitershausen
8e81c5b7cd
Bug 584927 - Use an async query to get page annotations in the history engine [r=mconnor,sdwilsh]
2010-11-02 16:34:38 -07:00
Philipp von Weitershausen
3d8a0cccc7
Bug 584927 - Factor GUIDForUri and setGUID into HistoryStore [r=mconnor]
2010-08-06 14:40:06 -07:00
Philipp von Weitershausen
e954b3324f
Bug 608324 - test_utils_stackTrace fails after JM changes [r=mconnor]
2010-10-29 14:09:58 -07:00
Philipp von Weitershausen
50a2b774e9
Bug 607457 - services.sync.log.appender.debugLog.enabled should exist by default [r=mconnor]
2010-10-29 14:09:57 -07:00
Philipp von Weitershausen
5f49fae1cc
Bug 603301 - Tests for async resource API [r=mconnor]
2010-10-29 10:20:38 -07:00
Philipp von Weitershausen
ff3d7c76a6
Bug 603301 - Add async resource API. [r=mconnor]
...
The async API is exposed as AsyncResource which is functionally equivalent to Resource.
The latter is now a wrapper around AsyncResource.
2010-10-29 10:20:27 -07:00
Philipp von Weitershausen
5efad4e822
Bug 606695 - De-Sync.js-ify history store test [r=mconnor]
2010-10-29 06:54:41 -07:00
Philipp von Weitershausen
803b0a1422
Bug 606695 - Helper for chaining async functions [r=mconnor]
2010-10-29 06:54:30 -07:00
Philipp von Weitershausen
aebb292d45
Bug 604565 - Disable another intermittently failing xpcshell tests on OSX debug build [r=mconnor]
2010-10-28 17:19:28 -07:00
Philipp von Weitershausen
f778a4f0ee
Merge backout
2010-10-28 17:09:58 -07:00
Philipp von Weitershausen
f60e694777
Backed out changeset fb506072dca8 due to crashes
...
Bug 570619 - Move crypto off the main thread
2010-10-28 17:05:53 -07:00
Philipp von Weitershausen
1588afd2db
Bug 604565 - Disable intermittently failing xpcshell tests on OSX debug builds. [r=mconnor]
...
--HG--
rename : services/sync/tests/unit/head_appinfo.js => services/sync/tests/unit/head_appinfo.js.in
2010-10-21 13:47:47 +02:00
Philipp von Weitershausen
7f5dd43f9b
Bug 604565 - Attempt to make tests hang less on OS X. [r=mconnor]
...
Reduce amount of pointless network calls by not registering any engines for tests that provide their own fake engine implementations anyway.
2010-10-19 00:10:22 +02:00
Mike Hommey
4b0eff1f2b
Bug 583209 - Use ctypes.libraryName and don't use a full path to load libnss3 from weavecrypto. [r=dwitte]
2010-10-15 11:45:31 +02:00
Philipp von Weitershausen
3112962661
Bug 570619 - Move crypto off the main thread [r=mconnor,sdwilsh]
...
Provide a ThreadedCrypto object that defers method calls to another thread while keeping the synchronous API.
2010-10-14 21:22:29 +02:00
Philipp von Weitershausen
47ac364e2a
Bug 562431 - Move tests for WeaveCrypto to services/crypto/ [r=mconnor]
...
--HG--
rename : services/sync/tests/unit/test_crypto_crypt.js => services/crypto/tests/unit/test_crypto_crypt.js
rename : services/sync/tests/unit/test_crypto_keypair.js => services/crypto/tests/unit/test_crypto_keypair.js
rename : services/sync/tests/unit/test_crypto_random.js => services/crypto/tests/unit/test_crypto_random.js
rename : services/sync/tests/unit/test_crypto_rewrap.js => services/crypto/tests/unit/test_crypto_rewrap.js
rename : services/sync/tests/unit/test_crypto_verify.js => services/crypto/tests/unit/test_crypto_verify.js
2010-10-14 21:17:55 +02:00
Philipp von Weitershausen
adbb677fa2
Bug 562431 - Rewrite WeaveCrypto as a .jsm [r=mconnor]
...
--HG--
rename : services/crypto/WeaveCrypto.js => services/crypto/modules/WeaveCrypto.js
2010-10-14 21:17:35 +02:00
Philipp von Weitershausen
17e9694951
Bug 603502 - Syncing an account with email will generate a nonsensical device name [r=mconnor]
2010-10-14 10:59:08 +02:00
Philipp von Weitershausen
b82a6c9745
Bug 597404 - History sync: Null id for anno! (invalid uri) [r=mconnor]
...
Don't fail history sync when the places DB contains invalid URIs.
2010-10-14 07:12:19 +02:00
Mark Finkle
0d92538398
Bug 599928 - Need a single pref to toggle logging [r=mconnor]
2010-10-11 12:46:53 -04:00
Philipp von Weitershausen
72b6e16734
Merge backout
2010-10-06 17:57:30 +02:00
Philipp von Weitershausen
853e1844ab
Backed out changeset 4ad5b1467331
...
Bug 583209 - Use ctypes.libraryName and don't use a full path to load libnss3 from weavecrypto.
2010-10-06 17:57:15 +02:00
Philipp von Weitershausen
3065b1ede2
Bug 601973 - SyncEngine._testDecrypt() yields wrong result [r=mconnor]
...
Fix a 'this' scoping error in SyncEngine._testDecrypt(). Rename this method to canDecrypt() since it's clearly public API.
Provide tests for SyncEngine.canDecrypt() as well as Service.wipeClient().
2010-10-05 20:32:56 +02:00
Mike Hommey
4f5ce943b9
Bug 583209 - Use ctypes.libraryName and don't use a full path to load libnss3 from weavecrypto. [r=dolske]
2010-10-05 08:32:37 +02:00
Philipp von Weitershausen
753f9d8d3e
Bug 600995 - Use a record's "encryption" property only as a fallback, default to the engine's value. [r=mconnor]
2010-10-04 22:39:08 +02:00
Mike Hommey
aa34147ec9
Bug 586867 - Use resource:///modules/services-sync/ instead of resource://gre/modules/services-sync, as it is an application (not GRE) module. [r=philikon]
2010-10-01 13:01:52 +02:00
Philipp von Weitershausen
6d91562b33
Bug 569968 - Migration requires client to remove absolute URLs in crypto records
...
Tests and test fixes
2010-08-12 22:19:41 +02:00
Philipp von Weitershausen
6e250f858f
Bug 569968 - Migration requires client to remove absolute URLs in crypto records
...
Make WBORecord.uri, CryptoWrapper.encryption, PubKey.privateKeyUri, PrivKey.publicKeyUri as well as the CryptoMeta keyring keys relative URLs in the payload. As a result, all records now *must* know their URI.
Bump storage version from 2 to 3 to trigger reupload of all data and exclude older clients.
2010-08-12 22:19:39 +02:00
Philipp von Weitershausen
e54d01a26a
Bug 598944 - Point users at status page when we hit sync delay/503s [r=mconnor]
2010-09-23 21:07:41 +02:00
Philipp von Weitershausen
7cd7025e74
Bug 592465 - Show a passphrase strength meter for custom passphrases [r=mconnor]
2010-09-23 02:04:31 +02:00
Eric Lemoine
f4d7016355
Bug 591816 - Add tests for TabEngine [r=mconnor]
2010-09-20 18:53:13 +02:00
Eric Lemoine
53d9ebccb1
Bug 591816 - Add tests for TabEngine [r=mconnor]
2010-09-20 18:53:13 +02:00
Eric Lemoine
0ab59be1ea
Bug 591816 - Add tests for TabEngine [r=mconnor]
2010-09-20 18:53:13 +02:00
Eric Lemoine
3b6c3b50d4
Bug 588193 - more tests for util.js [r=mconnor]
2010-09-20 18:53:13 +02:00
Eric Lemoine
7793bfb639
Bug 588193 - more tests for util.js [r=mconnor]
2010-09-20 18:53:08 +02:00
Philipp von Weitershausen
c1b1fa990d
Bug 593820 - Move generatePassphrase and friends from UI code to util.js [r=mconnor]
2010-09-17 17:48:06 +02:00
Philipp von Weitershausen
cd4c7db129
Bug 596093 - Do not allow email addresses as the username [r=mconnor]
...
Make sure the semantics of Weave.Service.checkUsername and Weave.Service.createAccount don't change when used by the old UI code (as present in current Firefox 4.0 betas).
2010-09-15 12:54:33 +02:00
Philipp von Weitershausen
1e7744501c
Bug 589979 - Generate username from email address (part 3) [r=mconnor]
...
Consolidate email and username in the UI.
2010-09-13 17:17:37 +02:00