Граф коммитов

2377 Коммитов

Автор SHA1 Сообщение Дата
Philipp von Weitershausen 44867ffa14 Merge services-central with mozilla-central 2011-07-26 16:27:31 -07:00
Michael Wu a09b1922d3 Bug 671185 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=mak,ehsan,taras,biesi,pike,khuey,dholbert,josh,bjacob,bsmith 2011-07-25 21:57:58 -07:00
Chenxia Liu d97eabc078 Bug 673309 - Differentiate error and success logs in filename. r=philikon 2011-07-22 17:07:19 -07:00
Richard Newman f711b71ae2 Bug 673179 - Log Sync User-Agent at the start of each sync. r=philikon DONTBUILD 2011-07-21 13:53:04 -07:00
Marina Samuel bcdbcc861d Bug 671378 - Sync interval doesn't adjust after error during initial Sync on additional device. r=philikon 2011-07-21 12:21:34 -07:00
Marina Samuel bb6e009e4c Bug 668622 - Move sync at startup logic (autoConnect, etc.) to SyncScheduler. r=philikon 2011-07-21 12:20:55 -07:00
Philipp von Weitershausen 1b6dfcd1f8 Bug 669913 - Viewing Sync quota blocks the entire Options window. r=rnewman
Part 1: Implement Service.getStorageInfo as an async method using RESTRequest.

--HG--
rename : services/sync/tests/unit/test_service_quota.js => services/sync/tests/unit/test_service_getStorageInfo.js
2011-07-14 12:11:42 -07:00
Philipp von Weitershausen 53fcafec18 Bug 669913 - Viewing Sync quota blocks the entire Options window. r=rnewman
Part 0: SyncStorageRequest's method should return the request object, onStartRequest should not try to process data from an aborted request.
2011-07-14 12:11:29 -07:00
Philipp von Weitershausen 9fd14fcda8 Bug 671422 - First sync should prompt for Master Password. r=rnewman 2011-07-13 15:45:54 -07:00
Philipp von Weitershausen c03c0646a2 Bug 671066 - Unknown error on conclusion of easy setup of second client. r=rnewman
Part 2: Make sure we don't run into the kNotLoggedIn reason first and then ignore it. It's a useless sentinel anyway, so remove it altogether.
2011-07-13 15:20:07 -07:00
Philipp von Weitershausen 0a3f4b459e Bug 671066 - Unknown error on conclusion of easy setup of second client. r=rnewman 2011-07-12 16:36:43 -07:00
Philipp von Weitershausen baa4b04edc Bug 658928 - Use the xpcshell manifest to disable tests. r=rnewman
--HG--
rename : services/sync/tests/unit/head_appinfo.js.in => services/sync/tests/unit/head_appinfo.js
2011-07-07 08:02:07 -07:00
Philipp von Weitershausen 3128015855 Bug 669547 - Use RESTRequest in JPAKEClient. r=rnewman 2011-07-06 17:20:47 -07:00
Philipp von Weitershausen 92ec2dfc94 Bug 669547 - Implement RESTRequest and related components to replace [Async]Resource. r=rnewman 2011-07-06 17:20:36 -07:00
Philipp von Weitershausen e05bfb7624 Bump Sync client version 2011-07-05 10:19:37 -07:00
Marco Bonardo fbd02c1c52 Bug 666697 - Don't sync history removals caused by expiration.
r=philikon
2011-06-30 22:24:50 +02:00
Philipp von Weitershausen 2f3fd62baa Bug 668542 - Cancelling MP unlock will trigger an error and point user to Sync Preferences dialog window. r=rnewman 2011-06-30 19:12:45 +02:00
Philipp von Weitershausen 55f84881f6 Bug 668309 follow-up: harden timing tests 2011-06-30 19:12:45 +02:00
Marina Samuel 5590048cb5 Bug 668309 - Part 3: fix for sync intervals. r=philiKON 2011-06-29 20:12:27 -07:00
Philipp von Weitershausen c6f87c2d80 Bug 668309 - Part 2: Make regular intervals pref-able. r=rnewman 2011-06-29 20:12:24 -07:00
Philipp von Weitershausen 2b9370a9d8 Bug 668309 - Part 1: Add more logging to SyncScheduler. r=rnewman 2011-06-29 20:12:16 -07:00
Marina Samuel a4d573999f Bug 664792 - Tune sync intervals according to user behaviour. r=philikon
Part 6: Fix the idle/back observers, have Service.startOver() reset SyncScheduler values
2011-06-29 03:48:55 +02:00
Marina Samuel 216383f581 Bug 664792 - Tune sync intervals according to user behaviour. r=philikon
Part 5: Tests
2011-06-29 03:47:22 +02:00
Richard Newman a153ecfafe Bug 587420: attempt to fix intermittent orange in test_syncengine_sync.js by using run_next_test. r=philikon 2011-06-27 16:00:27 +01:00
Marina Samuel 394a8e52f1 Bug 665965 - Use SCORE_INCREMENT_XLARGE in HistoryTracker's onBeforeDeleteURI. r=philikon 2011-06-27 14:26:04 +01:00
Marina Samuel 4222c0ab5b Bug 666043 - Service._skipScheduledRetry is wrong. r=philikon 2011-06-27 14:26:04 +01:00
Philipp von Weitershausen 2c282ec6e8 Bug 664792 follow-up: adjust test_syncengine_sync.js 2011-06-27 14:25:58 +01:00
Marina Samuel aca150a105 Bug 664792 - Tune sync intervals according to user behaviour. r=philikon
Part 4: Adjust sync interval based on idle time.
2011-06-27 14:24:33 +01:00
Marina Samuel 522f4d1f43 Bug 664792 - Tune sync intervals according to user behaviour. r=philikon
Part 3: Autoconnect now triggers sync, not just login.
2011-06-27 14:23:25 +01:00
Marina Samuel 7c7dd39900 Bug 664792 - Tune sync intervals according to user behaviour. r=philikon
Part 2: Pull out all score- & interval-related code into a separate SyncScheduler component
2011-06-27 14:22:49 +01:00
Marina Samuel 9d5dc2b2f6 Bug 664792 - Tune sync intervals according to user behaviour. r=philikon
Part 1: Remove heartbeat
2011-06-27 14:20:59 +01:00
Richard Newman c3efa6201b Bug 664865 - More considered handling of node reassignment mid-sync. r=philikon 2011-06-25 14:54:50 +01:00
Philipp von Weitershausen a7e58b756b Bug 666685 follow-up: continue to not overwrite the lazy getter if building the map fails. a=zpao-owes-me-a-beer 2011-06-24 02:18:24 +02:00
Paul O’Shannessy 8a1c73d5cb Bug 666685 - JavaScript strict warning: bookmarks.js: setting a property that has only a getter. r=philikon 2011-06-23 23:08:04 +02:00
Philipp von Weitershausen a640e6472c Bug 664090 follow-up: simpler way to make DEBUG available in preprocessed file. DONTBUILD 2011-06-20 14:28:19 +02:00
Philipp von Weitershausen da7701b249 Bug 600429 follow-up: ensure logger names have Sync prefix. a=tests-only DONTBUILD 2011-06-17 15:10:43 +02:00
Marina Samuel 63632fef3a Bug 600429 - Tune score increments to trigger a sync more quickly. r=philikon
Part 2: Remove delays
2011-06-16 21:13:20 +02:00
Marina Samuel 529c4072bf Bug 600429 - Tune score increments to trigger a sync more quickly. r=philikon
Part 1: Tune score increments
2011-06-16 21:12:48 +02:00
Richard Newman 2ddc1af81d Minor typo change in test_clients_engine.js. r=philiKON 2011-06-15 11:32:33 -07:00
Richard Newman 12f1796ffb Bug 656513: part 2: revamp lazy GUID map handling (_lazyMap). r=philiKON 2011-06-15 00:03:34 -07:00
Richard Newman 405156adc7 Bug 656513: part 1: provide a way for record handlers to abort incoming sync. r=philiKON 2011-06-15 00:03:32 -07:00
Philipp von Weitershausen da22178490 Bug 664090 - Disable test_service_filelog.js on Win opt builds. a=orange
Also use the right preprocessor variable to identify debug builds.

