Commit Graph

2895 Commits

Author SHA1 Message Date
Nathan Froyd
68b28fa8f1 Bug 715376 - update MockFilePicker.init() to take a window for event dispatching purposes; r=jmaher 2012-10-16 17:39:32 -04:00
Ryan VanderMeulen
d9c80bbcd8 Merge m-c to inbound. 2013-01-24 18:10:25 -05:00
Mike Hommey
935d12952f Bug 833882 - Correctly handle non chrome directories when doing l10n-repack. r=gps 2013-01-23 23:49:23 +01:00
Mike Hommey
8743bae291 Bug 833886 - Attempt to unbreak comm-central after bug 780561. r=ted DONTBUILD 2013-01-23 20:17:07 +01:00
Mike Hommey
a3cad8d663 Bug 833848 - Don't forget to localize crashreporter.ini and crashreporter-override.ini with the new packager. r=ted DONTBUILD 2013-01-23 20:16:43 +01:00
Mike Hommey
4d9f2c54bd Bug 780561 - Remove now unused bits of the packaging scripts. r=ted 2013-01-23 11:23:15 +01:00
Mike Hommey
13d7cb3c37 Bug 780561 - Use new packager code for packaging (packager.mk) r=ted 2013-01-23 11:23:15 +01:00
Mike Hommey
a92c86884e Bug 780561 - Import new packager code. r=gps 2013-01-23 11:23:14 +01:00
Dave Hylands
85ddb7f40c Bug 802423 - Updater needs to set oom_adj and nice appropriately. e=ehsan a=b2g-only 2013-01-21 12:22:16 -08:00
Josh Matthews
e78e0cef68 Bug 830066 - Use proper document for dropping links on toolkit download UI. r=mak 2013-01-21 15:09:51 +00:00
Georg Fritzsche
b4d45d7e70 Bug 744745 - Prevent overlay being made transparent from site CSS. r=jaws 2013-01-23 20:59:13 +01:00
Kris Maglione
b6e8bbddb5 Bug 831805: Block malicious Mozilla Framework Assistant (em:creator is Mozilla.org). r=Mossop 2013-01-23 11:46:06 -08:00
Jared Wein
bd7ce576d2 Bug 774315 - Close button and context menu to hide click-to-play plugin instances. Portions of the patch contributed by David Keeler. r=felipe 2012-07-17 13:45:59 -07:00
Owen Coutts
9740296619 Bug 807880 - Click-to-play plugin placeholder can be styled by inherited CSS. r=jaws 2013-01-17 17:52:44 -05:00
Dave Hylands
fe242338a7 Bug 830462 - Remove update.mar from sdcard when finished (or when starting a new download). r=rstrong 2013-01-14 20:29:46 -08:00
Felipe Gomes
5517ee430a Bug 779754. Fix intermittent test_destinationURI_annotation.xul by cleaning up possible leftover files before starting the test. r=mconley 2013-01-15 14:11:39 -02:00
Dave Hylands
e428e8aeb6 Bug 823695 - unsetenv LD_PRELOAD when running the updater. r=cjones 2013-01-14 23:18:44 -08:00
Dave Townsend
cb719e76fc Bug 818468: Langpacks aren't being properly registered in bootstrappedAddons. r=Unfocused 2013-01-13 16:29:25 -08:00
Robert Strong
3ae4f9de83 Followup possible fix for Bug 814535 and Bug 774014 - Intermittent test_0201_app_launch_apply_update* and test_0203_app_launch_apply_update* | launch application timer expired. r=bbondy, a=test-only 2013-01-13 00:46:41 -08:00
Robert Strong
ae23389930 Possible fix for Bug 814535 and Bug 774014 - Intermittent test_0201_app_launch_apply_update* and test_0203_app_launch_apply_update* | launch application timer expired. r=bbondy 2013-01-12 23:30:11 -08:00
Dave Hylands
1716f2b6c3 Bug 813770 - Fix xpcshell update tests to work with new code. r=rstrong 2013-01-12 05:03:13 +01:00
Dave Hylands
ec0f13f305 Bug 813770 - Rebooting after update is downloaded but before it's applied doesn't show prompt to re-apply on subsequent restart. r=rstrong 2013-01-12 05:03:13 +01:00
Chris Peterson
34d009dfe8 Bug 829685 - Remove #include "prtypes.h" from some files that no longer use PR types. r=ehsan 2013-01-10 08:19:36 -08:00
Marshall Culpepper
8b682ea320 Bug 816306: Part 2 - Report update HTTP errors to Gaia, and accompanying tests. r=fabrice 2013-01-10 18:13:39 +01:00
Marshall Culpepper
e7dcfee651 Bug 816306: Part 1 - Report more network errors during update checks. r=bbondy 2013-01-10 18:10:19 +01:00
Dave Hylands
9f0a30d9b0 Bug 785124 - Pt 8 - Fix test_0030_general.js to work when downloaded file goes to sdcard. 2013-01-10 14:46:40 +01:00
Dave Hylands
062761000b Bug 785124 - Pt 6 - Fix JS code that was failing xpcshell tests. r=marshall_law 2013-01-10 14:46:39 +01:00
Dave Hylands
c73c4fb662 Bug 785124 - Pt 5 - Add extra asserts. r=dougt 2013-01-07 17:43:02 +01:00
Dave Hylands
7f0868d780 Bug 785124 - Pt 3 - Modify the updater to support update.link file. r=rstrong
From 76c70c31f5362f7c91d567ca04329195d8126f26 Mon Sep 17 00:00:00 2001
 file. Prefer sdcard for download
