Brian Warner
|
286a2e0658
|
Bug 949259 (elm) - bring elm up-to-date with patch in bug 949259.
|
2013-12-17 15:45:03 +11:00 |
|
Blair McBride
|
89d1cbef27
|
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
|
19cdbfce63
|
Bug 878677 - Part 2: Sync changes to support FormHistory.jsm. r=rnewman
|
2013-06-20 09:56:49 -07:00 |
|
Richard Newman
|
d3068e6c99
|
Backed out changeset 31f1458c6a0b (bug 878677)
|
2013-06-18 09:16:19 -07:00 |
|
Mark Hammond
|
651c99c4da
|
Bug 878677 - Part 2: Sync changes to support FormHistory.jsm. r=rnewman
|
2013-06-17 16:58:54 -07:00 |
|
Nick Alexander
|
0481627d39
|
Bug 848519 - Part 3: Replace services-common/preferences.js with gre/modules/Preferences.jsm in imports. r=gavin
|
2013-04-15 12:45:37 -07:00 |
|
Richard Newman
|
08095b1df2
|
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 |
|
Ehsan Akhgari
|
eec2e6f2b2
|
Bug 823725 - Remove the Svc.Private getter since it is no longer used; r=rnewman
|
2012-12-20 17:43:13 -05:00 |
|
Kyle Huey
|
0469a02b25
|
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
|
a78b5b38c7
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
9a3674d80a
|
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
|
4144129728
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
50b5d3f681
|
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 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Gregory Szorc
|
c967517f14
|
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 |
|
Anant Narayanan
|
a8e51fd3da
|
Bug 745425 - Move Utils.encodeBase64url to CommonUtils; r=gps
|
2012-04-17 15:42:33 -07:00 |
|
Gregory Szorc
|
9139619075
|
Bug 745396 - Refactor Sync utility functions into services-{common,crypto}; r=rnewman
|
2012-04-16 12:19:01 -07:00 |
|
Gregory Szorc
|
c3959234ce
|
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
|
6e7ff251cd
|
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 |
|
Pallani Kumaran
|
646c865e5f
|
Bug 701967 - Misc code cleanup in Sync's util.js; r=gps
This is a re-land of eb4233025be0. References to defunct tests have been
removed.
|
2012-03-13 02:12:47 +08:00 |
|
Gregory Szorc
|
1f69a4ee14
|
Bug 730989 - Refactor identity and authentication in Sync; r=rnewman
|
2012-03-22 15:49:50 -07:00 |
|
Gregory Szorc
|
4bf8f57ddf
|
Backed out changeset eb4233025be0 for xpcshell test failures
|
2012-03-22 15:49:39 -07:00 |
|
Pallani Kumaran
|
68c641d2fd
|
Bug 701967 - Misc code cleanup in Sync's util.js; r=gps
|
2012-03-13 02:12:47 +08:00 |
|
Gregory Szorc
|
b83b6f73ed
|
Bug 729659 - Implement HTTP MAC authorization signing API; r=rnewman, dchan
|
2012-02-27 17:52:48 -08:00 |
|
Richard Newman
|
f648cb573d
|
Bug 653335 - Sync setup wizard triggers Change Master Password dialog. r=philikon
|
2011-10-26 13:46:40 -07:00 |
|
Philipp von Weitershausen
|
7d57b6f306
|
Bug 681864 - Get rid of unused Utils.sha* helpers. r=rnewman
|
2011-08-26 10:27:29 -07:00 |
|
Philipp von Weitershausen
|
b951a276cf
|
Bug 681863 - Replace Utils.isArray with Array.isArray. r=rnewman
|
2011-08-26 10:26:11 -07:00 |
|
Philipp von Weitershausen
|
8adec91fef
|
Bug 681843 - Part 3: Move Utils.asyncChain to Async.chain. r=rnewman
--HG--
rename : services/sync/tests/unit/test_utils_asyncChain.js => services/sync/tests/unit/test_async_chain.js
|
2011-08-26 10:25:42 -07:00 |
|
Philipp von Weitershausen
|
556383c35d
|
Bug 681843 - Part 2: Remove Utils as a dependency in async.js, expose Async in util.js. r=rnewman
|
2011-08-26 10:25:29 -07:00 |
|
Philipp von Weitershausen
|
beb1d69651
|
Bug 681843 - Part 1: Clean up async.js. r=rnewman
|
2011-08-26 10:25:19 -07:00 |
|
Richard Newman
|
a1d92df0ae
|
Bug 680678 - Sync: byteArrayToString appears more than once in util.js. r=philikon
|
2011-08-22 09:15:02 -07:00 |
|
Philipp von Weitershausen
|
a321c8c9f4
|
Bug 675125 - Utils.notify should pass observers the exception as subject. r=rnewman
|
2011-07-29 18:47:39 -07:00 |
|
Marina Samuel
|
72914fe542
|
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 |
|
Philipp von Weitershausen
|
3c999d08f0
|
Bug 661587 - Don't use the root logger. r=rnewman
|
2011-06-13 20:42:18 +02:00 |
|
Philipp von Weitershausen
|
4d9760b813
|
Bug 610832 - Dump log to disk when sync fails. r=rnewman
|
2011-06-13 20:39:51 +02:00 |
|
Philipp von Weitershausen
|
5070660f44
|
Bug 662178 - Ensure Utils.nextTick timers aren't GC'ed prematurely... by not using timers. r=rnewman
|
2011-06-08 18:12:12 +02:00 |
|
Philipp von Weitershausen
|
e198b5205d
|
Bug 662178 - Simplify timed callbacks. r=rnewman
|
2011-06-06 21:27:36 +02:00 |
|
Richard Newman
|
eee2107d91
|
Move async utilities into async.js. Add Async.makeSpinningCallback as a temporary shim for wrapping Cb versions of functions. r=philiKON
|
2011-05-30 19:01:13 -07:00 |
|
Richard Newman
|
7c92bbeb54
|
Add Utils.slices. r=philiKON
|
2011-05-30 19:01:07 -07:00 |
|
Richard Newman
|
b3e3a6a424
|
Bug 660713 - Reuse arrays in Utils.arraySub and Utils.arrayUnion. r=philiKON
|
2011-05-30 15:57:33 -07:00 |
|
Matt Brubeck
|
12432c1380
|
Bug 659777 - Check for existence of Svc.Private before accessing it [r=philikon]
|
2011-05-25 16:40:09 -07:00 |
|
Philipp von Weitershausen
|
15a24d71c1
|
Bug 648364 - Remove dead code. r=rnewman
|
2011-05-19 18:09:02 -07:00 |
|
Philipp von Weitershausen
|
9ddc602b4e
|
Bug 648364 - Replace custom helpers with FileUtils.jsm. r=rnewman
|
2011-05-19 18:08:51 -07:00 |
|
Philipp von Weitershausen
|
bf1271b21a
|
Bug 648364 - Replace custom helpers with XPCOMUtils.jsm. r=rnewman
|
2011-05-19 18:08:35 -07:00 |
|
Philipp von Weitershausen
|
36a5232ef5
|
Bug 648364 - Replace custom helpers with PlacesUtils.jsm. r=rnewman
|
2011-05-19 18:08:22 -07:00 |
|
Philipp von Weitershausen
|
a85e5bfc44
|
Bug 648364 - Replace custom helpers with Services.jsm. r=rnewman
|
2011-05-19 18:08:07 -07:00 |
|
Richard Newman
|
7b717f5250
|
Bug 618052: Intermittent test_utils_queryAsync.js: don't call success callback on error. r=philiKON
|
2011-04-18 19:54:11 -07:00 |
|
Philipp von Weitershausen
|
32cd47583c
|
Bug 648338 - Remove remaining Firefox 3.5/3.6 compat code. r=rnewman
|
2011-04-07 15:31:11 -07:00 |
|
Alon Zakai
|
a645dd4b91
|
Bug 634666 - File streams perform disk I/O when being initialized. r=philikon a=blocking-fennec
|
2011-03-04 18:39:38 -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 |
|