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 |
|
Nick Alexander
|
5411bce250
|
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 |
|
Gregory Szorc
|
c6c96c3474
|
Bug 836177 - Temporarily merge more JSMs to mitigate compartment overhead; r=rnewman
As with bug 834936, this is meant to be temporary until zones land and
we have decent JSM overhead levels.
|
2013-01-30 07:07:22 -08:00 |
|
Richard Newman
|
3cce87fd00
|
Bug 826086 - Handle errors in asyncOpen. r=gps
|
2013-01-02 15:40:03 -08: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 |
|
Richard Newman
|
c13185e7f1
|
Bug 798430 - Copy our set HTTP headers across channel redirects. r=gps
|
2012-10-10 11:49:21 -07:00 |
|
Allison Naaktgeboren
|
a7be27abcd
|
Bug 644734; r=gps
|
2012-09-12 15:08:07 -07:00 |
|
Anant Narayanan
|
8208b16f0a
|
Bug 772191 - Change default stream encoding of RESTRequest to utf-8; r=philikon
|
2012-07-13 16:52:31 -07:00 |
|
Anant Narayanan
|
232c82da66
|
Bug 761877: Add correct UTF-8 handling to RESTRequest; r=gps
|
2012-06-15 14:49:11 -07:00 |
|
Anant Narayanan
|
59108c1314
|
Bug 745424 - Add TokenAuthenticatedRESTRequest; r=gps
|
2012-04-17 15:32:33 -07:00 |
|
Gregory Szorc
|
5d37ab4a4d
|
Bug 727210 - Implement client for Services' token server; r=rnewman
|
2012-04-09 15:40:06 -07: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 |
|