---
 toolkit/mozapps/update/updater/updater.cpp |   53 +++++++++++++++++++++++++---
 toolkit/xre/nsUpdateDriver.cpp             |   13 +++++--
 2 files changed, 60 insertions(+), 6 deletions(-)
2012-12-14 16:06:41 -08:00
Dave Hylands
910cba180d Bug 785124 - Pt 2 - JS changes to updater to allow storing update.mar to sdcard. r=marshall_law
From 93958fee051e9355930edba538eabeb91f4b442d Mon Sep 17 00:00:00 2001
 sdcard and lock sdcard while in use
---
 b2g/components/DirectoryProvider.js       |  154 ++++++++++++++++++++++++++---
 b2g/components/UpdatePrompt.js            |   16 ++-
 toolkit/mozapps/update/nsUpdateService.js |  124 ++++++++++++++++++++++-
 3 files changed, 276 insertions(+), 18 deletions(-)
* * *
Fix log stmt
2012-12-14 16:05:39 -08:00
Gavin Sharp
57323adb16 Bug 762705 - Download dialog should use the inner URI to avoid showing a misleading URI when downloading a file from a nested URI. r=adw 2012-06-11 17:44:13 -07:00
Marshall Culpepper
1d3e80011e Bug 817821: Part 2 - Update tests for new B2G download events. r=dhylands 2013-01-08 17:13:32 +01:00
Phil Ringnalda
ed9b0b2817 Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests 2013-01-07 22:59:32 -08:00
Dave Hylands
a09ec02d75 Bug 785124 - Pt 5 - Add extra asserts. r=dougt 2013-01-07 17:43:02 +01:00
Dave Hylands
1f5095e6c8 Bug 785124 - Pt 3 - Modify the updater to support update.link file. r=rstrong
From 76c70c31f5362f7c91d567ca04329195d8126f26 Mon Sep 17 00:00:00 2001
 file. Prefer sdcard for download
---
 toolkit/mozapps/update/updater/updater.cpp |   53 +++++++++++++++++++++++++---
 toolkit/xre/nsUpdateDriver.cpp             |   13 +++++--
 2 files changed, 60 insertions(+), 6 deletions(-)
2012-12-14 16:06:41 -08:00
Dave Hylands
b267ce1d8a Bug 785124 - Pt 2 - JS changes to updater to allow storing update.mar to sdcard. r=marshall
From 93958fee051e9355930edba538eabeb91f4b442d Mon Sep 17 00:00:00 2001
 sdcard and lock sdcard while in use
---
 b2g/components/DirectoryProvider.js       |  154 ++++++++++++++++++++++++++---
 b2g/components/UpdatePrompt.js            |   16 ++-
 toolkit/mozapps/update/nsUpdateService.js |  124 ++++++++++++++++++++++-
 3 files changed, 276 insertions(+), 18 deletions(-)
* * *
Fix log stmt
2012-12-14 16:05:39 -08:00
Dave Hylands
8703bba79a Bug 821168 - Use hardlinks for backing up pre-update files. r=eshan 2013-01-03 16:53:33 -08:00
Peter Van der Beken
5ed2d18925 Fix for bug 817497 (Generic extension icons do not display anymore in Add-ons Manager). r=dolske.
--HG--
extra : rebase_source : 3a05f0f88c72545cffd27487a2e62668d2c19550
2012-12-06 22:07:42 +01:00
Marshall Culpepper
84c6f6eaab Bug 821412: Part 3 - Initial B2G update tests and smoketests. r=bbondy 2013-01-02 12:41:40 -06:00
Mike Hommey
270edbad51 Bug 822584 - Enable elfhack workaround for breakpad on b2g/gonk. r=ted 2013-01-02 10:17:32 +01:00
Mike Hommey
5bea5771a2 Bug 822584 - Run elfhack on packaged binaries instead of built binaries. r=ted 2013-01-02 10:17:32 +01:00
Jonathan Kamens
9ecbe3bd73 Bug 823042 - Fix redeclared argument warnings. r=Mossop 2012-12-19 09:10:19 -05:00
Ehsan Akhgari
55740e1836 Bug 822330 - Make the Windows download progress bar in the task bar aware of private downloads; r=jdm 2012-12-20 18:17:44 -05:00
Daniel Holbert
34b7f9c87e 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
Andrew Halberstadt
86516d673d Bug 821919 - Re-enable toolkit/mozapps/update/test/unit/test_0030_general.js, r=rstrong 2012-12-19 12:57:09 -05:00
Ehsan Akhgari
d1727268c9 Bug 822020 - Remove the global PB specific code from the toolkit downloads UI; r=jdm 2012-12-19 00:13:43 -05:00
Robert Strong
e08c361e97 Update xpcshell skip-if reason - Bug 821344 - test_bug595059.js and test_0081_prompt_uiAlreadyOpen.js update tests fails in B2G due to custom nsIUpdatePrompt. r=ahalberstadt, DONTBUILD 2012-12-18 18:44:17 -08:00
Cameron McCormack
a86c49ceeb Bug 822548 - Fix a bunch of JS warnings on startup. r=dao 2012-12-19 09:27:56 +11:00
Chris Double
cf8659f3e9 Bug 821160 - Part6: Build changes for froyo libomxplugin libraries on Android - r=khuey 2012-12-18 14:44:45 +13:00
Marshall Culpepper
df4c17c4b0 Bug 812584: Part 1 - Always forward update download errors in B2G. r=bbondy 2012-12-17 17:23:14 -06:00