Marshall Culpepper
|
7be8f66a54
|
Bug 823695: Part 1 - Send update errors after the shell is ready in B2G. r=fabrice
|
2013-01-14 23:40:51 -08:00 |
Dave Hylands
|
9036a0e047
|
Bug 825598 - Add a watchdog timer on downloads and automatically restart if timer expires. r=marshall_law
|
2013-01-15 00:10:19 +01:00 |
Fabrice Desré
|
b20126c6cd
|
Bug 828944 - downloadavailable flag is removed if you reboot after stopping the download r=ferjm
|
2013-01-11 07:32:06 -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 |
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 |
Marshall Culpepper
|
3b9cf8d69c
|
Bug 817821: Part 1 - Communicate update download events better to Gaia. r=fabrice
|
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
|
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 |
Marshall Culpepper
|
d7a1c91ffb
|
Bug 821412: Part 3 - Initial B2G update tests and smoketests. r=bbondy
|
2013-01-02 12:41:40 -06:00 |
Marshall Culpepper
|
7bf0c9c466
|
Bug 821741: Load update prefs more dynamically to support automation in B2G. r=fabrice
--HG--
extra : rebase_source : ca7f9ef99fe96051d915ec5b8a87fb22a00d3d6d
|
2012-12-26 11:28:42 -06:00 |
Marshall Culpepper
|
d7af35958e
|
Bug 804571: Implement download cancel (pause) for B2G. r=fabrice
--HG--
extra : rebase_source : f6fe2a4416913f55dab81cd0c8801563a4e409f1
|
2012-11-30 13:35:54 -06:00 |
Marshall Culpepper
|
60dbdd1f7f
|
Bug 809974: Set the last update installed time for B2G. r=fabrice
|
2012-11-27 11:53:17 -06:00 |
Chris Jones
|
01301949a5
|
Bug 813451: Update-available notifications don't get lost anymore, so the code from bug 801987 is no longer needed. r=marshall_law
|
2012-11-20 18:08:32 -08:00 |
Fabrice Desré
|
2b3bfbbd74
|
Bug 802228 - Check for app updates when we check for system update [r=marshall]
|
2012-11-15 12:52:19 -08:00 |
Kyle Huey
|
0469a02b25
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
|
2012-10-31 09:13:28 -07:00 |
Vicamo Yang
|
a78b5b38c7
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
Kyle Huey
|
9a3674d80a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
Ed Morley
|
4144129728
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
Kyle Huey
|
50b5d3f681
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
Marshall Culpepper
|
f89b0cb069
|
Bug 804226: Move B2G nsIUpdateCheckListener impl into it's own type to avoid method name collision. r=fabrice
|
2012-10-23 13:51:16 -05:00 |
Fabrice Desré
|
e74a334778
|
Bug 801987 - [OTA update] system notification never reappears after dismissing "Later" and then force updating [r=marshall]
|
2012-10-16 22:07:59 -07:00 |
Marshall Culpepper
|
08e2eba20e
|
Bug 801742: Pass updater errors and status to Gaia in B2G. r=fabrice
--HG--
extra : rebase_source : 1cb52325daa904a8b0fad9f1bb57bdc058188e1c
|
2012-10-16 14:15:37 -05:00 |
Marshall Culpepper
|
f44ea263d6
|
Bug 798948: Allow force checking of updates in B2G. r=fabrice
|
2012-10-13 13:11:09 -05:00 |
Gene Lian
|
56e7808397
|
Bug 793970 - Reuse nsAppStartup's watchdog to compulsively power-off/reboot/quit Gecko if profile synchronizing hangs. r=cjones
|
2012-10-02 15:26:32 +08:00 |
Marshall Culpepper
|
07f5135c0b
|
Bug 740722: Wait until the user is idle before prompting to apply an update in B2G. r=fabrice
|
2012-10-02 13:33:49 -05:00 |
Marshall Culpepper
|
7ad8f721a7
|
Bug 778349: Initial support for OS ("FOTA") updates in Gonk. r=rstrong r=bbondy r=fabrice
|
2012-09-30 21:55:51 -05:00 |
Chris Jones
|
e2c1ec4c18
|
Bug 787436: Implement a "really really quit" watchdog to monitor normal shutdown and exit Gecko in a hurry if it takes too long. r=bent
|
2012-09-19 16:13:31 -07:00 |
Marshall Culpepper
|
59462ece51
|
Bug 787383: Send update download progress mozChromeEvents in B2G. r=fabrice
|
2012-09-12 11:53:03 -05:00 |
Marshall Culpepper
|
433058da4e
|
Bug 787380: Initial implementation of B2G updater download mozChromeEvents. r=fabrice
|
2012-09-12 11:53:03 -05:00 |
Marshall Culpepper
|
39f39e18bc
|
Bug 740720: Initial implementation of B2G apply update mozChromeEvents. r=fabrice
|
2012-09-12 11:53:03 -05:00 |
Marshall Culpepper
|
5ca7854451
|
Bug 764683: Manage /system mount permissions when applying Gecko updates in B2G, and download them to /data/local. r=rstrong r=bbondy r=cjones
|
2012-08-27 12:27:14 -03:00 |
Chris Jones
|
d3ef250e1c
|
Bug 739137: Try harder to ensure that b2g shuts down when we ask it to. r=fabrice
|
2012-03-26 00:46:21 -07:00 |
Chris Jones
|
78326f4cd3
|
Bug 737368, part 3: Implement an update prompter (v0) that simply restarts Gecko when an update is downloaded. Not what we want in the log term. r=fabrice
--HG--
rename : mobile/android/components/UpdatePrompt.js => b2g/components/UpdatePrompt.js
|
2012-03-21 15:50:53 -07:00 |