Commit Graph

2486 Commits

Author SHA1 Message Date
Ehsan Akhgari
92064e6d3f Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Marco Bonardo
b478778440 Merge last green changeset from mozilla-inbound to mozilla-central 2011-10-13 15:48:46 +02:00
Philipp von Weitershausen
a1797a6671 Merge services-central with mozilla-central 2011-10-12 12:52:55 -07:00
Richard Newman
7a57997b1d Bug 693505 - Sync error muffling causes undesirable lack of logging on error. r=philikon 2011-10-11 08:24:26 -07:00
Philipp von Weitershausen
1ba8a6e36e Bug 693413 - Service.startOver resets Status.sync too late, prefs pane flickers. r=rnewman 2011-10-10 18:22:58 -07:00
Richard Newman
d01e8f2176 Bug 685945 - fixxor after skipping a qref. a=bustage 2011-10-06 12:40:23 -07:00
Richard Newman
f87b875337 Bug 685945 - Sync: log a warning if JSON parsing of bodies fails. r=philikon 2011-10-06 01:47:02 -07:00
Philipp von Weitershausen
388699e90b Bug 691663 - SyncScheduler should obey backoffInterval at all times. r=rnewman 2011-10-04 20:52:14 -07:00
Philipp von Weitershausen
2c3ebc0da3 Bug 691988 - OS X: Spurious 'back' events from idle observer cause too many instant syncs. r=rnewman 2011-10-04 20:04:13 -07:00
Philipp von Weitershausen
d72dee763f Bump Sync client version after Gecko version bump. 2011-10-04 20:04:07 -07:00
Richard Newman
3abbcd2310 Bug 691643 - part 1: converting test_corrupt_keys.js. r=philikon 2011-10-04 09:03:18 -07:00
Richard Newman
45caacbbef Bug 691643 - part 0: add some utility accessors to SyncServer. r=philikon 2011-10-04 09:03:18 -07:00
Philipp von Weitershausen
d20f1496ba Bug 691612 - Backoff handling is broken. r=rnewman 2011-10-03 22:52:07 -07:00
Jonathan Griffin
73ab487e6f Update maxVersion for TPS extensions, a=testonly, DONTBUILD
--HG--
extra : rebase_source : c16d887dfdb5ed65b49e31ab05fd44a92999b598
2011-10-03 10:05:04 -07:00
Philipp von Weitershausen
091bf31ea1 Bug 678586 - Trigger a delayed sync after pairing a new device. r=rnewman 2011-10-02 01:18:27 -07:00
Philipp von Weitershausen
ceaffbeaea Bug 675823 - Part 4: Make the setup flow more concise. r=rnewman 2011-10-02 01:17:48 -07:00
Philipp von Weitershausen
bcf362b21a Bug 675823 - Part 1: Implement SendCredentialsController. r=rnewman 2011-10-02 01:16:22 -07:00
Philipp von Weitershausen
9b3adadecf Bug 690616 - Part 1: Notify JPAKEClient controller when pairing is starting. r=rnewman 2011-10-02 01:15:52 -07:00
Philipp von Weitershausen
8921d45b6a Bug 689428 - Part 1: Implement KeyExchange v3 in JPAKEClient. r=rnewman 2011-10-02 01:15:39 -07:00
Philipp von Weitershausen
4670feeaf3 Bug 689428 - Part 0: Fix style in jpakeclient.js. r=rnewman 2011-10-02 01:15:36 -07:00
Richard Newman
d66f3af0cf Bug 691085 - Enhancements to ServerWBO and ServerCollection. r=philikon
* Return server.user() as the return value of registerUser.
    * Add modified time param to insert() and new ServerWBO.
