Dave Hylands
|
dcdae37834
|
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
|
58a53db2e7
|
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
|
319349c352
|
Bug 823695 - unsetenv LD_PRELOAD when running the updater. r=cjones
|
2013-01-14 23:18:44 -08:00 |
|
Dave Townsend
|
cd3584aced
|
Bug 818468: Langpacks aren't being properly registered in bootstrappedAddons. r=Unfocused
|
2013-01-13 16:29:25 -08:00 |
|
Robert Strong
|
713278d0fc
|
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
|
f8b732fb99
|
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
|
14d4102d42
|
Bug 813770 - Fix xpcshell update tests to work with new code. r=rstrong
|
2013-01-12 05:03:13 +01:00 |
|
Dave Hylands
|
105239c310
|
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
|
de411b5fd0
|
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
|
1430f80313
|
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
|
938ddccb0b
|
Bug 816306: Part 1 - Report more network errors during update checks. r=bbondy
|
2013-01-10 18:10:19 +01:00 |
|
Dave Hylands
|
dfbd5e2c55
|
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
|
9139c75270
|
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
|
4eafc2a88b
|
Bug 785124 - Pt 5 - Add extra asserts. r=dougt
|
2013-01-07 17:43:02 +01:00 |
|
Dave Hylands
|
b7289615c5
|
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
|
914aeaf3fa
|
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
|
b67e7115f4
|
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
|
1fb936b9b1
|
Bug 817821: Part 2 - Update tests for new B2G download events. r=dhylands
|
2013-01-08 17:13:32 +01:00 |
|
Phil Ringnalda
|
69566d191b
|
Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests
|
2013-01-07 22:59:32 -08:00 |
|
Dave Hylands
|
5f3fccd428
|
Bug 785124 - Pt 5 - Add extra asserts. r=dougt
|
2013-01-07 17:43:02 +01:00 |
|
Dave Hylands
|
6e678052db
|
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
|
a4b95968d1
|
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
|
3d15e785d7
|
Bug 821168 - Use hardlinks for backing up pre-update files. r=eshan
|
2013-01-03 16:53:33 -08:00 |
|
Peter Van der Beken
|
4caee7d25b
|
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
|
d7a1c91ffb
|
Bug 821412: Part 3 - Initial B2G update tests and smoketests. r=bbondy
|
2013-01-02 12:41:40 -06:00 |
|
Mike Hommey
|
00b831fda4
|
Bug 822584 - Enable elfhack workaround for breakpad on b2g/gonk. r=ted
|
2013-01-02 10:17:32 +01:00 |
|
Mike Hommey
|
cfcd4c91a8
|
Bug 822584 - Run elfhack on packaged binaries instead of built binaries. r=ted
|
2013-01-02 10:17:32 +01:00 |
|
Jonathan Kamens
|
95773fe222
|
Bug 823042 - Fix redeclared argument warnings. r=Mossop
|
2012-12-19 09:10:19 -05:00 |
|
Ehsan Akhgari
|
64b18f5f22
|
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
|
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 |
|
Andrew Halberstadt
|
4e8345a2dd
|
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
|
09e91d17f9
|
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
|
75a0f646a9
|
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
|
b0aa52464b
|
Bug 822548 - Fix a bunch of JS warnings on startup. r=dao
|
2012-12-19 09:27:56 +11:00 |
|
Chris Double
|
4f61437368
|
Bug 821160 - Part6: Build changes for froyo libomxplugin libraries on Android - r=khuey
|
2012-12-18 14:44:45 +13:00 |
|
Marshall Culpepper
|
df7a66e9a2
|
Bug 812584: Part 1 - Always forward update download errors in B2G. r=bbondy
|
2012-12-17 17:23:14 -06:00 |
|
Jim Mathies
|
f5694be27d
|
Bug 817881 - Move test plugin to dist/plugins, and touch up tests and test logic to support the change. r=glandium, dtownsend
|
2012-12-17 12:08:00 -06:00 |
|
Robert Strong
|
d6f914f4af
|
Bug 821343 - TestAUSHelper doesn't exist for b2g xpcshell_updater tests, r=ahal
|
2012-12-16 15:53:57 -05:00 |
|
Daniel Holbert
|
dd08c014ad
|
Bug 821507: Add parens around assignment-used-as-loop-condition in XPIProvider.jsm and PluginProvider.jsm, to fix JS strict warning "test for equality mistyped as assignment". r=Mossop
|
2012-12-13 15:23:43 -08:00 |
|
Robert Strong
|
354b08bcf4
|
Partial fix (all but test_0201_app_launch_apply_update_svc.js) for - Bug 762032 - Intermittent test_0201_app_launch_apply_update.js, test_0201_app_launch_apply_update_svc.js test_0203_app_launch_apply_update_svc.js | WindowsError: [Error 13] The process cannot access the file because it is being used by another process: '...helper.exe'. r=bbondy
|
2012-12-13 09:43:27 -08:00 |
|
Andrew Halberstadt
|
d465ed739a
|
Bug 817122 - Disable failing B2G xpcshell tests, enable debugger tests, r=mdas
|
2012-12-12 16:17:49 -05:00 |
|
James Lal
|
3ee3eaf9fe
|
Bug 816957: Fix some issues in the extensions manager when sharing compartments. r=khuey
|
2012-12-11 13:24:15 -08:00 |
|
Chris Double
|
9e397e7a3d
|
Bug 817478 - Part3: Build changes for honeycomb libomxplugin libraries on Android - r=khuey
--HG--
extra : rebase_source : c16754d95ec07e8b979ac40b47855e137ebe556f
|
2012-12-11 09:53:04 +13:00 |
|
Alan Huang
|
74c097d1e5
|
Bug 815963 - Use a more specific pattern to make ../../dist/bin to ../../dist. r=dhylands
Otherwise, it causes the build break when B2G root path contains bin/.
|
2012-12-07 13:59:34 +08:00 |
|
David Keeler
|
dac115dc1f
|
bug 810082 - open popup when invisible click-to-play plugin is scripted r=jaws
|
2012-12-05 15:36:39 -08:00 |
|
Robert Strong
|
b922add046
|
Test only change / possible fix for Bug 759639 - Intermittent test_0202_app_launch_apply_update_dirlocked_svc.js | test failed (with xpcshell return code: 0), | pending-service == pending, | exception thrown from do_timeout callback: 2147500036. r=bbondy
|
2012-12-07 11:03:05 -08:00 |
|
Rafael Ávila de Espíndola
|
db21532283
|
Bug 818147 - Replace "Add-ons" with a function. r=vladan.
|
2012-12-07 00:45:33 -05:00 |
|
Ehsan Akhgari
|
ddc6026b27
|
Merge mozilla-central into mozilla-inbound
|
2012-12-06 01:08:07 -05:00 |
|
Ehsan Akhgari
|
623c5d6bf0
|
Bug 806745 - Part 0: Don't run test_bug497578.js in per-window PB builds
|
2012-12-06 00:53:33 -05:00 |
|
Rafael Ávila de Espíndola
|
924aca3c6b
|
Bug 817012 - Use a richer interface to talk from about:telemetry to TelemetryPing.js. r=vdjeric
--HG--
extra : rebase_source : 57f135df797ab6c24d95b1cab0e66b564255024e
|
2012-12-03 13:31:00 -05:00 |
|