Philipp von Weitershausen
4012ec2906
Merge fx-sync
2011-03-02 16:32:28 -08:00
Philipp von Weitershausen
6336209011
Bug 636673 - Avoid accessing 'arguments' in code that's called a lot. r=rnewman a=blocking-fennec
2011-03-02 15:27:16 -08:00
Richard Newman
52db8608c2
Bug 618496: memoization of PK11SymKey. r=philiKON
2011-03-02 15:18:46 -08:00
Richard Newman
cdb5761dfb
Bug 618496: Revisit memoization of SECItems. r=philiKON
2011-03-02 15:09:28 -08:00
Richard Newman
2b46b4da5e
Bug 618496: remove algorithm adaptability in WeaveCrypto. r=philiKON
2011-03-02 10:08:43 -08:00
Philipp von Weitershausen
6e13f1b6f3
Merge fx-sync
2011-03-01 21:55:52 -08:00
Richard Newman
686e74cbe3
Bug 618496: stripping out unused WeaveCrypto attributes. r=philiKON
2011-03-01 21:37:44 -08:00
Philipp von Weitershausen
754759064b
Bug 636305 - History engine: make incoming records comply to mozIPlaceInfo. r=rnewman a=blocking-fennec
2011-03-01 21:26:38 -08:00
Philipp von Weitershausen
70dd415ddf
Bug 636676 - Utils.queryAsync: reuse mozIStorageStatementCallback object. r=rnewman a=blocking-fennec
2011-03-01 14:29:52 -08:00
Philipp von Weitershausen
fbb1ae2b7e
Bug 636677 - Don't create a new nsICryptoHMAC object for each HMAC verification. r=rnewman a=blocking-fennec
2011-03-01 14:29:41 -08:00
Richard Newman
b929fb4fe9
Bug 629463: delete bad server-side clients records. r=philiKON a=beltzner
2011-03-01 11:56:29 -08:00
Richard Newman
e4168dbcf7
Bug 612401: could not get engine: clients. r=philiKON a=mconnor
2011-03-01 11:35:49 -08:00
Richard Newman
4093641ad8
Bug 602110: duplicate declaration of nss_t.SECOidTag. r=philiKON a=mconnor
2011-03-01 11:32:16 -08:00
Philipp von Weitershausen
1a4b88fb4e
Bug 636402 - Simplify Sync.js to avoid creating new objects. r=rnewman a=blocking-fennec
2011-02-25 14:43:18 -08:00
Philipp von Weitershausen
e7ef2a70d4
Bug 636478 - Simplify Utils.deferGetSet. r=rnewman a=blocking-fennec
2011-02-25 14:43:10 -08:00
Philipp von Weitershausen
60340d8de5
Bug 636382 - Log4Moz: avoid unnecessary object creation. r=rnewman a=blocking-fennec
2011-02-25 14:42:59 -08:00
Richard Newman
eda456f33e
Bug 634441: livemark robustness. r=philiKON, a=beltzner
2011-02-25 11:56:58 -08:00
Richard Newman
26cdb88eec
Bug 632287: delete and recreate if a bookmark update changes type. r=philiKON, a=beltzner
2011-02-23 12:14:11 -08:00
Richard Newman
b78a4c18bb
Bug 636021: 'let' and tidying in ensureMPUnlocked. r=philiKON
2011-02-22 16:09:43 -08:00
Philipp von Weitershausen
550ffdba88
Bug 633681 - Add a Status.ready flag that indicates whether Sync has started up. r+a=mconnor
...
Also de-Sync.js-ify test_service_startup.js
2011-02-17 13:41:13 -08:00
Marco Bonardo
2e22324475
Bug 634401 - Use nsINavBookmarksService::moveItem rather than setItemIndex in Sync. r=philikon a=beltzner
2011-02-16 15:53:23 -08:00
Ginn Chen
948fbc6c61
Bug 633895 /bin/sh: syntax error at line 4: `dirs=$' unexpected in services/sync r=rnewman a=mconnor
2011-03-01 09:29:51 +08:00
Philipp von Weitershausen
d0cdd7bb3c
Merge fx-sync
2011-02-25 16:52:36 -08:00
Philipp von Weitershausen
3b70152403
Bug 631891 - Determine GUID immediately when URIs are about to be deleted. r=rnewman a=crossweave
2011-02-10 14:12:25 -08:00
Philipp von Weitershausen
1ba07e89c1
Bug 631891 - Don't spin the event loop in a history observer. r=mconnor a=blocking-final
2011-02-10 09:06:55 -08:00
Richard Newman
5a7001d2bd
Bug 629664: Sync: only register engine once in checkServerError test, amongst other things. r=philiKON
2011-02-09 22:43:21 -08:00
Richard Newman
d1523e81f4
Bug 629664: Sync: improve checkServerError tests. r=philiKON
2011-02-09 22:43:01 -08:00
Benjamin Stover
d208b47b0c
Bug 632417 Use mimetype hint for JSON in sync. r=philikon a=blocking-fennec
2011-02-08 13:43:35 -08:00
Philipp von Weitershausen
b68d59d170
Bug 631001 - Password sync: apply records batched and in transactions to avoid fsyncs. r=mconnor a=blocking-fennec
2011-02-08 20:37:06 -08:00
Philipp von Weitershausen
f5f6e5c8cc
Bug 631001 - Make password store tests more unit-y. r=mconnor
...
No need for a full blown server setup to test the password store. Also, engine.sync() doesn't throw anymore anyway, so the test wasn't really testing that bit anymore.
--HG--
rename : services/sync/tests/unit/test_password_engine.js => services/sync/tests/unit/test_password_store.js
2011-02-08 20:36:57 -08:00
Richard Newman
8883edec66
Bug 628788: return more readily after processing GUID anno. r=mconnor
2011-02-07 17:49:42 -08:00
Richard Newman
fbf9cd3c41
Bug 628788: copying a bookmark should yield a new Sync GUID. r=philiKON
...
--HG--
extra : transplant_source : J9%A1Bw%B2%14%2C.%E1R%40%B6%EC2%E1%E4%3B%24t
2011-02-07 11:25:47 -08:00
Philipp von Weitershausen
abec9f34f5
Bug 600261 - Provide hooks for ignoring network errors. r=mconnor a=blocking-betaN
2011-02-03 10:23:39 -08:00
Philipp von Weitershausen
49c535bb6c
Bug 630720 - Form sync: apply records batched and in transactions to avoid fsyncs. r+a=mconnor
2011-02-03 10:23:38 -08:00
Richard Newman
fb8ce24b3f
Bug 609380: password sync: don't apply records with both httpRealm and formSubmitURL. r=mconnor
2011-01-31 23:22:13 -08:00
Richard Newman
5e0f9786a2
Bug 574380: make constants useful on trunk. r=mconnor
2011-01-31 23:19:04 -08:00
Philipp von Weitershausen
a5731557a0
Bug 591102 - Correctly identify network errors. r=mconnor
2011-01-31 20:55:48 -08:00
Philipp von Weitershausen
aae4881a79
Bug 591102 - Ensure exceptions from [Async]Resource contain the status code. r=mconnor
2011-01-31 20:55:48 -08:00
Philipp von Weitershausen
2e65370d70
Bug 629664 - Attempt at improving randomly failing test. r=rnewman a=orange
2011-01-28 13:21:21 -08:00
Philipp von Weitershausen
320733ecaf
Bug 606353 - History sync: use mozIAsyncHistory::updatePlaces. r=rnewman
2011-01-28 09:39:35 -08:00
Philipp von Weitershausen
de2eb34de6
Bug 606353 - Add a Utils.checkGUID() helper. r=rnewman
2011-01-28 09:39:28 -08:00
Philipp von Weitershausen
5f992ae26d
Bug 606353 - Improve and harden history sync tests. r=rnewman
2011-01-28 09:39:19 -08:00
Philipp von Weitershausen
034dbc550a
Bug 622762 - Add batch API for incoming records, deal with exceptions in SyncEngine's recordHandler. r=mconnor,rnewman
2011-01-28 09:39:12 -08:00
Richard Newman
b48638a57d
Bug 610501: better rewriting of tag search smart bookmarks. r=philiKON
2011-01-28 00:18:36 -08:00
Richard Newman
4f67a6cb54
Bug 610501: dupe Smart Bookmarks based on anno. r=philiKON
2011-01-28 00:14:08 -08:00
Philipp von Weitershausen
6ea5f6c474
Bug 608757 - Make Utils.jsonSave/Load use NetUtil.asyncCopy and asyncFetch, respectively. r=mconnor
2011-01-26 21:43:33 -08:00
Philipp von Weitershausen
f857f6374c
Bug 608757 - Make API and tests for Utils.json{Load|Save} async. r=mconnor
...
Utils.jsonLoad() already has an async API. Utils.jsonSave() had an ill-named 'callback' parameter which s renamed to 'obj'; an optional callback parameter (in the async sense) is added.
2011-01-26 21:43:24 -08:00
Philipp von Weitershausen
8fcbca0f65
Bug 615284 - Download chunking needs to be more resilient against app shutdowns. r=mconnor
2011-01-26 21:34:31 -08:00
Richard Newman
38886bdf84
Bug 610501: handle smart bookmarks correctly in Sync.
2011-01-26 12:36:38 -08:00
Richard Newman
74df0a04ca
Bug 627097: Audit usage of js-ctypes in Sync/WeaveCrypto. r=philiKON
2011-01-25 21:31:41 -08:00