Mark Hammond
|
322fe2a50a
|
Bug 959222 (part 1) - Make browserid_identity a first-class identity module. r=rnewman
|
2014-01-28 17:51:09 -08:00 |
|
Blair McBride
|
908c3ef327
|
Bug 451283 - Move log4moz.js to Toolkit as Log.jsm. r=gps,Mossop
--HG--
rename : services/common/log4moz.js => toolkit/modules/Log.jsm
rename : services/common/tests/unit/test_log4moz.js => toolkit/modules/tests/xpcshell/test_Log.js
|
2013-08-26 11:55:58 -07:00 |
|
Richard Newman
|
b26dcb1952
|
Bug 908461 - Protocol deprecation indicators for Sync: client support. r=gps
|
2013-09-03 16:11:46 -07:00 |
|
Kyle Huey
|
45adfbf2c8
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
|
2012-10-31 09:13:28 -07:00 |
|
Vicamo Yang
|
e6e6deb486
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
7457de64ad
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
|
Ed Morley
|
a7bb0ec116
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
dd0cfd935a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
|
Gregory Szorc
|
48db52e99d
|
Bug 787273 - Part 4: Refactor Identity to not be a singleton; r=rnewman
Access to IdentityManager functionality now goes through the Service
singleton.
|
2012-09-14 16:02:33 -07:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Gregory Szorc
|
49412510e0
|
Bug 731494 - Refactor generic code from services/sync into services/common; r=rnewman
--HG--
rename : services/sync/modules/async.js => services/common/async.js
rename : services/sync/modules/log4moz.js => services/common/log4moz.js
rename : services/sync/modules/ext/Observers.js => services/common/observers.js
rename : services/sync/modules/ext/Preferences.js => services/common/preferences.js
rename : services/sync/modules/ext/StringBundle.js => services/common/stringbundle.js
rename : services/sync/tests/unit/test_async_chain.js => services/common/tests/unit/test_async_chain.js
rename : services/sync/tests/unit/test_async_querySpinningly.js => services/common/tests/unit/test_async_querySpinningly.js
rename : services/sync/tests/unit/test_log4moz.js => services/common/tests/unit/test_log4moz.js
rename : services/sync/tests/unit/test_Observers.js => services/common/tests/unit/test_observers.js
rename : services/sync/tests/unit/test_Preferences.js => services/common/tests/unit/test_preferences.js
rename : services/sync/tests/unit/test_restrequest.js => services/common/tests/unit/test_restrequest.js
rename : services/sync/tests/unit/test_utils_makeURI.js => services/common/tests/unit/test_utils_makeURI.js
rename : services/sync/tests/unit/test_utils_namedTimer.js => services/common/tests/unit/test_utils_namedTimer.js
rename : services/sync/tests/unit/test_utils_stackTrace.js => services/common/tests/unit/test_utils_stackTrace.js
|
2012-04-05 23:26:06 -07:00 |
|
Gregory Szorc
|
9849ea91e2
|
Bug 730989 - Refactor identity and authentication in Sync; r=rnewman
|
2012-03-22 15:49:50 -07:00 |
|
Richard Newman
|
50c2bcb339
|
Bug 694728 - Sync: Log Status transitions. r=philikon
|
2011-10-15 15:29:11 -07:00 |
|
Philipp von Weitershausen
|
b5bedc6fa0
|
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 |
|
Philipp von Weitershausen
|
448d9b94ac
|
Bug 609421 - Combine base_record/* files into record.js. r=rnewman
--HG--
rename : services/sync/modules/base_records/wbo.js => services/sync/modules/record.js
|
2011-01-18 16:23:30 -08:00 |
|
Richard Newman
|
ffb07cee37
|
Bug 603489, 614489: simplified crypto. r=mconnor
|
2010-11-29 16:41:17 -08:00 |
|
Philipp von Weitershausen
|
57109455df
|
Bug 587027 - Use as little memory as possible (part 4)
Refactor Service._checkSetup() to Status.checkSetup().
Also move the test fixture for WeaveCryptoID to the individual tests that need it.
|
2010-08-25 15:49:45 -07:00 |
|
Edward Lee
|
4e55362a90
|
Bug 570636 - Decide how to co-exist as a sync add-on and built-in sync [r=mconnor]
Map the modules directory to services-sync instead of weave and update imports.
|
2010-06-16 14:30:08 -07:00 |
|
Philipp von Weitershausen
|
912b4b6b57
|
Bug 557590 - code audit and create unit test plan for status.js [r=mconnor]
Initialize status values in status.js + tests for status.js.
|
2010-06-01 15:12:25 -07:00 |
|
Mike Connor
|
d588221cab
|
Bug 560937 - move all setup into a single wizard, and clean up interactions, r=mardak
|
2010-04-21 20:40:42 -04:00 |
|
Mike Connor
|
6c844c551e
|
Bug 556930 - Wrong secret phrase warning shows up when logging in, r=Mardak
|
2010-04-09 13:20:41 -04:00 |
|
Mike Connor
|
54016ff07a
|
bug 550597 - explicit server backoff is buggy, r=Mardak
--HG--
extra : rebase_source : 8e3621b0d7de77d918f1fe7ce1304f303fd19f97
|
2010-03-25 17:24:41 -04:00 |
|
Edward Lee
|
4c119524e4
|
Move the status record into a separate Status object exported with the Weave object.
|
2009-10-07 10:47:43 -07:00 |
|