Commit Graph

634 Commits

Author SHA1 Message Date
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
43cfabf5a8 Bug 553113: Perform automatic updates for the default lightweight theme. r=robstrong 2010-04-28 11:47:22 -07:00
Dave Townsend
72a7f85077 Bug 555247: Detect when all events have been seen and continue the test. r=robstrong 2010-04-05 10:25:23 -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
1673f06eb3 Bug 553791: Add an onExternalInstall event to signal the start of installs with no associated AddonInstall. r=robstrong 2010-04-28 11:46:00 -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
b8f7220cce Bug 553777: Make lightweight themes appear to be compatible. r=robstrong 2010-04-06 14:39:30 -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
7a182ad4ba Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle 2010-04-20 15:14:15 -07:00
Dave Townsend
994e5161a8 Bug 553385: Bypass cache for update checks. r=robstrong 2010-04-05 10:19:52 -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
e9dbdb947c Bug 552736: Initial support for plugins in the API. r=robstrong 2010-04-05 11:09:52 -07:00
Dave Townsend
3a9b45decd Bug 553956: AddonProviders that contain syntax errors can break everything. r=robstrong 2010-05-06 10:22:44 -07:00
Dave Townsend
323f5e8b90 Bug 553169: Remove the old extension manager code 2010-03-21 15:36:39 -07:00
Dave Townsend
7cb61c81ed Bug 553169: Port xpinstall browser chrome tests to the new extension manager API. r=robstrong
--HG--
rename : xpinstall/tests/authRedirect.sjs => toolkit/mozapps/extensions/test/xpinstall/authRedirect.sjs
rename : xpinstall/tests/browser_auth.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth.js
rename : xpinstall/tests/browser_auth2.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth2.js
rename : xpinstall/tests/browser_auth3.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth3.js
rename : xpinstall/tests/browser_badhash.js => toolkit/mozapps/extensions/test/xpinstall/browser_badhash.js
rename : xpinstall/tests/browser_badhashtype.js => toolkit/mozapps/extensions/test/xpinstall/browser_badhashtype.js
rename : xpinstall/tests/browser_bug540558.js => toolkit/mozapps/extensions/test/xpinstall/browser_bug540558.js
rename : xpinstall/tests/browser_cookies.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies.js
rename : xpinstall/tests/browser_cookies2.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies2.js
rename : xpinstall/tests/browser_cookies3.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies3.js
rename : xpinstall/tests/browser_cookies4.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies4.js
rename : xpinstall/tests/browser_corrupt.js => toolkit/mozapps/extensions/test/xpinstall/browser_corrupt.js
rename : xpinstall/tests/browser_empty.js => toolkit/mozapps/extensions/test/xpinstall/browser_empty.js
rename : xpinstall/tests/browser_enabled2.js => toolkit/mozapps/extensions/test/xpinstall/browser_enabled2.js
rename : xpinstall/tests/browser_enabled3.js => toolkit/mozapps/extensions/test/xpinstall/browser_enabled3.js
rename : xpinstall/tests/browser_hash.js => toolkit/mozapps/extensions/test/xpinstall/browser_hash.js
rename : xpinstall/tests/browser_installchrome.js => toolkit/mozapps/extensions/test/xpinstall/browser_installchrome.js
rename : xpinstall/tests/browser_navigateaway.js => toolkit/mozapps/extensions/test/xpinstall/browser_navigateaway.js
rename : xpinstall/tests/browser_navigateaway2.js => toolkit/mozapps/extensions/test/xpinstall/browser_navigateaway2.js
rename : xpinstall/tests/browser_offline.js => toolkit/mozapps/extensions/test/xpinstall/browser_offline.js
rename : xpinstall/tests/browser_signed_multiple.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_multiple.js
rename : xpinstall/tests/browser_signed_naming.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_naming.js
rename : xpinstall/tests/browser_signed_tampered.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_tampered.js
rename : xpinstall/tests/browser_signed_trigger.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_trigger.js
rename : xpinstall/tests/browser_signed_untrusted.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_untrusted.js
rename : xpinstall/tests/browser_softwareupdate.js => toolkit/mozapps/extensions/test/xpinstall/browser_softwareupdate.js
rename : xpinstall/tests/browser_unsigned_trigger.js => toolkit/mozapps/extensions/test/xpinstall/browser_unsigned_trigger.js
rename : xpinstall/tests/browser_whitelist.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist.js
rename : xpinstall/tests/browser_whitelist2.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist2.js
rename : xpinstall/tests/browser_whitelist3.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist3.js
rename : xpinstall/tests/browser_whitelist4.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist4.js
rename : xpinstall/tests/bug540558.html => toolkit/mozapps/extensions/test/xpinstall/bug540558.html
rename : xpinstall/tests/cookieRedirect.sjs => toolkit/mozapps/extensions/test/xpinstall/cookieRedirect.sjs
rename : xpinstall/tests/corrupt.xpi => toolkit/mozapps/extensions/test/xpinstall/corrupt.xpi
rename : xpinstall/tests/empty.xpi => toolkit/mozapps/extensions/test/xpinstall/empty.xpi
rename : xpinstall/tests/enabled.html => toolkit/mozapps/extensions/test/xpinstall/enabled.html
rename : xpinstall/tests/installchrome.html => toolkit/mozapps/extensions/test/xpinstall/installchrome.html
rename : xpinstall/tests/installtrigger.html => toolkit/mozapps/extensions/test/xpinstall/installtrigger.html
rename : xpinstall/tests/signed-no-cn.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-no-cn.xpi
rename : xpinstall/tests/signed-no-o.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-no-o.xpi
rename : xpinstall/tests/signed-tampered.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-tampered.xpi
rename : xpinstall/tests/signed-untrusted.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-untrusted.xpi
rename : xpinstall/tests/signed.xpi => toolkit/mozapps/extensions/test/xpinstall/signed.xpi
rename : xpinstall/tests/signed2.xpi => toolkit/mozapps/extensions/test/xpinstall/signed2.xpi
rename : xpinstall/tests/startsoftwareupdate.html => toolkit/mozapps/extensions/test/xpinstall/startsoftwareupdate.html
rename : xpinstall/tests/unsigned.xpi => toolkit/mozapps/extensions/test/xpinstall/unsigned.xpi
2010-04-29 13:11:24 -07:00
Dave Townsend
0b5669c8d4 Bug 553169: XPCShell tests for the new extension manager API. r=robstrong 2010-04-29 13:11:23 -07:00
Dave Townsend
f2db58e155 Bug 553169: Port tests for bug 435743 to the new extension manager API. r=robstrong 2010-04-29 13:11:23 -07:00
Dave Townsend
e225f4a276 Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz 2010-04-29 13:11:23 -07:00
Dave Townsend
646512a96d Bug 553169: Implement an AddonProvider for lightweight themes. r=robstrong 2010-04-29 13:11:23 -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
7e38027b87 Bug 553169: Implement the basic extension manager API and platform integration. r=robstrong 2010-04-29 13:11:23 -07:00
Dave Townsend
a1ec79c19b Bug 553169: Implement a JS module for performing add-on update checks. r=robstrong 2010-04-29 13:11:23 -07:00
Dave Townsend
fe87832908 Restoring the tests accidentally backed out by changeset a8ba788cac18 from bug 563662 2010-05-06 15:34:44 -07:00
Ted Mielczarek
59b56c5131 bug 563662 - FPU Exception filter crashes when we hit a pure virtual function call. r=bsmedberg
--HG--
extra : rebase_source : 34016adebf806015162553df71ad28879105e978
2010-05-04 15:34:55 -04:00
Dave Townsend
ba5998d44f Bug 574541: getResourceURI fails to work correctly with files in subdirectories of the add-on. r=robstrong 2010-06-24 19:33:36 -07:00
Dave Townsend
3b1258cf1e Bug 570484: Ignore invalid targetApplication and localized properties. r=robstrong 2010-06-24 16:41:46 -07:00
Ben Parr
a6db7bdc80 Bug 572561: Addons Manager hides Language category if there are no locale packs installed but some are pending install. r=Unfocused, r=dtownsend 2010-06-24 12:50:04 -07:00
Blair McBride
00bc7ba03d Bug 562890 - Preferences button for the add-on should be placed in the entry of the digest view. r=mossop 2010-06-24 11:35:21 +12: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
Blair McBride
d4c68b27f1 Bug 562877 - addons manager rewrite re-used entity names with different values 2010-05-01 10:04:23 +12:00
Blair McBride
c80c51a338 Bug 562876 - l10n build bustage fix - Addons manager rewrite removed brand.dtd reference, l10n builds still need that. 2010-04-30 22:26:41 +12:00
Dave Townsend
5790bd0140 Bug 562583: test_update.js in the addonsmgr branch fails randomly. CLOSED TREE 2010-04-29 13:15:13 -07:00
Blair McBride
561980b8b3 Bug 562306: Changing state of "Update Automatically" for an add-on doesn't update database entry. r=dtownsend 2010-04-29 10:21:04 -07:00
Blair McBride
c8b4a26880 Bug 552755 Fix browser_bug510909.js. r=dtownsend 2010-04-29 10:18:33 -07:00
Blair McBride
cffdfceb90 Bug 554007: New add-ons manager UI (main UI). r=dtownsend
* * *
Bug 554007 - cleanup of about.js
2010-04-29 10:37:34 -07:00
Dave Townsend
566fc81984 Bug 562518: Update nsAddonRepository to use the new API. r=robstrong
--HG--
rename : toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml => toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml => toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml => toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/unit/test_bug404024.js => toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js
rename : toolkit/mozapps/extensions/test/unit/test_bug417606.js => toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js
rename : toolkit/mozapps/extensions/test/unit/test_bug424262.js => toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js
2010-04-29 10:41:24 -07:00
Dave Townsend
887592beb7 Bug 561876: Some tests aren't clearing active installs leading to later tests failing. r=robstrong 2010-04-29 13:11:28 -07:00
Dave Townsend
0c109bb371 Bug 561878: xpinstall.enabled isn't properly blocking installation by webpages. r=robstrong 2010-04-29 13:11:28 -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
35ba243665 Bug 559877: Fix timeout in test_bug559800.js. r=robstrong 2010-04-26 11:41:20 -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
1546bfe57a Bug 559850: Update providers to have consistent properties. r=robstrong 2010-04-26 10:48:27 -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
dbfe03be1e Bug 553113: Perform automatic updates for the default lightweight theme. r=robstrong 2010-04-28 11:47:22 -07:00
Dave Townsend
3025ef0ed4 Bug 555247: Detect when all events have been seen and continue the test. r=robstrong 2010-04-05 10:25:23 -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
81ed38267b Bug 553791: Add an onExternalInstall event to signal the start of installs with no associated AddonInstall. r=robstrong 2010-04-28 11:46:00 -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
d563615486 Bug 553777: Make lightweight themes appear to be compatible. r=robstrong 2010-04-06 14:39:30 -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
e9f8fcd5cb Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle 2010-04-20 15:14:15 -07:00
Dave Townsend
c63394efea Bug 553385: Bypass cache for update checks. r=robstrong 2010-04-05 10:19:52 -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
fdac06792f Bug 552736: Initial support for plugins in the API. r=robstrong 2010-04-05 11:09:52 -07:00
Dave Townsend
8903153281 AddonProviders that contain syntax errors can break everything. r=robstrong 2010-04-05 10:23:19 -07:00
Dave Townsend
6a95a1b6bf Bug 553169: Remove the old extension manager code 2010-03-21 15:36:39 -07:00
Dave Townsend
f507e9fbe7 Bug 553169: Port xpinstall browser chrome tests to the new extension manager API. r=robstrong
--HG--
rename : xpinstall/tests/authRedirect.sjs => toolkit/mozapps/extensions/test/xpinstall/authRedirect.sjs
rename : xpinstall/tests/browser_auth.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth.js
rename : xpinstall/tests/browser_auth2.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth2.js
rename : xpinstall/tests/browser_auth3.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth3.js
rename : xpinstall/tests/browser_badhash.js => toolkit/mozapps/extensions/test/xpinstall/browser_badhash.js
rename : xpinstall/tests/browser_badhashtype.js => toolkit/mozapps/extensions/test/xpinstall/browser_badhashtype.js
rename : xpinstall/tests/browser_bug540558.js => toolkit/mozapps/extensions/test/xpinstall/browser_bug540558.js
rename : xpinstall/tests/browser_cookies.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies.js
rename : xpinstall/tests/browser_cookies2.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies2.js
rename : xpinstall/tests/browser_cookies3.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies3.js
rename : xpinstall/tests/browser_cookies4.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies4.js
rename : xpinstall/tests/browser_corrupt.js => toolkit/mozapps/extensions/test/xpinstall/browser_corrupt.js
rename : xpinstall/tests/browser_empty.js => toolkit/mozapps/extensions/test/xpinstall/browser_empty.js
rename : xpinstall/tests/browser_enabled2.js => toolkit/mozapps/extensions/test/xpinstall/browser_enabled2.js
rename : xpinstall/tests/browser_enabled3.js => toolkit/mozapps/extensions/test/xpinstall/browser_enabled3.js
rename : xpinstall/tests/browser_hash.js => toolkit/mozapps/extensions/test/xpinstall/browser_hash.js
rename : xpinstall/tests/browser_installchrome.js => toolkit/mozapps/extensions/test/xpinstall/browser_installchrome.js
rename : xpinstall/tests/browser_navigateaway.js => toolkit/mozapps/extensions/test/xpinstall/browser_navigateaway.js
rename : xpinstall/tests/browser_navigateaway2.js => toolkit/mozapps/extensions/test/xpinstall/browser_navigateaway2.js
rename : xpinstall/tests/browser_offline.js => toolkit/mozapps/extensions/test/xpinstall/browser_offline.js
rename : xpinstall/tests/browser_signed_multiple.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_multiple.js
rename : xpinstall/tests/browser_signed_naming.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_naming.js
rename : xpinstall/tests/browser_signed_tampered.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_tampered.js
rename : xpinstall/tests/browser_signed_trigger.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_trigger.js
rename : xpinstall/tests/browser_signed_untrusted.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_untrusted.js
rename : xpinstall/tests/browser_softwareupdate.js => toolkit/mozapps/extensions/test/xpinstall/browser_softwareupdate.js
rename : xpinstall/tests/browser_unsigned_trigger.js => toolkit/mozapps/extensions/test/xpinstall/browser_unsigned_trigger.js
rename : xpinstall/tests/browser_whitelist.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist.js
rename : xpinstall/tests/browser_whitelist2.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist2.js
rename : xpinstall/tests/browser_whitelist3.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist3.js
rename : xpinstall/tests/browser_whitelist4.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist4.js
rename : xpinstall/tests/bug540558.html => toolkit/mozapps/extensions/test/xpinstall/bug540558.html
rename : xpinstall/tests/cookieRedirect.sjs => toolkit/mozapps/extensions/test/xpinstall/cookieRedirect.sjs
rename : xpinstall/tests/corrupt.xpi => toolkit/mozapps/extensions/test/xpinstall/corrupt.xpi
rename : xpinstall/tests/empty.xpi => toolkit/mozapps/extensions/test/xpinstall/empty.xpi
rename : xpinstall/tests/enabled.html => toolkit/mozapps/extensions/test/xpinstall/enabled.html
rename : xpinstall/tests/installchrome.html => toolkit/mozapps/extensions/test/xpinstall/installchrome.html
rename : xpinstall/tests/installtrigger.html => toolkit/mozapps/extensions/test/xpinstall/installtrigger.html
rename : xpinstall/tests/signed-no-cn.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-no-cn.xpi
rename : xpinstall/tests/signed-no-o.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-no-o.xpi
rename : xpinstall/tests/signed-tampered.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-tampered.xpi
rename : xpinstall/tests/signed-untrusted.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-untrusted.xpi
rename : xpinstall/tests/signed.xpi => toolkit/mozapps/extensions/test/xpinstall/signed.xpi
rename : xpinstall/tests/signed2.xpi => toolkit/mozapps/extensions/test/xpinstall/signed2.xpi
rename : xpinstall/tests/startsoftwareupdate.html => toolkit/mozapps/extensions/test/xpinstall/startsoftwareupdate.html
rename : xpinstall/tests/unsigned.xpi => toolkit/mozapps/extensions/test/xpinstall/unsigned.xpi
2010-04-29 13:11:24 -07:00
Dave Townsend
590bf00b3b Bug 553169: XPCShell tests for the new extension manager API. r=robstrong 2010-04-29 13:11:23 -07:00
Dave Townsend
a0871eed4f Bug 553169: Port tests for bug 435743 to the new extension manager API. r=robstrong 2010-04-29 13:11:23 -07:00
Dave Townsend
4c0e7e140d Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz 2010-04-29 13:11:23 -07:00
Dave Townsend
bd862391d7 Bug 553169: Implement an AddonProvider for lightweight themes. r=robstrong 2010-04-29 13:11:23 -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
Dave Townsend
18257c9a69 Bug 553169: Implement the basic extension manager API and platform integration. r=robstrong 2010-04-29 13:11:23 -07:00
Dave Townsend
8f081d6756 Bug 553169: Implement a JS module for performing add-on update checks. r=robstrong 2010-04-29 13:11:23 -07:00
Dão Gottwald
766eb4299c Bug 556334 - Allow LightweightThemeManager to accept file URIs. r=dtownsend 2010-04-26 20:38:39 +02:00
Serge Gautherie
b31d285304 Bug 547039 - [SeaMonkey 2.1] xpcshell: test_bug542391.js fails since landing; (Av2) (Temporarily) Disable 2 checks.
r=dtownsend. [CLOSED TREE]
2010-04-20 06:22:31 +02:00
Dão Gottwald
bbecfef399 use Services.* in browser chrome tests 2010-04-02 09:20:42 +02:00
Makoto Kato
33579349f7 Bug 524449 - Remove nsIPref from tree. r+sr=benjamin 2010-03-13 22:25:13 +09:00
Makoto Kato
ab84067b16 Bug 346010 - Decom nsIJAR by merging it into nsIZipReader. r=tglek, sr=bsmedberg 2010-03-07 22:56:45 +09:00
Dão Gottwald
caf1dccaa5 Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
--HG--
extra : rebase_source : 50e3996d42073daa4c9f68f8c263b8b8106f3d84
2010-03-04 08:13:27 +01:00
Lingfeng Guan
e10727faa1 Bug 541943: LightweightTheme doesn't support theme name/description in UTF-8. r=dtownsend 2010-02-26 09:03:19 -08:00
Dave Townsend
e6d0007c6a Bug 503505: Update info should allow more html tags through. r=robstrong 2010-02-25 21:16:25 -08:00
Dave Townsend
81786cb82e Bug 544753: Add-ons manager is blank when a custom persona has been created by an older version of the personas extension. r=dao 2010-02-10 13:37:48 -08:00
Dave Townsend
172cc86c9d Bug 542391: No prompt to update extensions when upgrading to Firefox 3.6. r=robstrong 2010-02-05 10:21:37 -08:00
Dave Townsend
0644f0e330 Bug 541420: Files extracted from XPI files have their executableness stripped. r=robstrong 2010-01-29 15:04:40 -08:00
Mitchell Field
09e94f0ad4 Bug 461444: remove cases of excessive recursion in makefiles r=ted
--HG--
rename : toolkit/mozapps/downloads/src/DownloadLastDir.jsm => toolkit/mozapps/downloads/DownloadLastDir.jsm
rename : toolkit/mozapps/downloads/src/DownloadUtils.jsm => toolkit/mozapps/downloads/DownloadUtils.jsm
rename : toolkit/mozapps/downloads/src/nsHelperAppDlg.js.in => toolkit/mozapps/downloads/nsHelperAppDlg.js
rename : toolkit/mozapps/extensions/src/LightweightThemeManager.jsm => toolkit/mozapps/extensions/LightweightThemeManager.jsm
rename : toolkit/mozapps/extensions/src/nsAddonRepository.js => toolkit/mozapps/extensions/nsAddonRepository.js
rename : toolkit/mozapps/extensions/src/nsBlocklistService.js => toolkit/mozapps/extensions/nsBlocklistService.js
rename : toolkit/mozapps/extensions/src/nsExtensionManager.js.in => toolkit/mozapps/extensions/nsExtensionManager.js
rename : toolkit/mozapps/extensions/public/nsIAddonRepository.idl => toolkit/mozapps/extensions/nsIAddonRepository.idl
rename : toolkit/mozapps/extensions/public/nsIExtensionManager.idl => toolkit/mozapps/extensions/nsIExtensionManager.idl
rename : toolkit/mozapps/handling/src/nsContentDispatchChooser.js => toolkit/mozapps/handling/nsContentDispatchChooser.js
rename : toolkit/mozapps/shared/src/CertUtils.jsm => toolkit/mozapps/shared/CertUtils.jsm
rename : toolkit/mozapps/shared/src/FileUtils.jsm => toolkit/mozapps/shared/FileUtils.jsm
2010-01-27 11:16:53 -08:00
Dave Townsend
cbf5d72da1 Remove unnecessary comment from bug 435743 2010-01-07 11:24:54 -08:00
Dave Townsend
0910c44a52 Bug 435742: Add tests for updates from expired ssl servers. r=robstrong 2010-01-07 08:44:41 -08:00
Dave Townsend
595eedff73 Bug 538234: Should use extensions.checkCompatibility.3.6pre for 3.6pre versions. r=robstrong 2010-01-07 08:44:22 -08:00
Dão Gottwald
29904a57fc whitespace fix 2009-12-18 15:20:21 +01:00
Dave Townsend
0315e682b3 Bug 525672: Removing a registry installed extension causes 'itemLocation is null'. r=robstrong 2009-12-17 13:12:00 -08:00
Dave Townsend
561e0d7c72 Bug 526598 - NS_ERROR_FILE_ACCESS_DENIED from nsIZipReader.extract makes extension installs fail. r=rstrong, a=beltzner 2009-12-03 19:29:50 -08:00
Robert Strong
378f5d5e50 Bug 532552 - There is no need to load nsBlocklistService.js on startup. r=dtownsend, a=beltzner for baking 2009-12-03 15:30:50 -08:00
John Daniels
b260d02c5f Bug 525819 - Make do_timeout take a callback function, not a string to eval. r=jwalden
--HG--
extra : rebase_source : 6fbaac51eabe95fcfaf4706feb9fd8a28ba4dfbf
2009-11-24 11:58:42 -08:00
Dão Gottwald
085ba1f40e Bug 529769 - notify observers when lightweight theme is selected. r=dtownsend 2009-11-24 16:59:53 +01:00
Dão Gottwald
4d156fc8b5 Bug 520346 - Periodic update check for lightweight themes. r=dtownsend, sr=dveditz 2009-11-17 08:55:47 +01:00
Dave Townsend
dacb8e52a7 Bug 522571: Link from themes manager to personas gallery. r=robstrong 2009-11-16 13:05:25 -08:00
Jae-Seong Lee-Russo
2fa0968988 nsExtensionManager.js.in: fix errors in JS strict mode.
Bug 524781 - xpcshell-tests: turn on strict & werror by default.
r=benjamin.
2009-11-15 12:20:40 +01:00
Jae-Seong Lee-Russo
6e09b9e50a Toolkit tests that fail in js strict mode.
Bug 524781 - xpcshell-tests: turn on strict & werror by default.
r=benjamin.
2009-11-15 12:20:35 +01:00
Dão Gottwald
bea18b662b Bug 527417 - nsIPluginHost::getPluginTags aPluginCount out param should be optional. r=josh 2009-11-09 22:11:58 +01:00
Dave Townsend
ac3a6b9e79 Bug 521905: Make extensions.checkCompatibility be per-application-version. r=robstrong 2009-11-09 10:14:13 -08:00
Alexander Sack
657f64ef9f Bug 521780 - "extension upgrade with a moved location breaks extension manager" [r=Mossop] 2009-11-09 11:32:13 -06:00
Dão Gottwald
c982ab9fc0 Bug 526987 - getItemList, getIncompatibleItemList, getDependentItemListForID and updateAndGetNewBlocklistedItems itemCount out params should be optional. r=dtownsend 2009-11-07 09:21:07 +01:00
Justin Dolske
3efa72efc4 Bug 521906 - Breakpad should report if extension compatibility overrides are being used. r=dtownsend 2009-11-06 18:40:15 -08:00
Jae-Seong Lee-Russo
1003f2dad8 Bug 521191 - xpcshell-tests: some unit tests fail with the '-S' option ('strict' & 'werror' on). r=smontagu,dtownsend,mano
--HG--
extra : rebase_source : c5e0853fc64557f699d78c67f2907f6b48958563
2009-11-06 08:34:57 +01:00
Dão Gottwald
ce3c18df66 Bug 525917 - undo doesn't work for lightweight themes. r=dtownsend 2009-11-06 08:03:22 +01:00
Robert O'Callahan
09fe81352d Bug 508128. Fix do_timeout to hold references to pending timers so that they don't get GCed and automatically cancelled. r=jwalden 2009-11-04 07:39:40 +13:00
Gijs Kruitbosch
41ba1acfa5 Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
2009-10-29 14:44:10 +01:00
Blair McBride
8f6f8613b1 Bug 524877 - "A newer, safer version is available" shows even if there isn't and plugins don't get it at all. r=mossop 2009-10-29 11:56:38 +01:00
Gijs Kruitbosch
58e8eebec2 Prepare callsites of clearUserPref so it can go back to throwing. r=gavin 2009-10-28 22:44:15 +01:00
Dão Gottwald
6a530b2454 Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg 2009-10-26 21:02:06 +01:00
Robert Strong
cd8567cc7c Bug 521452 - nsUpdateService and nsBlocklistService both have getFile(key, pathArray). Added a js module for this shared code. r=dtownsend, sr=bsmedberg 2009-10-23 12:42:48 -07:00
Dão Gottwald
d2c20e7beb Bug 523047 - Slow selectors in browser css. r=rflint 2009-10-23 17:28:14 +02:00
Jae-Seong Lee-Russo
30792712c0 Bug 342329: Install updates should be disabled if all add-ons have been deselected for update. r=dtownsend 2009-10-19 12:08:12 -07:00
bhsieh@mozilla.com
be1800b20f Bug 511761 - Only use compatibility.ini (not .autoreg, or stat()s) to invalidate fastloads and other caches (r=bsmedberg, RELAND WITH TEST FIX) 2009-10-15 23:32:29 -07:00
Paul O’Shannessy
b996efa481 Backed out changeset 89f53914ecd9 (bug 511761) 2009-10-14 12:41:03 -07:00
bhsieh@mozilla.com
82dfde45d6 Bug 511761 - Only use compatibility.ini (not .autoreg, or stat()s) to invalidate fastloads and other caches (r=bsmedberg) 2009-10-14 09:40:45 -07:00
Robert Strong
55a87f3322 Bug 521956 (pt2) - nsUpdateService, nsExtensionManager.js.in and, nsBlocklistService include badCertHandler.js (reduce file sizes by using a jsm). r=dtownsend 2009-10-13 12:45:20 -07:00
Dão Gottwald
511a052dc4 Bug 516013 - Store the header and footer images of the selected lightweight theme in the profile folder. r=dtownsend 2009-10-09 20:25:58 +02:00
Dão Gottwald
8b8714513e fix test_LightweightThemeManager.js 2009-10-09 22:36:00 +02:00
L. David Baron
66b7002bfb Backed out changeset 5f03363ae12d (Bug 516013) due to xpcshell test failure (test_LightweightThemeManager) caused by exception thrown from the code added in that changeset. 2009-10-09 13:31:19 -07:00
Dão Gottwald
7aca93ac56 Bug 516013 - Store the header and footer images of the selected lightweight theme in the profile folder. r=dtownsend
--HG--
extra : rebase_source : 64584eb694541460856d3ca75ce083e7d992bc8a
2009-10-09 20:25:58 +02:00
Blair McBride
5274c94e35 Bug 520295 - Trying to find plugin updates results in a new tab with a '400 Bad Request' page. r=dtownsend 2009-10-05 18:22:24 -07:00
Blair McBride
9cdc2ead10 Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh 2009-10-02 13:26:04 +02:00
Ted Mielczarek
bbfd17804c bug 519727 - test_bug430120.js fails on OS X Universal builds. r=mossop
--HG--
extra : rebase_source : 06e499cb88ab25633d27e467e5783ce20194c102
2009-10-01 14:17:27 -04:00
Blair McBride
cb7c5906dc Bug 569797 - Change ID of EM's left pane to not describe it as being the right pane. r=Mossop 2010-06-03 17:51:36 +12:00
Dave Townsend
f5c89c6387 Bug 562583: Fix race condition and ree-enable test_update.js. r=robstrong 2010-06-02 11:03:24 -07:00
Robert Strong
f53301ea3d Bug 567184 - A bootstrap add-on with a target app version less than the current app version is enabled when installed. r=dtownsend 2010-05-28 14:46:38 -07:00
Neil Rashbrook
b311068e3b Bug 563241 Support dynamic skin switching preference r=Mossop 2010-05-28 10:07:21 +01:00
Justin Wood
f028712fdc Bug 535922 fallout, Remove extra DIRS=browser that breaks pymake. rs+=bsmedberg 2010-05-28 00:04:32 -04:00
Dave Townsend
6162f65208 Bug 562756: Use sqlite transactions and open the extensions database exclusively. r=robstrong 2010-05-27 15:10:09 -07:00
Dave Townsend
dfda71ab3e Bug 562930: Extensions containing JS components break on every update/reinstall. r=robstrong 2010-05-27 15:09:26 -07:00
Dave Townsend
81c5cd116c Bug 568480: Extensions with icons in the root of their XPI cannot be installed on Windows. r=robstrong 2010-05-27 15:00:19 -07:00
Joel Maher
c18ae0e88f Bug 535922 - Genereate mobile specific browser chrome test package files r=ted 2010-05-27 13:01:37 -07:00
Dave Townsend
aadbb25e72 Bug 566626: Add-ons will randomly not appear in the UI. r=robstrong 2010-05-27 09:33:10 -07:00
Dave Townsend
4d51eb9778 Bug 552744: Don't override the icon passed to InstallTrigger with an empty icon, bustage fix, r=robstrong over IRC 2010-05-26 15:02:30 -07:00
Dave Townsend
3f8d8f3b3f Follow up doc fix from bug 552744 2010-05-26 14:39:57 -07:00
Dave Townsend
4f24bb2be3 Bug 552744: Support reading the icon.png from the package for the iconURL. r=robstrong 2010-05-26 13:46:10 -07:00
Dave Townsend
5af5ad1f21 Bug 553505: Command to open the about window should be disabled for addons that are disabled. r=robstrong 2010-05-26 08:10:57 -07:00
Michael Kohler
1b9af6ae05 Bug 562776: Buttons in digest pane are using the same access key multiple times. r=Unfocused 2010-05-26 08:13:08 -07:00
Mark Banner
2409b23285 Bug 562886 test_plugins.js fails (8 == 4) with Linux objdir builds - detect whether symlinks are in use or not. r=dtownsend, test-only change 2010-05-25 08:12:31 +01:00
Ben Parr
de6c9fd417 Bug 566764: Stuck "Updating add-ons" when no add-ons installed. r=dtownsend 2010-05-24 13:16:29 -07:00
Dave Townsend
d4827c5f55 Bug 567319: Bootstrapped add-ons don't get started after a restart. r=robstrong 2010-05-24 13:14:32 -07:00
Dave Townsend
55b17ac54a Bug 372980 - XPInstall reports "(Author not verified)" when signing certificate has no organization subject. r=dveditz 2009-09-26 17:50:33 +02:00
Dave Townsend
c34de6ab3a Bug 518090: Extension manager throws an unknown result. r=robstrong 2009-09-22 18:45:44 +01:00
Dão Gottwald
7d308bb248 Bug 511771 - Provide a way for Web content to preview and install lightweight themes. r=mconnor, sr=vlad 2009-09-22 10:40:12 +02:00
Robert Strong
f964c114d7 Followup test only fix for bug 471219 2009-09-18 12:50:33 -07:00
Robert Strong
05219ad1ff Bug 471219 - Store timer registrations somewhere permanent. r=dtownsend 2009-09-18 11:03:27 -07:00
Dave Townsend
ce03ae329f Bug 508109: Firefox allows installing hidden extensions. r=robstrong 2009-09-18 15:11:26 +01:00
Dave Townsend
575244315f Bug 517176: Switching away from the Get Add-ons pane while it is loading thumbnails causes multiple getElementById errors. r=robstrong 2009-09-18 09:12:26 +01:00
Mark Finkle
c19a7dbdeb Bug 517264: Maemo Fennec no longer launching on mozilla-central as of 9/17, r=dtownsend 2009-09-17 14:31:52 -04:00
Dave Townsend
491c668f88 Bug 510909: Integrate most recently used lightweight themes into the themes list in the add-ons manager. r=robstrong, r=dao 2009-09-17 10:03:33 +01:00
Mark Finkle
ea6d52421b Bug 489941: Rework the Update Add-ons dialog (platform patch), r=dtownsend 2009-09-15 08:40:49 -04:00
Dave Townsend
2c9e56a22b Bug 516506: Add-on update check (after Firefox update) is broken. r=robstrong 2009-09-15 12:09:10 +01:00
Dave Townsend
4a0df1b44b Typo correction from Bug 392180: updateURL should have variable indicating the context of the check 2009-09-11 13:06:56 +01:00
Dave Townsend
562091c5d0 Bug 392180: updateURL should have variable indicating the context of the check. r=robstrong, sr=bsmedberg 2009-09-10 19:50:41 +01:00
Dave Townsend
b50d7b8bee Bug 513392: Use styles on the normal icon rather than a separate hardcoded image for plugin icons (follow up fix). r=robstrong 2009-09-10 09:10:30 +01:00
Dave Townsend
20b8f73715 Bug 511091: Support custom icons for disabled extensions, follow up fix. r=robstrong 2009-09-07 10:09:11 +01:00
Dave Townsend
6cbe8aa5dd Bug 512559: Use XUL template sorting to sort the add-ons lists. r=robstrong, sr=bsmedberg 2009-09-04 14:31:51 +01:00
Dave Townsend
9946367547 Bug 513392: Use styles on the normal icon rather than a separate hardcoded image for plugin icons. r=robstrong 2009-09-02 14:10:11 +01:00
Dão Gottwald
7560eaebd2 Bug 511108 - Implement manager for recently used lightweight themes. r=dtownsend 2009-09-02 18:23:40 +02:00
Blair McBride
cac0ba4883 Bug 468528: Gracefully handle errors in regular expressions in the blocklist. r=dtownsend 2009-08-21 16:52:57 +01:00
Dave Townsend
273084e6ef Bug 511091: Support custom icons for disabled extensions. r=robstrong 2009-08-20 10:59:07 +01:00
Dave Townsend
56a5e72cf0 Bug 411680: Always show more details about update check failures in the error console. r=robstrong 2009-08-19 11:32:15 +01:00
Dave Townsend
e1dbc36c91 Bug 371495: Prevent the use of aboutURL and optionsURL for anything other than extensions. r=robstrong 2009-08-19 11:22:14 +01:00
Dave Townsend
3bc3393295 Bug 245385: Select the active theme by default. r=robstrong 2009-08-19 11:21:37 +01:00
Dave Townsend
3dc50f4bc4 Bug 509194: Remove extension manager dependency on classic.jar (add-ons manager changes). r=robstrong. sr=bsmedberg 2009-08-14 09:08:31 +01:00
Dave Townsend
b7733c38a1 Bug 509194: Remove extension manager dependency on classic.jar (tests). r=robstrong 2009-08-13 14:08:32 +01:00
Neil Rashbrook
106e1776f9 Bug 509242 Don't horizontally compress theme preview images r=Mossop 2009-08-12 15:18:47 +01:00
Ted Mielczarek
ad775e7a7a bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
--HG--
extra : rebase_source : 76f547c1f055f18f57e09c67f1a2f7b2f548c3cd
2009-05-14 07:37:40 -04:00
Dave Townsend
7eba41474e Bug 470377: Overriding compatibility checking should not allow installing in different applications. r=robstrong 2009-08-06 15:24:52 +01:00
Ted Mielczarek
bf94951904 Backed out changeset 9ddc25fb2246 - bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh - for test failures 2009-08-05 15:36:20 -04:00
Ted Mielczarek
b6d8d93b5c bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
--HG--
extra : rebase_source : 7bd4c374609a9eea15d0b244c1415ae853146e84
2009-05-14 07:37:40 -04:00
Ian van den Berg
200028ecc9 Bug 393951 - Remove appID from nsIExtensionManager.getIncompatibleItemList. r=rstrong, sr=vlad 2009-07-30 17:35:02 -07:00
Neil Deakin
5303f25260 Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron 2009-07-29 14:33:53 -04:00
Neil Deakin
2737a14b5e Bug 456106, use new drag and drop api in browser and toolkit, r=mano 2009-06-20 20:04:07 -04:00
Dão Gottwald
f8a8f347ab Bug 497574 - Focus no longer changes in context menu of selected add-on. r=mossop 2009-06-19 13:32:54 +02:00
Michael Kohler
5f5ad04827 Bug 428276 - Install button's tooltip worded incorrectly; r=dtownsend 2009-06-13 15:25:12 +02:00
Florian Queze
f1ac5e3270 Bug 494391: JavaScript strict warning: reference to undefined property gApp.id. r=Mossop 2009-06-12 14:50:08 +02:00
Dave Townsend
bc0b863ee6 Bug 492008: Drop support for contents.rdf chrome registrations. r=bsmedberg, r=robstrong 2009-06-11 10:54:26 +01:00
Markus Stange
017398e7de Bug 491058 - Add-on update notification during startup contains odd looking toolbar. r=dtownsend 2009-06-11 11:24:36 +02:00
Dão Gottwald
e9cba2c44c Bug 397986 - Keyboard focus is often unclear and direction keys behave confusingly. r=dtownsend 2009-06-11 00:54:37 +02:00
Dave Townsend
ecbb3b3a07 Bug 496287: App update incompatible list should not warn about disabled/blocklisted items. r=robstrong 2009-06-06 18:09:58 +01:00
Dave Townsend
888523c00d Fix bustage from bug 386153, must close the file before deleting it 2009-05-19 12:20:41 +01:00
Dave Townsend
d5c67e48a6 Bug 386153: XPI files dropped in the extensions folder always appear unsigned. r=robstrong 2009-05-19 09:28:04 +01:00
Dave Townsend
f7a4e23645 Bug 396510: Remove EM command line global installation capability (e.g. -install-global-extension and -install-global-theme). r=robstrong 2009-05-12 09:22:39 +01:00
Dave Townsend
31119eee7e Bug 415297: Content styles should control display behaviours, not the theme. r=robstrong 2009-05-12 09:21:15 +01:00
Dave Townsend
02fb474890 Bug 486195: getItemLocation on WinRegInstallLocation should return a clone of the item location. r=robstrong 2009-05-05 12:45:53 +01:00
Dave Townsend
96ea885e9d Bug 465190: Don't log errors when we can't create the global install locations. r=robstrong 2009-05-05 12:45:26 +01:00
timeless@mozdev.org
77811df3a6 Bug 489953 Remove extraneous semicolons
r=gavin
2009-05-03 09:28:43 -07:00
Markus Stange
234627d86b Bug 477827 - Use inset box shadows instead of border images for the toolbar buttons in the Add-ons Manager, Page Info dialog and Error Console. r=dao, r=Enn, r=dtownsend 2009-04-24 12:01:21 +02:00
Jeff Walden
583c6b4c88 Bug 396226 - Provide an API to asynchronously generate HTTP responses in httpd.js, and implement a state-storage system which can store object references to provide greater contextual information in handlers. NB: this push enables httpd.js debug output just in case something goes wrong, to be disabled as soon as it's clear nothing has -- expect the first Windows builds to finish next century sometime. r=sayrer 2009-04-15 13:19:35 -07:00
Dão Gottwald
88eef4436f Bug 488006 - cocoa-size="small" should be a platform-independent class instead. r=enn 2009-04-13 19:40:00 +02:00
Dão Gottwald
2b158c4a2f Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg 2009-04-10 10:24:24 +02:00
Benjamin Smedberg
3ad08b7964 Bug 486157 - Use CURDIR for Windows-style paths when building extension tests, r=ted 2009-03-30 17:15:16 -04:00
Dave Townsend
830c491783 Bug 486195: getItemLocation on WinRegInstallLocation should return a clone of the item location. r=robstrong 2009-03-31 22:21:07 +01:00
Ted Mielczarek
dcc2d8f492 bug 482085 - fix all xpcshell tests to not reference files from the srcdir. r=bsmedberg,waldo
--HG--
rename : toolkit/components/downloads/test/downloads.empty.sqlite => browser/components/privatebrowsing/test/unit/downloads.empty.sqlite
rename : dom/src/json/test/fail1.json => dom/src/json/test/unit/fail1.json
rename : dom/src/json/test/fail10.json => dom/src/json/test/unit/fail10.json
rename : dom/src/json/test/fail11.json => dom/src/json/test/unit/fail11.json
rename : dom/src/json/test/fail12.json => dom/src/json/test/unit/fail12.json
rename : dom/src/json/test/fail13.json => dom/src/json/test/unit/fail13.json
rename : dom/src/json/test/fail14.json => dom/src/json/test/unit/fail14.json
rename : dom/src/json/test/fail15.json => dom/src/json/test/unit/fail15.json
rename : dom/src/json/test/fail16.json => dom/src/json/test/unit/fail16.json
rename : dom/src/json/test/fail17.json => dom/src/json/test/unit/fail17.json
rename : dom/src/json/test/fail18.json => dom/src/json/test/unit/fail18.json
rename : dom/src/json/test/fail19.json => dom/src/json/test/unit/fail19.json
rename : dom/src/json/test/fail2.json => dom/src/json/test/unit/fail2.json
rename : dom/src/json/test/fail20.json => dom/src/json/test/unit/fail20.json
rename : dom/src/json/test/fail21.json => dom/src/json/test/unit/fail21.json
rename : dom/src/json/test/fail22.json => dom/src/json/test/unit/fail22.json
rename : dom/src/json/test/fail23.json => dom/src/json/test/unit/fail23.json
rename : dom/src/json/test/fail24.json => dom/src/json/test/unit/fail24.json
rename : dom/src/json/test/fail25.json => dom/src/json/test/unit/fail25.json
rename : dom/src/json/test/fail26.json => dom/src/json/test/unit/fail26.json
rename : dom/src/json/test/fail27.json => dom/src/json/test/unit/fail27.json
rename : dom/src/json/test/fail28.json => dom/src/json/test/unit/fail28.json
rename : dom/src/json/test/fail29.json => dom/src/json/test/unit/fail29.json
rename : dom/src/json/test/fail3.json => dom/src/json/test/unit/fail3.json
rename : dom/src/json/test/fail30.json => dom/src/json/test/unit/fail30.json
rename : dom/src/json/test/fail31.json => dom/src/json/test/unit/fail31.json
rename : dom/src/json/test/fail32.json => dom/src/json/test/unit/fail32.json
rename : dom/src/json/test/fail33.json => dom/src/json/test/unit/fail33.json
rename : dom/src/json/test/fail34.json => dom/src/json/test/unit/fail34.json
rename : dom/src/json/test/fail4.json => dom/src/json/test/unit/fail4.json
rename : dom/src/json/test/fail5.json => dom/src/json/test/unit/fail5.json
rename : dom/src/json/test/fail6.json => dom/src/json/test/unit/fail6.json
rename : dom/src/json/test/fail7.json => dom/src/json/test/unit/fail7.json
rename : dom/src/json/test/fail8.json => dom/src/json/test/unit/fail8.json
rename : dom/src/json/test/fail9.json => dom/src/json/test/unit/fail9.json
rename : dom/src/json/test/json2.js => dom/src/json/test/unit/json2.js
rename : dom/src/json/test/pass1.json => dom/src/json/test/unit/pass1.json
rename : dom/src/json/test/pass3.json => dom/src/json/test/unit/pass3.json
rename : testing/xpcshell/example/location_load.js => testing/xpcshell/example/unit/location_load.js
rename : toolkit/components/commandlines/test/unit/unix/test_bug410156.js => toolkit/components/commandlines/test/unit_unix/test_bug410156.js
rename : toolkit/components/commandlines/test/unit/win/test_bug410156.js => toolkit/components/commandlines/test/unit_win/test_bug410156.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug257155/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug257155/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_10/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_10/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_11/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_11/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_12/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_12/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_13/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_13/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug397778/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug397778/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug425657/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug425657/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_1/README => toolkit/mozapps/extensions/test/addons/test_bug428341_1/README
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug436207/install.js => toolkit/mozapps/extensions/test/addons/test_bug436207/install.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_9/install.rdf
2009-03-21 11:20:00 -04:00
Mark Hahnenberg
0c75fabad2 Bug 474387: Hide Theme panel if no themes are installed. r=dtownsend 2009-03-18 14:19:22 +00:00
Serge Gautherie
a5a2252e81 Bug 446300 - move tools/test-harness/xpcshell-simple to testing/xpcshell
(Ev2-MC) Rename the object tests directory
2009-02-23 19:28:20 +01:00
Dave Townsend
6df26e1de0 Disable tests from bug 435743 due to test failures 2009-02-18 14:19:27 -08:00
Dave Townsend
4c72fcf56f Re-enable tests from bug 435743 2009-02-18 11:18:06 -08:00
Josh Aas
4247f950ec try disabling tests added in 9b79ff7b4707 in order to clear Linux test failures. CLOSED TREE 2009-02-13 12:34:30 -05:00
Dave Townsend
43487939b9 Bug 435743: Extensions and updates signed by any installed CA should be accepted (tests). r=robstrong 2009-02-12 13:34:52 +00:00
Dave Townsend
e2194a7b87 Bug 474988: Mismatched adds and removes of install listeners will fail. r=robstrong 2009-01-30 10:07:28 +00:00
Dão Gottwald
77bff0afd3 Bug 422763 - wrong icon for "close" button in "about {addon}" dialog. r=dtownsend 2009-01-30 11:23:58 +01:00
Daniel Holbert
2a7d88e05a Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Kai Liu
4b0b5e5530 Bug 240536 - resizer direction is to the right, when interface is RTL; r=roc,mano sr=roc 2009-01-18 13:58:19 +03:30
Dave Townsend
d1ab594818 Bug 470810: getDirInternal should cache ProfD. r=robstrong 2009-01-06 11:04:41 +00:00
Dave Townsend
0dac3de193 Bug 470379: Remove code to upgrade from 1.0 profiles. r=robstrong 2008-12-29 09:31:25 +00:00
Dave Townsend
d3c023f9bb Bug 445710: Add-on update shows old version while downloading. r=robstrong 2008-12-19 12:25:27 +00:00
Markus Stange
6ba1cc8b6f Bug 450800 - Style new search widgets on Mac OS X, CSS changes. r=dao 2008-12-06 12:41:29 +01:00
Markus Stange
5a0af206f8 Bug 456214 - Polish toolbar buttons in the Add-ons Manager, Page Info dialog and Error Console, r=dao 2008-12-04 14:36:24 +01:00
Dave Townsend
b883bc40e1 Bug 467438: EM tests are touching the network. r=robstrong, CLOSED TREE 2008-12-01 18:13:42 -06:00
Dave Townsend
70531db076 Bug 465556: Fennec does not create extensions.rdf file. r=robstrong, a1.9.1=beltzner 2008-11-28 16:20:10 -06:00
Dave Townsend
192f849952 Bug 454546: Update EM and blocklist service to be initialised on profile-after-change. r=robstrong, a1.9.1=beltzner 2008-11-28 12:49:48 -08:00
Dave Townsend
139a23f068 Bug 463687 - More info on severity blocklist dialog doesnt do anything. r=rstrong, blocking1.9.1=dtownsend 2008-11-28 04:02:19 -08:00
Dave Townsend
174b98cd0f Bug 463819: Blocklisted add-ons with a compatibility update say they are incompatible rather than blocklisted. r=rstrong, a=blocking1.9.1 2008-11-26 09:04:13 -06:00
Robert Strong
5315305f00 Bug 324121 - Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning (AUS patch). r=dtownsend ui-r=beltzner
--HG--
rename : toolkit/themes/pinstripe/mozapps/downloads/buttons.png => toolkit/themes/pinstripe/mozapps/update/buttons.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons-aero.png => toolkit/themes/winstripe/mozapps/update/downloadButtons-aero.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons.png => toolkit/themes/winstripe/mozapps/update/downloadButtons.png
2008-11-04 21:50:52 -08:00
Dave Townsend
d13a725406 Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
2008-11-02 12:13:48 +00:00
Dave Townsend
d81de86f28 Backed out changeset bbccbf2c7456 2008-11-02 03:27:18 +00:00
Dave Townsend
f6b515d08c Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
2008-11-02 01:34:45 +00:00
Robert Strong
51ac46cda7 Bug 324121 - (EM Patch) Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning. r=dtownsend 2008-10-21 17:48:52 -07:00
Dave Townsend
6160a863f3 Bug 427155: Searching add-ons for /find bar/ generates an error. r=robstrong, r=laura 2008-10-18 15:03:55 +01:00
Markus Stange
24c418dbdf Bug 398928 - Allow moving a window by dragging toolbar or statusbar, r=enndeakin 2008-10-18 11:57:46 +02:00
Dão Gottwald
380e4ca4f6 Bug 397493 - Add-ons Update should skip "Continue" if all updates have been successful. ui-r=boriss, r=dtownsend 2008-10-15 15:56:25 +02:00
Markus Stange
b6747539e3 Backed out changeset 151e51ec625e (bug 398928) because of unit test orange 2008-10-13 14:30:47 +02:00
Markus Stange
6cbd4557ec Bug 398928 - Allow moving a window by dragging toolbar or statusbar, r=enndeakin 2008-10-13 11:24:51 +02:00