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 |
|
Serge Gautherie
|
6624920293
|
Bug 728633. (Av2) Add ensureElementIsVisible() calls, to support having more items. r=bmcbride.
|
2012-02-27 10:44:36 +01:00 |
|
Serge Gautherie
|
94a99dc17a
|
Bug 730551. (Av1) browser_bug638292.js: Support SeaMonkey's "about:blank" loads. r=bmcbride.
|
2012-02-27 07:54:25 +01:00 |
|
Blair McBride
|
d57f9e145e
|
Bug 725058 - Get Add-ons pane incorrectly references nsIWebProgressListener.STATE_IS_TRANSFERRING. r=dtownsend
|
2012-02-15 15:07:30 +13:00 |
|
Blair McBride
|
c61c114ec8
|
Bug 714841 - With 30 lightweight themes installed, Add-ons Manager appearance pane is slow to load. r=dtownsend
|
2012-02-15 15:07:30 +13:00 |
|
Blair McBride
|
c11a439528
|
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
|
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 |
|
Geoff Lankow
|
b0321a6413
|
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
|
46128d4821
|
Bug 724286 - Fix TelemetryTimestamps, AddonManagerPrivate global scope pollution and whitelist __SSi. r=dietrich
|
2012-02-05 21:22:57 +01:00 |
|
Panagiotis Koutsourakis
|
791aa57b19
|
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
|
be33215b58
|
Bug 720985 - Make some tests stop polluting the global scope
|
2012-02-03 10:13:41 +01:00 |
|
Tim Taubert
|
67644c2dbd
|
merge m-c to fx-team
|
2012-02-02 10:03:01 +01:00 |
|
Dave Townsend
|
f180c3d0cb
|
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
|
c55a6ed196
|
Bug 716736 - Re-add performance data to daily add-on update check; r=Unfocused
|
2012-01-31 17:22:42 -08: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 |
|
Dão Gottwald
|
2e4b60b563
|
No bug - fix some browser chrome tests that pollute the global scope
|
2012-01-24 23:08:42 +01:00 |
|
Geoff Lankow
|
2fed4a06fc
|
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
|
25af05dde1
|
Bug 719002 - Use a transaction when upgrading addon.sqlite's schema; r=Mossop
|
2012-01-19 22:13:03 +13:00 |
|
Tim Taubert
|
8165319fae
|
merge m-c to fx-team
|
2012-01-19 12:10:03 +01:00 |
|
Tim Taubert
|
d3b51d98cd
|
Backed out changeset d0b03b763e5b (bug 702920)
|
2012-01-19 12:04:23 +01:00 |
|
Blair McBride
|
e5f527c015
|
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
|
5f4fa16c96
|
Bug 717119 - Typo in documentation comment for AddonUpdateChecker.getNewestCompatibleUpdate(). r=bmcbride
|
2012-01-19 18:46:06 +13: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 |
|
Dão Gottwald
|
96c91e1a63
|
Bug 718536 - browser_select_compatoverrides.js leaks selectAddons.xul. r=bmcbride
|
2012-01-17 12:50:48 +01:00 |
|
Geoff Lankow
|
0e8febcd0c
|
Bug 717694 - Persist prefs after closing the add-ons manager; r=Unfocused
|
2012-01-13 15:07:52 +13:00 |
|
Geoff Lankow
|
67d77157ff
|
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
|
c4f9fac964
|
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
|
3017ba2181
|
Merge mozilla-central and mozilla-inbound
|
2012-01-05 11:31:12 +01:00 |
|
Geoff Lankow
|
629c79ce7a
|
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
|
5127b6cc67
|
Bug 714583 - Labels of inline options shouldn't get cropped; r=Unfocused
|
2012-01-03 09:26:40 +13:00 |
|
Blair McBride
|
e0cb473eec
|
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
|
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 |
|
Blair McBride
|
bfe83b896e
|
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
|
ed3cb6f833
|
merge m-c to fx-team
|
2011-12-29 13:59:50 +01:00 |
|
Blair McBride
|
9f6ea534a7
|
Backout ea0539bb2118 (bug 685155) due to test failures on OSX
|
2011-12-29 05:10:58 +13:00 |
|
Blair McBride
|
96fe46069b
|
Bug 711693 - Send the compatibility mode when loading the Discovery pane. r=dtownsend
|
2011-12-28 23:37:43 +13:00 |
|
Kris Maglione
|
b459b04749
|
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
|
48d0dde864
|
Bug 712518 - Improve MockFilePicker.jsm; r=jmaher
|
2011-12-23 11:10: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 |
|
Steffen Wilberg
|
1f181ebf8d
|
Bug 712614: extensions.js never stops observing extensions.update.enabled. r=mossop
|
2011-12-21 19:43:29 +01:00 |
|
Gregory Szorc
|
2e6dd31eef
|
merge m-c to s-c
|
2011-12-19 12:26:39 -08:00 |
|
Richard Newman
|
4bcff60b8f
|
Merge m-c to s-c.
|
2011-12-16 09:16:17 -08:00 |
|
Richard Newman
|
398f53edc0
|
Merge m-c to s-c.
|
2011-12-15 11:55:38 -08:00 |
|
Doug Sherk
|
6b007a4035
|
Bug 710103: Update XPCShell tests for GfxInfo blocklisting r=joe a=mbrubeck
|
2011-12-14 21:04:35 -08:00 |
|
Gregory Szorc
|
59e9109685
|
Merge m-c to s-c
|
2011-12-14 17:29:29 -08:00 |
|
Blair McBride
|
e2e21cb17f
|
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
|
ebb87ea4e2
|
Merge m-c to s-c.
|
2011-12-14 11:28:32 -08:00 |
|