--HG--
extra : rebase_source : 3c7370383770a30c5399002ebce8589d5258b848
2011-06-15 01:05:56 +02:00
Richard Newman 5e0463151e Bug 656513: part 0: Put SteamEngine, renamed RotaryEngine, into head_helpers.js. r=philiKON 2011-06-14 09:31:31 -07:00
Richard Newman c479d513df Bug 664046 - Correct logging pref migration in Sync. r=philikon 2011-06-14 10:41:36 +02:00
Philipp von Weitershausen 3c0bdfd3fb Merge m-c to s-c 2011-06-13 20:44:14 +02:00
Philipp von Weitershausen 5ae167db91 Bug 661587 - Don't use the root logger. r=rnewman 2011-06-13 20:42:18 +02:00
Philipp von Weitershausen 10d3b8a046 Bug 610832 - Make about:sync-log a directory listing. r=rnewman,mconnor 2011-06-13 20:40:08 +02:00
Philipp von Weitershausen 4e7fa4f90e Bug 610832 - Dump log to disk when sync fails. r=rnewman 2011-06-13 20:39:51 +02:00
Philipp von Weitershausen 9ca7ef7b14 Bug 610832 - Add StorageStreamAppender to log4moz.js. r=rnewman 2011-06-13 20:39:37 +02:00
Philipp von Weitershausen cdb5c07d90 Bug 610832 - Get rid of useless getters. r=rnewman 2011-06-13 20:39:14 +02:00