Commit Graph

64 Commits

Author SHA1 Message Date
Wes Johnston
da49c835e9 Bug 798358 - Use learnmore link for addons on about:home. r=mfinkle 2013-01-10 11:00:59 -08:00
Daniel Holbert
e05355b6bc Bug 822430: Add parens around assignment-used-as-loop-condition in AddonRepository.jsm, to fix JS strict warning "test for equality mistyped as assignment". r=Mossop 2012-12-20 14:02:20 -08:00
Kyle Huey
0469a02b25 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
a78b5b38c7 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
9a3674d80a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
4144129728 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
50b5d3f681 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Atul Jangra
1676f8645e Bug 767236 - Part 4: Name all anonymous functions in remaining Add-ons Manager code. r=Unfocused 2012-10-24 22:58:00 +13:00
Geoff Lankow
bac406e3a3 Bug 773214 - Make AddonInstall/AddonInstallWrapper aware of different icon sizes; r=Unfocused 2012-08-23 18:49:29 +12:00
Marcos S
69d4db671f Bug 758950 - Part 1: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused 2012-08-06 01:03:00 +12:00
Fraser Gutteridge
239a139b71 Bug 759642 - Part 1: Add-ons Manager should use Components.Exception consistently when throwing exceptions. r=Unfocused 2012-07-30 22:46:45 +12:00
Ed Morley
250da72d98 Merge mozilla-central to fx-team 2012-07-24 11:31:54 +01:00
Atul Jangra
4ac8558a73 Bug 767236 - Part 1: Name all anonymous functions in AddonRepository.jsm. r=Unfocused 2012-07-24 16:23:11 +12:00
Geoff Lankow
ac40641b0c [Bug 776411] Migrated addons.sqlite not updated due to schema changes; r=Unfocused 2012-07-23 14:26:42 +12:00
Geoff Lankow
8eed7fe6a4 Bug 760892 - Store available icon sizes from the API in addons.sqlite; r=Unfocused 2012-07-18 01:24:51 +12:00
Gervase Markham
68d38d677f Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Marcos Santiago ext:(%2C%20Jimmy%20Phan%20%3Cjphan9%40gmail.com%3E)
0d3c2c33d0 Bug 740237 - Use for...of loops in Add-ons Manager frontend and backend code. r=Unfocused 2012-05-28 00:21:48 +12:00
Blair McBride
70f7fb2d11 Bug 746909 - Lazy load AddonRepository, and various other JS modules. r=dtownsend 2012-05-10 14:28:45 +12:00
Blair McBride
4185050f70 Bug 715787 - Refactor common provider-agnostic prefs to be properties of AddonManager. r=dtownsend 2012-02-15 15:07:29 +13:00
Gregory Szorc
66a020fdaf Bug 716736 - Re-add performance data to daily add-on update check; r=Unfocused 2012-01-31 17:22:42 -08:00
Geoff Lankow
829f3827f4 Bug 719002 - Use a transaction when upgrading addon.sqlite's schema; r=Mossop 2012-01-19 22:13:03 +13:00
Till Schneidereit
2751128160 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
36c8b73fe5 Bug 713816 - Add additional logging when parsing compatibility overrides. r=dtownsend
--HG--
extra : rebase_source : 78b866fc90e11847b726403a735b596ab609145e
2011-12-30 13:53:03 +13:00
Blair McBride
c00e0f1fef Bug 706387 - Send the compatibility mode when using AMO Search API. r=dtownsend a=khuey 2011-12-12 15:02:13 +13:00
Blair McBride
9deeb48c32 Bug 527141 - Addon update check should take into account compatibility preferences. r=dtownsend 2011-12-02 15:28:16 +13:00
Blair McBride
993f3e5da9 Bug 693906 - Parse and use new compatibility ranges in AMO metadata ping. r=dtownsend 2011-12-02 15:28:15 +13:00
Gregory Szorc
488d0b1b1e 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
Geoff Lankow
0540d30eaa 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
Mark Banner
595d492eed 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
Marco Bonardo
1e735ddb70 Bug 691512 - CreateStatement misuse in AddonRepository.jsm.
r=mossop
2011-11-05 00:41:47 +01:00
Geoff Lankow
f7de091224 Bug 581065 - Allow searching for incompatible add-ons if compatibility checks are disabled. r=dtownsend 2011-10-19 11:38:58 +13:00
Geoff Lankow
25a592318b Bug 692078 - Second attempt to open addons.sqlite doesn't work; r=dtownsend 2011-10-07 11:02:40 +01:00
Ed Morley
9421690a89 Backout changeset ef21d6f2187d to correct bug number 2011-10-07 12:36:44 +01:00
Geoff Lankow
1c173fc7cd Bug 689375 - Second attempt to open addons.sqlite doesn't work; r=dtownsend 2011-10-07 11:02:40 +01:00
Jesper Kristensen
335b156c9e Bug 591780 - Frontend support for restartless dictionaries. r=ehsan, r=Mossop 2011-10-06 12:06:18 -07:00
Kyle Huey
1bb588823f Bug 687332: Fix toolkit/. r=rs 2011-09-29 12:06:36 -04:00
Blair McBride
97fad855bb Bug 683129 - Typo in AddonDatabase.getStatement when handling error. r=dtownsend 2011-09-07 16:25:23 +12:00
Geoff Lankow
3b7bd889a0 Bug 664895 - Make the details pane not jump when a screenshot image is loaded, r=bmcbride 2011-09-05 11:26:06 +01:00
Blair McBride
cd9c3c38b5 Bug 670023 - Use ES5's strict mode in Add-ons Manager frontend and backend code. r=dtownsend 2011-07-19 13:16:35 -07:00
Gavin Sharp
3fecee7e86 Back out 0f11ca4d1733 (bug 670023) due to xpcshell test failures 2011-07-21 22:20:21 -04:00
Blair McBride
dbfd6cae6c Bug 670023 - Use ES5's strict mode in Add-ons Manager frontend and backend code. r=dtownsend 2011-07-19 13:16:35 -07:00
Tim Taubert
ef65209ddf Backed out changeset a115d824218c (bug 670023) 2011-07-20 03:28:05 +02:00
Blair McBride
9b76325baa Bug 670023 - Use ES5's strict mode in Add-ons Manager frontend and backend code. r=dtownsend 2011-07-19 13:16:35 -07:00
Benjamin Smedberg
cac81f2c54 Bug 617539 - Integrate nsIAppStartup2 and nsIAppStartup_MOZILLA_2_0, r=Mossop 2011-03-25 11:03:35 -04:00
Dave Townsend
3eb7b91c82 Bug 638113: Add-ons manager does not return results when searching for preliminarily reviewed add-ons. r=robstrong, a=dolske 2011-03-02 14:13:37 -08:00
Mark Finkle
33b84944c7 Bug 635375 - Preferences > add-ons > get add-ons 'go to page' disabled [r=dtownsend a=dtownsend] 2011-02-25 14:23:04 -05:00
Mark Finkle
d83381d214 Bug 636526 - AddonRepository should use XHR.mozBackgroundRequest [r=dtownsend a=dtownsend] 2011-02-24 23:16:25 -05:00
Dave Townsend
e0feabee39 Bug 628902: Don't include nonstandard add-on types in AMO metadata ping. r=Unfocused, a=sdwilsh 2011-02-15 15:18:07 -08:00
Dave Townsend
808be7d00b Bug 623950: Send startup time measurements along with the metadata requests. r=Unfocused, a=sdwilsh 2011-01-20 13:45:10 -08:00
Dave Townsend
eb11e25625 Bug 617493: Support no contribution amount. r=Unfocused, a=blocks-betaN 2011-01-07 09:17:03 -08:00