Commit Graph

1073 Commits

Author SHA1 Message Date
Dave Townsend
f9fe716087 Bug 652376: Correct whitespace from review. r=robstrong 2011-11-23 15:12:59 -08:00
Dave Townsend
7360d96f36 Bug 652376: Migrate XPInstall dialog into the extensions directory. r=robstrong
--HG--
rename : toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.dtd => toolkit/locales/en-US/chrome/mozapps/extensions/xpinstallConfirm.dtd
rename : toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.properties => toolkit/locales/en-US/chrome/mozapps/extensions/xpinstallConfirm.properties
rename : toolkit/mozapps/xpinstall/content/xpinstallConfirm.css => toolkit/mozapps/extensions/content/xpinstallConfirm.css
rename : toolkit/mozapps/xpinstall/content/xpinstallConfirm.js => toolkit/mozapps/extensions/content/xpinstallConfirm.js
rename : toolkit/mozapps/xpinstall/content/xpinstallConfirm.xul => toolkit/mozapps/extensions/content/xpinstallConfirm.xul
rename : toolkit/mozapps/xpinstall/content/xpinstallItem.xml => toolkit/mozapps/extensions/content/xpinstallItem.xml
rename : toolkit/themes/pinstripe/mozapps/xpinstall/xpinstallConfirm.css => toolkit/themes/pinstripe/mozapps/extensions/xpinstallConfirm.css
rename : toolkit/themes/winstripe/mozapps/xpinstall/xpinstallConfirm.css => toolkit/themes/winstripe/mozapps/extensions/xpinstallConfirm.css
2011-11-23 15:04:56 -08:00
Dave Townsend
db380d74d8 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
cdf5934b9d Removing debug logging that was accidentally left in the patch for bug 703154. 2011-11-21 14:37:03 -08:00
Dave Townsend
53a2d6d7d5 Bug 703154: Simplify the schema migration code. r=Unfocused 2011-11-21 12:09:26 -08:00
Ed Morley
aa5192da19 Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-18 08:43:10 +00:00
Blair McBride
78029babf5 merge fx-team to mozilla-central 2011-11-18 14:52:59 +13:00
Ed Morley
f40e833352 Merge mozilla-central to mozilla-inbound 2011-11-16 18:05:23 +00:00
Ed Morley
0d4271ee17 Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-16 11:02:43 +00:00
Rob Campbell
7676da77c5 merge fx-team to mozilla-central 2011-11-15 13:57:15 -08:00
Henri Sivonen
9c81d39d29 Bug 651072 addendum - Make the extension manager treat text/html update responses as errors. r=dtownsend. 2011-11-16 09:38:51 +02:00
Dave Townsend
99e5c07684 Bug 697246: Defer creating the extensions database until it is actually necessary. r=Unfocused 2011-11-14 10:03:06 -08:00
Blair McBride
c41b3c2f3c 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
a3c1a7ac9c 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
Gregory Szorc
9580eaed01 Bug 682356 - Remove metrics from AddonRepository searching; r=Mossop
This data is now redundant with telemetry from bug 668392. This
effectively reverts bug 623950.

--HG--
extra : rebase_source : fa1531b65b0402c0a3bd186547e03f3cd6cacb8a
2011-11-04 18:05:37 -07:00
Dave Townsend
22b508a305 Bug 697312: Don't write out extensions.ini if there are no extensions. r=Unfocused 2011-11-15 11:22:48 -08:00
Geoff Lankow
1b0343f5f9 Bug 701298 - Fix browser_searching.js when update channel is aurora/beta/release; r=dtownsend 2011-11-10 20:59:13 +13:00
Geoff Lankow
61e9b61e44 Bug 701193 - xpcshell-tests for add-on manager broken when update channel is set to aurora/beta/release; r=dtownsend 2011-11-10 12:08:48 +13:00
Gregory Szorc
0f9d18a86b Bug 682027 - Add syncGUID field to addons; r=Mossop 2011-11-04 18:04:15 -07:00
Ed Morley
7bc582f20f Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
Marco Bonardo
a64a1143de Bug 691512 - CreateStatement misuse in AddonRepository.jsm.
r=mossop
2011-11-05 00:41:47 +01:00
Rail Aliiev
8a56fd9db2 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Jens Hatlak
ed94548c09 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
c598b4d8bf 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
bce24e9d0e 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
f4d4a73c96 Bug 697246: Defer creating the extensions database until it is actually necessary. r=Unfocused 2011-11-03 18:30:59 -07:00
Geoff Lankow
c8c427d8b9 Bug 668154 - Use the same mock file picker for all mochitests and xpcshell tests; r=jmaher 2011-10-22 12:39:30 +13:00
Blair McBride
7645399f7f Bug 693897 - Allow addons to opt-in to strict compatibility checking. r=dtownsend 2011-11-01 18:48:53 +13:00
Blair McBride
5efa36a464 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
c8f32d996d Bug 693901 - Add preference to globally (re)enable strict compatibility checks. r=dtownsend 2011-11-01 18:48:45 +13:00
Blair McBride
19c8b101a3 Bug 702868 - AddonInternal.hasBinaryComponents doesn't affect AddonInternal.appDisabled until after initial install. r=dtownsend 2011-11-17 17:27:23 +13:00
Oonishi Atsushi
5db5ec8f54 Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky 2011-11-10 15:01:11 +01:00
Geoff Lankow
0288fd99c9 Bug 700633 - responseType not set when using XHR to retrieve XML; r=dtownsend 2011-11-09 10:03:08 +13:00
Geoff Lankow
a0596c9180 Bug 693714 - Bootstrapped addons have uninstall & install called on Firefox update; r=dtownsend 2011-10-25 01:39:45 +01:00
Taras Glek
f8512b4688 Include enabled addons + persona in telemetry r=Mossop 2011-10-24 16:04:04 -07:00
Geoff Lankow
4f0b71d3e8 Bug 581065 - Allow searching for incompatible add-ons if compatibility checks are disabled. r=dtownsend 2011-10-19 11:38:58 +13:00
Dave Townsend
810957e943 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
36c709e086 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
Dave Townsend
91b528511d Bug 693698: 3rd Party add-ons from the application folder are not disabled on upgrade. r=Unfocused 2011-10-20 09:55:16 -07:00
Mark Banner
66d66d595c Bug 700988 - BRANCH_REGEXP is not defined in AddonRepository.jsm - Add-on manager broken on Aurora branch. r=dtownsend 2011-11-09 18:37:10 +00:00
Phil Ringnalda
c6b1e40eba Back out a126c53a037e (bug 697312) and 883cb16d5bfe (bug 697246) for Win xpcshell orange 2011-11-08 21:22:28 -08:00
Dave Townsend
6e12e04d03 Bug 697312: Don't write out extensions.ini if there are no extensions. r=Unfocused 2011-11-08 16:03:56 -08:00
Dave Townsend
1938f1fd9f Bug 697246: Defer creating the extensions database until it is actually necessary. r=Unfocused 2011-11-08 16:02:49 -08:00
Geoff Lankow
9a0320b6ee 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
Blair McBride
5af5d40cac Bug 690699 - Addon Manager severely broken if autoUpdateDefault preference is missing. r=dtownsend 2011-10-13 00:10:58 +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
Felix Fung
acef7c78d7 Bug 684190 - "about:newaddon" should not close window, r=Mossop 2011-09-29 20:49:30 -07:00