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
Kyle Huey
1e7fd9668d
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
78c484d529
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
722a434c38
Merge m-c to s-c.
2011-12-13 10:58:43 -08:00
Geoff Lankow
622bc2f0d5
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
217d992ac2
Merge m-c to s-c.
2011-12-11 21:30:28 -08:00
John Schoenick
1c874917cd
Bug 687679 - Rename JS_CompileFile to JS_CompileUTF8File, fix users. r=jorendorff,jst
2011-12-16 11:08:59 -08:00
Blair McBride
7755266e12
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
7664d8eaac
Bug 709620 - Fix test_updatecheck.js when update channel is aurora/beta/release. r=bustage a=edmorley
2011-12-12 12:08:06 +13:00
Steffen Wilberg
c65f823afc
Bug 710064: Make the 'Update Add-ons Automatically' checkbox state depend on the extensions.update.enabled pref, in addition to the existing extensions.update.autoUpdateDefault pref. r=mossop
2011-12-16 21:52:14 +01:00
Ms2ger
c3c3bdba73
Backed out changeset ba447ace2594 (bug 687679) for bustage.
2011-12-16 21:17:16 +01:00
John Schoenick
a355d623f2
Bug 687679 - Rename JS_CompileFile to JS_CompileUTF8File, fix users. r=jorendorff,jst
2011-12-16 11:08:59 -08:00
Dave Townsend
1cd8e3f6d4
Bug 704988: Check the add-on hotfix is signed by a specific certificate. r=robstrong, r=Unfocused
2011-12-16 12:04:28 -08:00
Dave Townsend
8af0b5129b
Bug 704987: Ignore the hotfix add-on when warning users about incompatible add-ons. r=robstrong
2011-12-16 12:04: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
Richard Newman
1bdae035b2
Merge m-c to s-c.
2011-12-09 08:52:38 -08:00
Fabrice Desré
542e8850b9
merge
2011-12-07 20:14:00 -08:00
Steffen Wilberg
16c1c82b1b
Bug 701987: Remove checkbox for add-on auto-checking for updates (extensions.update.enabled) from the options window, and make enabling extensions.update.autoUpdateDefault in the add-ons manager also enable extensions.update.enabled. ui-review=boriss, r=mossop, a=xul/js-only
2011-12-12 21:56:26 +01:00
Blair McBride
0fed52ecb8
Bug 679588 - Fix intermittent test timeout of browser_select_update.js, browser_select_confirm.js, and browser_select_selection.js. r=dtownsend
2011-12-07 23:48:44 +13:00
Blair McBride
2ec721d13a
Bug 706777 - Automatically repopulate AddonRepository database on application upgrade. r=dtownsend
2011-12-07 23:48:33 +13:00
Gregory Szorc
fd23477d7d
Bug 704973 - syncGUID defined earlier, not always call to database; r=Mossop
2011-12-06 09:33:40 -08:00
Cameron McCormack
228778cef4
Bug 670858 - Ignore some expected and fix some unexpected exceptions in xpinstall tests. r=dtownsend
2011-12-04 12:13:41 +11:00
Dave Townsend
1f9f842866
Bug 707328: backgroundUpdateCheck isn't firing its complete notification correctly. r=Unfocused
2011-12-02 16:58:22 -08:00
Ed Morley
4052c9fa4c
Merge mozilla-central to mozilla-inbound
2011-12-02 18:55:28 +00:00
Ed Morley
826de66df2
Merge last green changeset of mozilla-inbound to mozilla-central
2011-12-02 18:39:02 +00:00
Dave Townsend
0bf02d866e
Bug 705631: applyBackgroundUpdates changes to OFF if set to ON at the time of a DB migration (testcase). r=Unfocused
2011-12-02 10:20:06 -08:00
Dão Gottwald
d4291c7722
Bug 570760 followup, trying to fix broken test
2011-12-02 15:14:51 +01:00
James Hobin
0ee9916f7b
Bug 570760 - Make ctrl-f and / focus the search box in the add-ons manager. r=dtownsend,dao
2011-12-02 13:35:32 +01:00
Cameron McCormack
a1b27ed895
Bug 703176 - Ensure all browser chrome mochitests do fail when uncaught JS exceptions occur. (v1.1) r=jmaher
2011-12-02 23:25:03 +11:00
Blair McBride
0f7bda849e
Bug 527141 - Fix test_update_compatmode.js test to work correctly. r=dolske
2011-12-02 19:00:38 +13:00
Blair McBride
2d0a5fc96a
Bug 704737 - browser_select_update.js has OVER 9000 timeouts requested. May be slight overkill. r=dtownsend
2011-12-02 15:28:16 +13: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
Ed Morley
9878eb5893
Merge mozilla-central to mozilla-inbound
2011-12-08 15:16:01 +00:00
Masatoshi Kimura
c65521aa7c
Bug 701787 - Part 1: disallow responseType and withCredentials for sync XHR. r=smaug
2011-12-08 15:54:05 +02:00
Henri Sivonen
98826c1b42
Back out bug 701787 due to orangeness conflict with tests added in bug 664179.
2011-12-07 15:11:47 +02:00
Masatoshi Kimura
ceeaf421c9
Bug 701787 - Part 1: disallow responseType and withCredentials for sync XHR. r=smaug
2011-12-07 13:29:00 +02:00
Florian Queze
bd489c07f6
Bug 703929 - Loading in the Get Add-ons pane a chrome XUL file fails when the add-on manager is reopened, r=Mossop.
2011-12-15 17:08:49 +01:00
Dave Townsend
065f386f78
Bug 652376: Correct whitespace from review. r=robstrong
2011-11-23 15:12:59 -08:00
Dave Townsend
f4cd50d453
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
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
6000587a19
Merge mozilla-central to mozilla-inbound
2011-11-16 18:05:23 +00: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
Henri Sivonen
6a41643932
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
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
Gregory Szorc
8981c9aed3
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
0cfc4f5cb4
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
e3e1b4ba5e
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
3034197062
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
2bcb0f0c44
Bug 682027 - Add syncGUID field to addons; r=Mossop
2011-11-04 18:04:15 -07:00
Ed Morley
6a998be2c5
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
1a16d14845
Bug 691512 - CreateStatement misuse in AddonRepository.jsm.
...
r=mossop
2011-11-05 00:41:47 +01:00
Rail Aliiev
364e83c545
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Jens Hatlak
7ed500ceaa
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
b15379954e
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
f24e3dedd1
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
aac42edf34
Bug 697246: Defer creating the extensions database until it is actually necessary. r=Unfocused
2011-11-03 18:30:59 -07:00
Geoff Lankow
05b39c14b0
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
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
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
Oonishi Atsushi
ebc58fb880
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
c6001712b8
Bug 700633 - responseType not set when using XHR to retrieve XML; r=dtownsend
2011-11-09 10:03:08 +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
Geoff Lankow
ce47e16af1
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
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
Dave Townsend
495c00a54f
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
0aabe1d279
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
8bcfd86fd6
Back out a126c53a037e (bug 697312) and 883cb16d5bfe (bug 697246) for Win xpcshell orange
2011-11-08 21:22:28 -08:00
Dave Townsend
874b4c8a33
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
dc0ba4064b
Bug 697246: Defer creating the extensions database until it is actually necessary. r=Unfocused
2011-11-08 16:02:49 -08: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
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
Jesper Kristensen
0c375c8e29
Bug 591780 - Frontend support for restartless dictionaries. r=ehsan, r=Mossop
2011-10-06 12:06:18 -07:00
Matt Brubeck
f81c1da9f1
Re-backout 9928fb9a32b1 which was accidentally un-backed-out by the last merge
2011-09-29 19:56:32 -07:00
Mounir Lamouri
fd909f1fa4
Bug 690220 - Fix random orange in browser_bug638292.js. r=mbrubeck
2011-09-29 19:01:49 +02:00
Kyle Huey
ad4e94ee90
Bug 687332: Fix toolkit/. r=rs
2011-09-29 12:06:36 -04: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
Kyle Huey
4a7c84e525
Merge m-i to m-c.
2011-09-27 08:33:03 -04:00
Tim Taubert
f0eff048ba
merge the last green changeset on fx-team to m-c
2011-09-27 13:21:17 +02:00
Geoff Lankow
05ebb4e7ba
Bug 689404 - Revert change to inline settings that broke some existing Mobile addons; r=bmcbride
2011-09-27 10:10:24 +01:00
Tim Taubert
50195fe347
merge the last green changeset on m-c to fx-team
2011-09-27 04:08:27 +02:00
Blair McBride
25a7ac3dfb
Bug 679994 - Checkboxes in "Disable add-ons you no longer use" dialog have no labels, names aren't accessible. r=rstrong, ui-r=Boriss
2011-09-27 14:37:53 +13:00
Taras Glek
a8f25be81f
bug 668392: backout addon/person reporting until privacy optin is updated
2011-09-26 13:25:57 -07:00
Boris Zbarsky
788803a0af
Bug 660233 part 1. Fix tests that assume UniversalXPConnect in otherwise-untrusted pages will get one nodePrincipal, documentURIObject, baseURIObject properties. r=mrbkap
...
--HG--
rename : dom/tests/mochitest/bugs/test_bug396843.html => dom/tests/browser/browser_bug396843.js
2011-09-23 01:03:50 -04:00
Paul Biggar
d8fd60d75c
Change in-tree users of Array.prototype.splice to not rely on non-standard behavior of deleting all elements from |k| onward for |arr.splice(k)|. r=jwalden
...
--HG--
extra : rebase_source : b2f041ab27c500636598fe6213481c1a5f0989e8
2011-09-22 15:43:11 -07:00
Malini Das
841f72da21
Bug 677626 - Add a profiling test suite for mochitest. r=jmaher
2011-09-19 14:52:04 -04:00
Margaret Leibovic
7f4c39e9a7
merge m-c into fx-team
2011-09-14 11:57:00 -07:00
Justin Wood
1e9a422ca0
Address review comment for Bug 680113 that I missed when checking in. r=Unfocused
2011-09-14 06:33:12 -04:00
Justin Wood
c5f31e023d
Test for Bug 680113 - Select Add-ons dialog lists distribution add-ons as installed by the user. r=Unfocused
2011-09-13 01:18:01 -04: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
Justin Wood
411db89672
reland Bug 680113 - Select Add-ons dialog lists distribution add-ons as installed by the user. r=Mossop ui-r=faaborg
2011-09-08 04:11:17 -04:00
Phil Ringnalda
4851b6a0f8
Back out 4f7f1840152b (bug 680113) for orange
2011-09-09 22:18:19 -07:00