2011-10-01 12:36:51 -07:00
Richard Newman
dd6c3f6d8d Merge mozilla-central to services-central. 2011-09-29 15:37:27 -07:00
Richard Newman
d8d9c38915 Bug 673548 - Part 5: include X-Weave-Records header in ServerCollection GET responses. r=philikon
* * *
Bug 673548 - Part 6: test for X-Weave-Records header. r=philikon
2011-09-29 11:53:28 -07:00
Richard Newman
b332ca13a0 Bug 673548 - Part 4: update test_clients_engine.js to use SyncServer. r=philikon 2011-09-29 11:53:20 -07:00
Richard Newman
38ddda84fd Bug 673548 - Part 3: update Sync bookmark tests to use SyncServer. r=philikon 2011-09-29 11:51:29 -07:00
Richard Newman
3bb2e013f2 Bug 673548 - Part 2: implement JS SyncServer. r=philikon 2011-09-29 11:51:27 -07:00
Richard Newman
53e988f1d7 Bug 673548 - Part 1: return deleted IDs from ServerCollection delete handler, use Log4Moz. r=philikon 2011-09-29 11:50:32 -07:00
Richard Newman
e5eb620072 Bug 673548 - Part 0b: convert test_clients_engine to Unix line endings. r=philikon 2011-09-29 11:50:32 -07:00
Richard Newman
6dccfed1bd Bug 673548 - Part 0a: set Content-Type in ServerWBO responses; enhance ServerCollection. r=philikon 2011-09-29 11:50:28 -07:00
Michael Wu
d2b70213ac Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Michael Wu
d8b65e2c6f Merge mozilla-central to mozilla-inbound on a CLOSED TREE 2011-09-28 22:46:19 -07:00
Philipp von Weitershausen
aafa22d564 Merge m-c to s-c 2011-09-27 09:47:53 -07:00
Philipp von Weitershausen
ee30e5fb23 Bug 686365 - NS_ERROR_FAILURE in policies.js removeIdleObserver. r=rnewman
--HG--
extra : rebase_source : a11aba267fa4e183624d9d38420e098812753519
2011-09-22 15:44:06 -07:00
Richard Newman
07868b2d2d Bug 672878 - follow-up to un-nest an if. a=dumb 2011-09-22 13:46:28 -07:00
Ed Morley
203a48e7ac Bug 689040 - Add missing makefiles to services/makefiles.sh & move tests inside ENABLE_TESTS conditional; r=khuey 2011-09-28 09:26:24 +01:00
Richard Newman
106d106b2a Bug 672878 - temporary shim to log inconsistent state in ChannelListener.onStopRequest. r=philikon 2011-09-22 10:14:13 -07:00
Philipp von Weitershausen
60ec5356ad Merge m-c to s-c 2011-09-19 15:05:14 -07:00
Lucas Rocha
696878e60d Bug 688574 - Fix indentation in in sync's services.js (r=philikon) 2011-10-12 15:13:33 +01:00
Jonathan Griffin
47bcaa34b1 Bug 682443 - dump history and password lists to log on relevant test failure, a=testonly, DONTBUILD 2011-09-09 12:38:13 -07:00
Gregory Szorc
5433c4438a Bug 685757 - Document Store API; r=philikon DONTBUILD 2011-09-09 10:34:58 -07:00
Jonathan Griffin
9cf07390b9 Bug 685926 - pass custom sync server url to mozmill framework, a=testonly, DONTBUILD 2011-09-09 10:27:17 -07:00
Chenxia Liu
ebb95b4b48 Bug 663181 - Automatic cleanup for Sync error logs. r=philikon 2011-09-08 16:52:07 -07:00
Jonathan Griffin
094e3977cc Bug 682443 - dump the bookmark list on bookmark test failure, a=testonly, DONTBUILD 2011-09-07 17:34:27 -07:00
Kyle Huey
e4ec1c04d2 Merge m-c to b-s. 2011-09-11 05:32:38 -04:00
Mike Hommey
713bbacf8d Bug 664090 - Enable test_errorhandler_filelog.js on windows. r=philikon 2011-09-08 09:12:58 +02:00
Philipp von Weitershausen
1a971d463b Bug 683396 follow-up: fix test fixtures to avoid test hangs on opt builds. r=me 2011-09-07 12:12:46 -07:00
Philipp von Weitershausen
12472e7d5e Bug 683396 follow-up: fix botched up rebase. r=me 2011-09-07 00:16:25 -07:00
Marina Samuel
aa10eb5d74 Bug 683396 follow-up: Fix intermittent test failures 2011-09-06 19:15:28 -07:00
Richard Newman
b323e9ae40 Bug 684783 - Fix intermittent test_errorhandler.js. r=philikon 2011-09-06 13:09:29 -07:00
Marina Samuel
fd13f63ab7 Bug 683396 - Correctly identify server maintenance at login. r=philikon 2011-09-06 09:17:26 -07:00