Commit Graph

263 Commits

Author SHA1 Message Date
Dave Townsend
fb0c04d35e Bug 744833: Rebuild the bootstrapped add-ons list when the profile moves to a different directory. r=Unfocused 2012-05-14 13:05:56 -07:00
Rob Campbell
1c9a181020 merge fx-team to m-c 2012-05-10 11:54:23 -03:00
Blair McBride
00a7c139dd Bug 743967 - JavaScript Error: "bootstrap is not defined" {file: "resource://gre/modules/XPIProvider.jsm" line: 3523}. r=dtownsend 2012-05-10 14:30:37 +12:00
Blair McBride
16753d5585 Bug 746909 - Lazy load AddonRepository, and various other JS modules. r=dtownsend 2012-05-10 14:28:45 +12:00
Marco Castelluccio
c4b7394d2e Bug 611843 - Don't fsync extensions.ini. r=mossop 2012-04-14 09:03:02 -04:00
Blair McBride
a99fbf0e66 Bug 727398 - Restartless extensions that uninstall themselves on startup break the UI. r=dtownsend 2012-03-15 16:21:06 +13:00
Blair McBride
1129b6f8bd Bug 711679 - Send background version checks to new domain. r=darktrojan,dtownsend 2012-03-07 21:18:28 +13:00
Matt Brubeck
43534236fa Bug 717904 - Add-ons Manager is broken after installing an extension with browser restart [r=Unfocused] 2012-02-27 16:34:07 -08:00
Dave Townsend
16e6354db1 Bug 740612: Inject values into bootstrap scope before running bootstrap.js and properly handle errors. r=Unfocused 2012-05-09 14:54:02 -07:00
Blair McBride
bd320469d0 Bug 702920 - If compatibility changes for a user-disabled addon, the UI doesn't get notified and doesn't update. r=dtownsend 2012-01-19 19:00:24 +13:00
Blair McBride
2b11c8f8ad Bug 715787 - Refactor common provider-agnostic prefs to be properties of AddonManager. r=dtownsend 2012-02-15 15:07:29 +13:00
Brad Lassey
4e7ddb3e08 bug 714168 - make reftest-remote seems to fail on tablets because nsLocalFileUnix throws exceptions when setting file permissions on a FAT file system r=mossop,unfocussed
--HG--
extra : rebase_source : 9e97d0f2bbe09c654407295d40b8936abbb88cb3
2012-01-25 03:24:52 -05:00
Brad Lassey
9fd5aa9d7c backout f583132674d5 due to failing tests 2012-01-26 01:42:38 -05:00
Brad Lassey
24036897e7 bug 714168 - make reftest-remote seems to fail on tablets because nsLocalFileUnix throws exceptions when setting file permissions on a FAT file system r=mossop,unfocussed 2012-01-25 03:24:52 -05:00
Till Schneidereit
67c06fca06 Bug 718518. Remove in-tree uses of the nonstandard third argument to String.prototype.replace. r=dcamp,jgriffin,dao,ted,dtownsend 2012-01-18 16:10:39 -05:00
Blair McBride
1d164109b4 Bug 713815 - Addons with compatibility overrides are still able to be installed. r=dtownsend
--HG--
extra : rebase_source : 535a75a745b3e1b9b9ccb5013f77b889d7283867
2011-12-30 13:53:52 +13:00
Gregory Szorc
42481ebe1d Bug 710961 - Carry over syncGUID generated when install is staged; r=Mossop 2011-12-21 11:28:24 -08:00
Gregory Szorc
2e6dd31eef merge m-c to s-c 2011-12-19 12:26:39 -08:00
Gregory Szorc
fd23477d7d Bug 704973 - syncGUID defined earlier, not always call to database; r=Mossop 2011-12-06 09:33:40 -08:00
Dave Townsend
0c5f63c121 Bug 694068: Automatically download and install an available hotfix add-on. r=Unfocused 2011-12-16 12:04:50 -08:00
Dave Townsend
1f9f842866 Bug 707328: backgroundUpdateCheck isn't firing its complete notification correctly. r=Unfocused 2011-12-02 16:58:22 -08:00
Blair McBride
7bfdc42e81 Bug 705530 - Support strictCompatibility option in update.rdf. r=dtownsend 2011-12-02 15:28:16 +13:00
Blair McBride
6262891240 Bug 527141 - Addon update check should take into account compatibility preferences. r=dtownsend 2011-12-02 15:28:16 +13:00
Blair McBride
96f352477f Bug 693906 - Parse and use new compatibility ranges in AMO metadata ping. r=dtownsend 2011-12-02 15:28:15 +13:00
Dave Townsend
96397f27c7 Bug 699175: The current theme is not active when updating Firefox and the add-ons database schema changes. r=Unfocused 2011-11-22 18:28:27 -08:00
Dave Townsend
68f835501e Removing debug logging that was accidentally left in the patch for bug 703154. 2011-11-21 14:37:03 -08:00
Dave Townsend
abda0e0ec9 Bug 703154: Simplify the schema migration code. r=Unfocused 2011-11-21 12:09:26 -08:00
Ed Morley
d06867876a Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-18 08:43:10 +00:00
Blair McBride
6f224c01aa merge fx-team to mozilla-central 2011-11-18 14:52:59 +13:00
Ed Morley
1c87228e23 Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-16 11:02:43 +00:00
Rob Campbell
bf422e9c17 merge fx-team to mozilla-central 2011-11-15 13:57:15 -08:00
Dave Townsend
33fdf71a7f Bug 697246: Defer creating the extensions database until it is actually necessary. r=Unfocused 2011-11-14 10:03:06 -08:00
Blair McBride
6e0a01fb8b Bug 700201 - Addons that haven't been updated for an extremely long time should not be compatible by default. r=dtownsend 2011-11-14 14:26:35 +13:00
Blair McBride
0d791a12d4 Bug 695977 - Addons shouldn't be compatible by default when their minVersion is greater than the app version. r=dtownsend 2011-11-14 14:26:33 +13:00
Dave Townsend
0cfc4f5cb4 Bug 697312: Don't write out extensions.ini if there are no extensions. r=Unfocused 2011-11-15 11:22:48 -08:00
Gregory Szorc
2bcb0f0c44 Bug 682027 - Add syncGUID field to addons; r=Mossop 2011-11-04 18:04:15 -07:00
Blair McBride
99bd855513 Bug 702868 - AddonInternal.hasBinaryComponents doesn't affect AddonInternal.appDisabled until after initial install. r=dtownsend 2011-11-17 17:27:23 +13: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
Taras Glek
7dacea9199 Include enabled addons + persona in telemetry r=Mossop 2011-10-24 16:04:04 -07: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
Ben Turner
8543fec3ae Bug 690418 - 'ChromeWorker global inaccessible out of DOM scope'. r=sicking.
--HG--
extra : transplant_source : %AA%CBZU%3E%2A%DC%C4%899%12%29%F6%3D%AB%EAH%E9%10%A0
2011-10-14 08:58:37 -07: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
Taras Glek
a8f25be81f bug 668392: backout addon/person reporting until privacy optin is updated 2011-09-26 13:25:57 -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