Gregory Szorc
|
5fc83ce80c
|
Bug 845842 - Use promises that resolve on later ticks; r=rnewman
This is meant as a temporary workaround until a built-in promise library
offers similar functionality.
|
2013-03-18 20:47:34 -07:00 |
|
Richard Newman
|
5766076c81
|
Bug 851209 - Make exceptionStr robust against null exceptions. r=gps
|
2013-03-14 11:23:47 -07:00 |
|
Richard Newman
|
5241ff40af
|
Bug 836206 - Split out or rewrite CommonUtils.jsonLoad/jsonSave. r=gps
--HG--
rename : services/common/tests/unit/test_utils_json.js => services/sync/tests/unit/test_utils_json.js
|
2013-02-03 00:51:26 -08:00 |
|
Richard Newman
|
aad377ff7b
|
Bug 807842 - FHR provider: profile metadata. r=gps
|
2012-12-11 15:13:00 -08:00 |
|
Gregory Szorc
|
5e2f1b8df5
|
Bug 803377 - Add CommonUtils.convertString; r=rnewman
|
2012-11-06 08:37:53 -08:00 |
|
Gregory Szorc
|
ed60c5ac89
|
Bug 807231 - Add CommonUtils.{getDatePref,setDatePref}; r=rnewman
|
2012-11-05 12:49:42 -08:00 |
|
Gregory Szorc
|
3a8504a280
|
Bug 806591 - Add CommonUtils.generateUUID utility function; r=rnewman
|
2012-11-05 12:49:34 -08:00 |
|
Kyle Huey
|
1482122303
|
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
|
8297cdabd6
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
bdf47895bb
|
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
|
777eed8444
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
aa1997a51a
|
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 |
|
Nick Alexander
|
fbd176b4a8
|
Bug 790822: Make ensureMillisecondsTimestamp convert to integer. r=gps
|
2012-09-30 18:12:46 -07:00 |
|
Gregory Szorc
|
f59d37ae51
|
Bug 760448 - Send result to CommonUtils.jsonSave's callback; r=rnewman
|
2012-06-01 18:35:38 +02:00 |
|
Gregory Szorc
|
7989a944e5
|
Bug 744323 - JS implementation of storage service 2.0 server; r=rnewman
|
2012-06-01 15:12:40 +02:00 |
|
Gregory Szorc
|
dd9fa06556
|
Bug 760105 - Add argument to CommonUtils.encodeBase64URL for padding; r=rnewman
|
2012-06-01 15:12:37 +02:00 |
|
Gregory Szorc
|
aa2a6a2c99
|
Bug 753515 - Move json{Load,Save} from services-sync into services-common; r=mconnor
--HG--
rename : services/sync/tests/unit/test_utils_json.js => services/common/tests/unit/test_utils_json.js
|
2012-05-10 12:21:21 -07:00 |
|
Gregory Szorc
|
08d793a933
|
Back out df780dfa7862 for xpcshell bustage on Windows and Linux
|
2012-04-17 16:49:40 -07:00 |
|
Anant Narayanan
|
cd4feddfe0
|
Bug 745425 - Move Utils.encodeBase64url to CommonUtils; r=gps
|
2012-04-17 15:42:33 -07:00 |
|
Gregory Szorc
|
14e56982dd
|
Bug 745885 - Improvements to CommonUtils.namedTimer; r=rnewman
|
2012-04-16 16:14:04 -07:00 |
|
Gregory Szorc
|
2084bafe61
|
Bug 745396 - Refactor Sync utility functions into services-{common,crypto}; r=rnewman
|
2012-04-16 12:19:01 -07:00 |
|
Gregory Szorc
|
ccb6375f4f
|
Bug 743413 - Move some utility functions from sync to common; r=rnewman
--HG--
rename : services/sync/tests/unit/test_utils_atob.js => services/common/tests/unit/test_utils_atob.js
rename : services/sync/tests/unit/test_utils_utf8.js => services/common/tests/unit/test_utils_utf8.js
|
2012-04-09 15:39:59 -07:00 |
|
Gregory Szorc
|
10e97429b9
|
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 |
|