Commit Graph

1156 Commits

Author SHA1 Message Date
Blair McBride
7adab55265 Bug 718630 - Add-ons with compatibility override are displayed as enabled and incompatible if skipping compatibility check after upgrade. r=dtownsend 2012-02-15 15:07:29 +13:00
Blair McBride
3d697927c7 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
868ce9c2d7 Bug 715787 - Refactor common provider-agnostic prefs to be properties of AddonManager. r=dtownsend 2012-02-15 15:07:29 +13:00
Geoff Lankow
63ce20111b Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part C, remove uses of nsIPrefBranch2 in toolkit/ ; r=bsmedberg 2012-01-17 14:18:29 +13:00
Dão Gottwald
fb5926d8cc Bug 724286 - Fix TelemetryTimestamps, AddonManagerPrivate global scope pollution and whitelist __SSi. r=dietrich 2012-02-05 21:22:57 +01:00
Panagiotis Koutsourakis
583eb38038 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Dão Gottwald
6a95aff71b Bug 720985 - Make some tests stop polluting the global scope 2012-02-03 10:13:41 +01:00
Tim Taubert
456b0bba2b merge m-c to fx-team 2012-02-02 10:03:01 +01:00
Dave Townsend
5908b09675 Bug 635610 - Show the discovery pane's content earlier in the loading process. r=Unfocused, ui-r=limi 2012-02-01 14:21:16 +13:00
Gregory Szorc
8baa0dbe2f Bug 716736 - Re-add performance data to daily add-on update check; r=Unfocused 2012-01-31 17:22:42 -08:00
Brad Lassey
0f9ace8cd9 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
5cb8361be5 backout f583132674d5 due to failing tests 2012-01-26 01:42:38 -05:00
Brad Lassey
ef50914ecf 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
Dão Gottwald
e1d8649025 No bug - fix some browser chrome tests that pollute the global scope 2012-01-24 23:08:42 +01:00
Geoff Lankow
4fe4d06e20 Bug 669392 - File and Directory paths should be cropped in the middle and not at the beginning of the path; r=Unfocused 2011-08-17 14:03:28 +12:00
Geoff Lankow
abbb31376f Bug 719002 - Use a transaction when upgrading addon.sqlite's schema; r=Mossop 2012-01-19 22:13:03 +13:00
Tim Taubert
d2339616cf merge m-c to fx-team 2012-01-19 12:10:03 +01:00
Tim Taubert
d3cd2f00e8 Backed out changeset d0b03b763e5b (bug 702920) 2012-01-19 12:04:23 +01:00
Blair McBride
996335a8e2 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
MSU Capstone Team
75d1ef4ef4 Bug 717119 - Typo in documentation comment for AddonUpdateChecker.getNewestCompatibleUpdate(). r=bmcbride 2012-01-19 18:46:06 +13:00
Till Schneidereit
2ee58c18ea 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
Dão Gottwald
6754282a69 Bug 718536 - browser_select_compatoverrides.js leaks selectAddons.xul. r=bmcbride 2012-01-17 12:50:48 +01:00
Geoff Lankow
0caa9e7355 Bug 717694 - Persist prefs after closing the add-ons manager; r=Unfocused 2012-01-13 15:07:52 +13:00
Geoff Lankow
e5e7495054 Bug 715735 - Detail view icon has no dimensions set, causes a relayout when it loads; r=Unfocused 2012-01-10 20:15:51 +13:00
Geoff Lankow
2e6f1ebc36 Bug 664897 - Details view should scroll down when it has inline settings and options button in list view is clicked; r=Unfocused, ui-r=Boriss 2011-08-30 00:19:58 +12:00
Marco Bonardo
03eac44863 Merge mozilla-central and mozilla-inbound 2012-01-05 11:31:12 +01:00
Geoff Lankow
6f58c7b817 Bug 714593 - Preferences button on search view does not work with inline prefs; r=Unfocused 2012-01-05 17:11:13 +13:00
Geoff Lankow
3ad7fa7bab Bug 714583 - Labels of inline options shouldn't get cropped; r=Unfocused 2012-01-03 09:26:40 +13:00
Blair McBride
17a199e81e Bug 691389 - Error: win is null when performing drag&drop of a XPI file to Add-ons Manager tab. r=dtownsend 2012-01-05 01:17:52 +13:00
Blair McBride
e67d32420f 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
Blair McBride
43399f632b Bug 713816 - Add additional logging when parsing compatibility overrides. r=dtownsend
--HG--
extra : rebase_source : 78b866fc90e11847b726403a735b596ab609145e
2011-12-30 13:53:03 +13:00
Tim Taubert
174bcd7323 merge m-c to fx-team 2011-12-29 13:59:50 +01:00
Blair McBride
1c1ca94528 Backout ea0539bb2118 (bug 685155) due to test failures on OSX 2011-12-29 05:10:58 +13:00
Blair McBride
691021bae7 Bug 711693 - Send the compatibility mode when loading the Discovery pane. r=dtownsend 2011-12-28 23:37:43 +13:00
Kris Maglione
7ee176196e Bug 685155 - Add-on Manager should treat symbolic links the same as proxy files. r=dtownsend 2011-12-28 23:36:15 +13:00
Geoff Lankow
eb732e76d2 Bug 712518 - Improve MockFilePicker.jsm; r=jmaher 2011-12-23 11:10:52 +13:00
Gregory Szorc
39726919fa Bug 710961 - Carry over syncGUID generated when install is staged; r=Mossop 2011-12-21 11:28:24 -08:00
Steffen Wilberg
68df9473fb Bug 712614: extensions.js never stops observing extensions.update.enabled. r=mossop 2011-12-21 19:43:29 +01:00
Gregory Szorc
5c5956446f merge m-c to s-c 2011-12-19 12:26:39 -08:00
Richard Newman
012380b6dc Merge m-c to s-c. 2011-12-16 09:16:17 -08:00
Richard Newman
c119e883be Merge m-c to s-c. 2011-12-15 11:55:38 -08:00
Doug Sherk
02b802d25b Bug 710103: Update XPCShell tests for GfxInfo blocklisting r=joe a=mbrubeck 2011-12-14 21:04:35 -08:00
Gregory Szorc
30236d5e05 Merge m-c to s-c 2011-12-14 17:29:29 -08:00
Blair McBride
562c10b52a Bug 709531 - Addons Manager tests should have AMO-related prefs reset after each test to disallow network access. r=dtownsend a=mbrubeck 2011-12-15 14:00:19 +13:00
Richard Newman
bc75a4cc98 Merge m-c to s-c. 2011-12-14 11:28:32 -08:00
Kyle Huey
76e9b4d2f6 Bug 709531: Turn off more Addon Manager tests that depend on AMO. r=ehsan a=me CLOSED TREE 2011-12-14 13:48:20 -05:00
Kyle Huey
6310b852e6 Bug 709531: Turn off Addon Manager tests that depend on AMO. r=ehsan a=me CLOSED TREE 2011-12-14 13:43:06 -05:00
Richard Newman
3f79fb24e0 Merge m-c to s-c. 2011-12-13 10:58:43 -08:00
Geoff Lankow
ec4881efc5 Bug 708397 - "addon-options-displayed" notification fires before XBL bindings apply; r=Unfocused, a=Unfocused 2011-12-13 23:32:11 +13:00
Richard Newman
5fdb26a38d Merge m-c to s-c. 2011-12-11 21:30:28 -08:00