Commit Graph

267 Commits

Author SHA1 Message Date
Jens Hatlak
7ed500ceaa Bug 698524 - fix test_startup.js xpcshell test for SeaMonkey by excluding all non-test add-ons. r=Mossop 2011-11-04 21:08:48 +00:00
Ed Morley
b15379954e Backout 1f551298a760 (bug 697312) and b31507c8ca17 (bug 697246) for 25-30% Ts regression on multiple platforms
Except this time enter the changesets in the correct order in Mak's backout
script, so the changeset isn't empty :/
2011-11-04 10:50:16 +00:00
Dave Townsend
f24e3dedd1 Bug 697312: Don't write out extensions.ini if there are no extensions. r=Unfocused 2011-11-03 18:30:43 -07:00
Dave Townsend
aac42edf34 Bug 697246: Defer creating the extensions database until it is actually necessary. r=Unfocused 2011-11-03 18:30:59 -07:00
Blair McBride
89a7d661f6 Bug 693897 - Allow addons to opt-in to strict compatibility checking. r=dtownsend 2011-11-01 18:48:53 +13:00
Blair McBride
f0025fa37a Bug 693899 - Support detecting binary components, and enable strict compatibility checking when found. r=dtownsend 2011-11-01 18:48:49 +13:00
Blair McBride
92950dc020 Bug 693901 - Add preference to globally (re)enable strict compatibility checks. r=dtownsend 2011-11-01 18:48:45 +13:00
Geoff Lankow
77482aa64e Bug 693714 - Bootstrapped addons have uninstall & install called on Firefox update; r=dtownsend 2011-10-25 01:39:45 +01:00
Dave Townsend
71d2048435 Bug 693743: Some 3rd party add-ons are getting installed into the profile and are not disabled on start-up. r=Unfocused 2011-10-22 11:37:15 -07:00
Dave Townsend
24bfeefc85 Bug 694595: Some settings for add-ons aren't being migrated when we change database schemas. r=Unfocused 2011-10-20 09:55:57 -07:00
Geoff Lankow
d36e6f2d7b Bug 675371 - load/unload chrome.manifest files for bootstrapped addons automatically; r=dtownsend 2011-10-19 10:59:27 +13:00
Geoff Lankow
89a1c8a73b Bug 692078 - Second attempt to open addons.sqlite doesn't work; r=dtownsend 2011-10-07 11:02:40 +01:00
Ed Morley
0abe4796c2 Backout changeset ef21d6f2187d to correct bug number 2011-10-07 12:36:44 +01:00
Geoff Lankow
bda7dbfc5b Bug 689375 - Second attempt to open addons.sqlite doesn't work; r=dtownsend 2011-10-07 11:02:40 +01:00
Jesper Kristensen
0c375c8e29 Bug 591780 - Frontend support for restartless dictionaries. r=ehsan, r=Mossop 2011-10-06 12:06:18 -07:00
Dave Townsend
aacc41d4cc Bug 680802: Installing a new add-on at the same time as installing a new version of the app which uses new properties from install.rdf will fail. r=robstrong 2011-09-28 11:41:17 -07:00
Margaret Leibovic
f039323edf Bug 670194 - Startup numbers don't account for interactive startup interruptions. r=dtownsend 2011-08-25 14:11:18 -04:00
Geoff Lankow
bb7126dc8c Bug 664895 - Make the details pane not jump when a screenshot image is loaded, r=bmcbride 2011-09-05 11:26:06 +01:00
Geoff Brown
1264a5446f Bug 668349 - Changes to xpcshell.ini; r=jmaher 2011-08-22 09:00:50 +01:00
Dave Townsend
c90781a0bb Bug 669541: Fix extensions.checkCompatibility.nightly to not disable compatibility in aurora builds. r=robstrong 2011-08-15 15:42:32 -07:00
Dave Townsend
d9cbf2900c Bug 596343: Users should have exclusive control over selecting their add-ons. r=Unfocused 2011-08-12 16:55:34 -07:00
Dave Townsend
14105d23b0 Backed out changeset 6d6e8fecaf37 from bug 596343 due to build failures 2011-08-12 15:47:34 -07:00
Dave Townsend
026995192b Bug 596343: Users should have exclusive control over selecting their add-ons. r=Unfocused 2011-08-12 13:45:45 -07:00
Mike Hommey
095aa81e98 Bug 671631 - Don't hardcode en-US in test_update.js. r=Mossop 2011-07-19 08:54:36 +02:00
Dave Townsend
c52b9aa8f9 Bug 666431: Track changes made to add-ons during early startup. r=robstrong
try: -b do -p linux,linuxqt,linux64,macosx64,win32,macosx -u xpcshell,mochitest-o -t none
2011-06-29 14:50:43 -07:00
Dave Townsend
7e2aab6513 Bug 666437: Allow add-ons to install disabled in some install locations. r=robstrong 2011-06-28 11:44:51 -07:00
Dave Townsend
9d8e96fea3 Bug 439672: Add-on uninstall fails when one of the add-ons files is locked. r=robstrong 2011-06-23 09:13:46 -07:00
Dave Townsend
87b633973d Bug 665780 - "Racy code in background_update of test_blocklistchange.js". r=rs
--HG--
extra : rebase_source : f2062288a65527eb0605f94f38e731306b807f53
2011-06-22 16:49:18 -07:00
Dave Townsend
25cd9e0d60 Bug 664833: Having a pending install for an existing add-on when a schema migration occurs will break the extension manager. r=robstrong 2011-06-20 09:56:00 -07:00
Geoff Lankow
bb18ef3846 Bug 662004 - Extensions preferences in a tab, r=Mossop 2011-06-11 11:11:32 +12:00
Dave Townsend
0dce8fa7b9 Bug 481603: Flush caches for restartless add-on changes. r=robstrong 2011-06-15 11:12:53 -07:00
Dave Townsend
6e969db782 Bug 655254: When an add-on moves to a different directory but doesn't change in any other way we should keep updated compatibility information. r=robstrong 2011-06-10 13:10:48 -07:00
Geoff Lankow
d0d80fe200 Bug 653637 - Provide a simple way for addons to have preferences UI - Tests; r=dtownsend 2011-05-24 11:03:52 +12:00
Dave Townsend
b94e4eedf7 Bug 658164: Don't allow "extension" as a valid add-on type in install.rdf. r=robstrong 2011-06-03 09:05:40 -07:00
Blair McBride
3d8f915213 Bug 646306 - file is not defined in DirInstallLocation__readDirectoryFromFile. r=dtownsend 2011-06-01 15:51:25 +12:00
Michael Wu
b9d0d50ad8 Bug 592943 - (1/3) Fix addon manager tests, r=mossop 2011-05-26 12:21:48 -07:00
Hernán Rodriguez Colmeiro ext:(%2C%20Mehdi%20Mulani%20%3Cmars.martian%2Bbugmail%40gmail.com%3E)
a8eb84d118 Bug 406026: Point users to a specific page for each blocklisted item. r=dtownsend 2011-05-25 14:31:56 -07:00
Dave Townsend
0877927780 Bug 659048: Use extensions.checkCompatibility.nightly for disabling compatibility checking in nightly builds. r=robstrong 2011-05-24 13:05:35 -07:00
Dave Townsend
1c0f56af52 Bustage fix for bug 595848, add the xpcshell test to the new manifest 2011-05-20 12:57:50 -07:00
Dave Townsend
82669da0f1 Bug 595848: Dynamically generate the list of categories. r=Unfocused 2011-05-20 10:36:28 -07:00
Joel Maher
6993636556 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Dave Townsend
c95f63c395 Bug 648599: When an add-on changes from being softblocked to unblocked it should become enabled. r=robstrong 2011-05-19 11:04:44 -07:00
Dave Townsend
f4e878b88d Bug 416905: Directory removal of extension installed as pointer file isn't uninstalled correctly. r=robstrong 2011-05-13 13:41:53 -07:00
Dave Townsend
87ca23dd52 Bug 655162: A missing updates property in an update.rdf should be counted as no available updates not as a failure to check for updates. r=robstrong 2011-05-11 11:23:37 -07:00
Dave Townsend
195514f276 Bug 613294: Upgrading a restartless add-on to a non-restartless add-on doesn't call the uninstall method. r=robstrong 2011-04-25 14:08:43 -07:00
Dave Townsend
67a25448bb Bug 611755: Cannot restart a download during the onDownloadCancelled event. r=robstrong 2011-04-21 09:41:13 -07:00
Dave Townsend
229fc65d24 Bug 617289: PluginProvider doesn't keep IDs of plugins consistent between restarts. r=robstrong 2011-04-19 14:53:07 -07:00
Daniel Einspanjer
cfc6d66f15 Bug 648068 - In Blocklist, Remove the OOB value "reset" from days since last request; r=dtownsend 2011-04-07 10:41:00 -07:00
Dave Townsend
90de684ad8 Bug 611178: Intermittent failure in xpcshell-unpack/test_install.js. r=robstrong, a=tests 2011-03-08 09:57:59 -08:00
Dave Townsend
3a442c8bfe Backing out incorrectly landed patch from bug 611178. a=backout 2011-03-08 09:56:58 -08:00