Dave Townsend
|
6045db4919
|
Bug 563256: Re-enabling the active theme doesn't clear the pending switch preference. r=robstrong
|
2010-05-06 16:02:04 -07:00 |
|
Dave Townsend
|
6b67506d41
|
Bug 553112: Add a shared module for add-ons manager logging. r=robstrong
|
2010-04-26 12:14:19 -07:00 |
|
Dave Townsend
|
01d68eb9be
|
Bug 561078: Switching to the default theme doesn't require a restart when a lightweight theme is selected. r=robstrong
|
2010-04-27 13:45:20 -07:00 |
|
Dave Townsend
|
62b241c16d
|
Bug 553092: Initialise the permissions manager on startup. r=robstrong
|
2010-04-26 12:19:18 -07:00 |
|
Dave Townsend
|
466b7d16f8
|
Bug 555349: Finalize the restartless add-on format. r=robstrong
|
2010-04-28 09:23:36 -07:00 |
|
Dave Townsend
|
33401770dc
|
Bug 558823: Migrate compatibility information from extensions.rdf. r=robstrong
|
2010-04-20 15:41:56 -07:00 |
|
Dave Townsend
|
c62098e5c3
|
Bug 556842: Switch the blocklist service to the new APIs. r=robstrong
--HG--
rename : toolkit/mozapps/extensions/test/unit/test_bug449027.js => toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js
rename : toolkit/mozapps/extensions/test/unit/test_bug455906.js => toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js
rename : toolkit/mozapps/extensions/test/unit/test_bug514327_3.js => toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js
|
2010-04-26 11:45:22 -07:00 |
|
Dave Townsend
|
ed58af6a70
|
Bug 559800: Extensions.sqlite doesn't get properly recreated if it is deleted. r=robstrong
|
2010-04-20 15:33:00 -07:00 |
|
Dave Townsend
|
243009b763
|
Bug 557849: Make Addon.updateAutomatically persist and work. r=robstrong
* * *
Bug 559876: test_update.js is failing intermittently.
|
2010-04-20 16:39:10 -07:00 |
|
Dave Townsend
|
74dbc43f95
|
Bug 555942: Name of AddonsManager.getAddons() is misleading/inconsistent. r=robstrong
|
2010-04-26 10:49:19 -07:00 |
|
Dave Townsend
|
80b649a569
|
Bug 555942: Style and attribute prefix fixes, no review
* * *
Fix argument renames for test_registry.js
|
2010-04-28 09:42:07 -07:00 |
|
Dave Townsend
|
acbf6c0648
|
Bug 557269: Port old xpcshell tests to the new API. r=robstrong
--HG--
rename : toolkit/mozapps/extensions/test/unit/test_bug541420.js => toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js
|
2010-04-28 11:49:56 -07:00 |
|
Dave Townsend
|
dd14cba960
|
Bug 553022: Remove cancelled and failed installs from the active installs list. r=robstrong
|
2010-04-07 11:16:10 -07:00 |
|
Dave Townsend
|
d75ab5e396
|
Bug 552732: Add isCompatibleWith and rename the UpdateListener methods. r=robstrong
|
2010-04-26 10:43:09 -07:00 |
|
Dave Townsend
|
e25c9920c1
|
Bug 555486: Add a scope property to add-ons and allow disabling loading add-ons from certain scopes. r=robstrong
|
2010-04-07 11:08:32 -07:00 |
|
Dave Townsend
|
36b29afadd
|
Bug 555083: Add support for registry install locations. r=robstrong
|
2010-04-08 12:28:10 -07:00 |
|
Dave Townsend
|
e444ba5de0
|
Bug 553094: Support localised metadata in the preferences. r=robstrong
|
2010-04-07 11:05:28 -07:00 |
|
Dave Townsend
|
94b9ec725c
|
Bug 553114: Add a list of enabled add-ons to crash reports. r=robstrong
|
2010-04-07 11:05:03 -07:00 |
|
Dave Townsend
|
06cc40d128
|
Bug 552758: Detect when the network goes offline and cancel downloads. r=robstrong
|
2010-04-08 14:04:03 -07:00 |
|
Dave Townsend
|
f25d880bc4
|
Bug 552759: Allow treating untrusted signers as unsigned. r=robstrong
|
2010-04-08 14:06:59 -07:00 |
|
Dave Townsend
|
844e6d390f
|
Bug 554246: Add tests for updateURL escaping and fix the UPDATE_TYPE values. r=robstrong
|
2010-04-06 10:26:33 -07:00 |
|
Dave Townsend
|
d43ec78fb3
|
Bug 552756: Use consistent naming of loadGroup to fix auth and cookie issues. r=robstrong
|
2010-04-28 09:33:43 -07:00 |
|
Dave Townsend
|
b916ab6614
|
Bug 553868: Add an onNoUpdateAvailable event. r=robstrong
|
2010-04-07 11:14:51 -07:00 |
|
Dave Townsend
|
18562465f2
|
Bug 553967: Add an install property to Addons pending install to get the AddonInstall. r=robstrong
|
2010-04-07 11:16:41 -07:00 |
|
Dave Townsend
|
e4a54bb1ae
|
Bug 553872: Add a PENDING_UPGRADE bit and provide access to the Addon instance that is pending. r=robstrong
|
2010-04-07 10:54:23 -07:00 |
|
Dave Townsend
|
fa941bdce9
|
Bug 553790: Make getInstalls filter on type. r=robstrong
|
2010-04-05 13:40:08 -07:00 |
|
Dave Townsend
|
02d14d7ba7
|
Bug 552835: Use the system principal to construct bootstrap sandboxes. r=robstrong
|
2010-04-05 10:31:00 -07:00 |
|
Dave Townsend
|
ca167a04ce
|
Bug 553090: Check for updated compatibility for local file installs. r=robstrong
|
2010-04-06 09:57:53 -07:00 |
|
Dave Townsend
|
d4c80bc30e
|
Bug 553169: Implement XPI extensions in the new extension manager API. r=robstrong
|
2010-04-29 13:11:23 -07:00 |
|
Dave Townsend
|
74b7768710
|
Backout new add-ons manager due to Ts regression on OSX 10.5
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
|
2010-05-01 11:04:44 -07:00 |
|
Dave Townsend
|
bec41add7f
|
Bug 553112: Add a shared module for add-ons manager logging. r=robstrong
|
2010-04-26 12:14:19 -07:00 |
|
Dave Townsend
|
2507dab858
|
Bug 561078: Switching to the default theme doesn't require a restart when a lightweight theme is selected. r=robstrong
|
2010-04-27 13:45:20 -07:00 |
|
Dave Townsend
|
d62ee330b3
|
Bug 553092: Initialise the permissions manager on startup. r=robstrong
|
2010-04-26 12:19:18 -07:00 |
|
Dave Townsend
|
33d0afcc8b
|
Bug 555349: Finalize the restartless add-on format. r=robstrong
|
2010-04-28 09:23:36 -07:00 |
|
Dave Townsend
|
35c35cb8f1
|
Bug 558823: Migrate compatibility information from extensions.rdf. r=robstrong
|
2010-04-20 15:41:56 -07:00 |
|
Dave Townsend
|
f272e41278
|
Bug 556842: Switch the blocklist service to the new APIs. r=robstrong
--HG--
rename : toolkit/mozapps/extensions/test/unit/test_bug449027.js => toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js
rename : toolkit/mozapps/extensions/test/unit/test_bug455906.js => toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js
rename : toolkit/mozapps/extensions/test/unit/test_bug514327_3.js => toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js
|
2010-04-26 11:45:22 -07:00 |
|
Dave Townsend
|
162e9c8417
|
Bug 559800: Extensions.sqlite doesn't get properly recreated if it is deleted. r=robstrong
|
2010-04-20 15:33:00 -07:00 |
|
Dave Townsend
|
ddf0793ddb
|
Bug 557849: Make Addon.updateAutomatically persist and work. r=robstrong
* * *
Bug 559876: test_update.js is failing intermittently.
|
2010-04-20 16:39:10 -07:00 |
|
Dave Townsend
|
6210ae85c3
|
Bug 555942: Name of AddonsManager.getAddons() is misleading/inconsistent. r=robstrong
|
2010-04-26 10:49:19 -07:00 |
|
Dave Townsend
|
a1c6c4d97f
|
Bug 555942: Style and attribute prefix fixes, no review
* * *
Fix argument renames for test_registry.js
|
2010-04-28 09:42:07 -07:00 |
|
Dave Townsend
|
86823f9000
|
Bug 557269: Port old xpcshell tests to the new API. r=robstrong
--HG--
rename : toolkit/mozapps/extensions/test/unit/test_bug541420.js => toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js
|
2010-04-28 11:49:56 -07:00 |
|
Dave Townsend
|
16fa9d38b2
|
Bug 553022: Remove cancelled and failed installs from the active installs list. r=robstrong
|
2010-04-07 11:16:10 -07:00 |
|
Dave Townsend
|
8d7a4d9af6
|
Bug 552732: Add isCompatibleWith and rename the UpdateListener methods. r=robstrong
|
2010-04-26 10:43:09 -07:00 |
|
Dave Townsend
|
7dbd88b267
|
Bug 555486: Add a scope property to add-ons and allow disabling loading add-ons from certain scopes. r=robstrong
|
2010-04-07 11:08:32 -07:00 |
|
Dave Townsend
|
ab68fc177e
|
Bug 555083: Add support for registry install locations. r=robstrong
|
2010-04-08 12:28:10 -07:00 |
|
Dave Townsend
|
6859d044da
|
Bug 553094: Support localised metadata in the preferences. r=robstrong
|
2010-04-07 11:05:28 -07:00 |
|
Dave Townsend
|
ce5fa21bef
|
Bug 553114: Add a list of enabled add-ons to crash reports. r=robstrong
|
2010-04-07 11:05:03 -07:00 |
|
Dave Townsend
|
b13c90cd5c
|
Bug 552758: Detect when the network goes offline and cancel downloads. r=robstrong
|
2010-04-08 14:04:03 -07:00 |
|
Dave Townsend
|
26bf2c75e2
|
Bug 552759: Allow treating untrusted signers as unsigned. r=robstrong
|
2010-04-08 14:06:59 -07:00 |
|
Dave Townsend
|
245056072b
|
Bug 554246: Add tests for updateURL escaping and fix the UPDATE_TYPE values. r=robstrong
|
2010-04-06 10:26:33 -07:00 |
|
Dave Townsend
|
b1e2a2d8c3
|
Bug 552756: Use consistent naming of loadGroup to fix auth and cookie issues. r=robstrong
|
2010-04-28 09:33:43 -07:00 |
|
Dave Townsend
|
5504b2f505
|
Bug 553868: Add an onNoUpdateAvailable event. r=robstrong
|
2010-04-07 11:14:51 -07:00 |
|
Dave Townsend
|
250dff6390
|
Bug 553967: Add an install property to Addons pending install to get the AddonInstall. r=robstrong
|
2010-04-07 11:16:41 -07:00 |
|
Dave Townsend
|
5f2fa99ee0
|
Bug 553872: Add a PENDING_UPGRADE bit and provide access to the Addon instance that is pending. r=robstrong
|
2010-04-07 10:54:23 -07:00 |
|
Dave Townsend
|
8efb1024de
|
Bug 553790: Make getInstalls filter on type. r=robstrong
|
2010-04-05 13:40:08 -07:00 |
|
Dave Townsend
|
73df5e151d
|
Bug 552835: Use the system principal to construct bootstrap sandboxes. r=robstrong
|
2010-04-05 10:31:00 -07:00 |
|
Dave Townsend
|
8a8a29465d
|
Bug 553090: Check for updated compatibility for local file installs. r=robstrong
|
2010-04-06 09:57:53 -07:00 |
|
Dave Townsend
|
08dec30cae
|
Bug 553169: Implement XPI extensions in the new extension manager API. r=robstrong
|
2010-04-29 13:11:23 -07:00 |
|