Ehsan Akhgari
25a6366cad
Bug 760290 - The update UI needs to be aware of the possibility that the update cannot be staged in the background; r=rstrong
2012-05-31 20:28:32 -04:00
Ehsan Akhgari
9a3ce3786b
Bug 759065 - Fall back to downloading the full update if staging the update in the background fails; r=rstrong
2012-05-29 16:20:12 -04:00
Ehsan Akhgari
6fb74e1e6b
Bug 757885 - Handle falling back to non-staged updates correctly when an update fails to be staged in the background; r=rstrong
2012-05-23 17:51:50 -04:00
Ehsan Akhgari
e1af685c9b
Bug 307181 - Stage Firefox updates in the background after they're downloaded, and replace the application directory on restart; r=rstrong,bbondy
...
When Firefox downloads an update, it previously kept the update around to apply
it on the next restart. This patch changes this so that the updater program
is launched in the background as soon as the update has finished downloading
in order to stage the updated version of the application by copying the
existing installation directory to a temporary location and applying the update
on top of it, and replace the existing installation directory with the staged
directory on the next restart.
Because the replacing step is typically very fast, this patch eliminates the
wait for the update to be applied on restart, making it unnecessary to show a
progress dialog when restarting.
2012-05-22 10:50:04 -04:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Brian R. Bondy
cae5b5518b
Bug 481815 - Provide a Windows service for silent updates. r=rstrong.
2012-01-04 23:19:14 -05:00
Dave Townsend
5edc7e570b
Bug 704987: Ignore the hotfix add-on when warning users about incompatible add-ons. r=robstrong
2011-12-16 12:04:40 -08:00
Jonas Sicking
5e4d8da29c
Bug 687400: Kill Node.isSameNode. r=smaug
2011-10-28 19:52:27 -07:00
Robert Strong
2d8825ffa0
Bug 595078 - Where possible, remove the possibility of other components breaking app update. r=mossop, a=approval2.0
2011-01-13 11:36:36 -08:00
Robert Strong
18af340f83
Main patch - Bug 596813 - Check for updates inside the About window without opening a new window. r=dtownsend, ui-r=beltzner, a=blocking2.0-beta7
2010-09-23 21:02:08 -07:00
Robert Strong
82141f62cb
Bug 597664 - Add finalURI.spec for the mar file download to the local update xml and log the finalURI.spec along with the original URI.spe. r=dtownsend, a=approval2.0
2010-09-20 21:42:26 -07:00
Robert Strong
6ee445c9df
Bug 595455 - After several background update check failures notify the user that they should check if there is a new version available. r=dtownsend, a=blocking2.0-beta7
2010-09-14 18:49:10 -07:00
Robert Strong
789b7891cd
strings for Bug 595455 - After several background update check failures notify the user that they should check if there is a new version available. r=dtownsend, ui-r=beltzner, a=blocking2.0-beta6
2010-09-13 23:57:39 -07:00
Robert Strong
442845fc27
Bug 546593 - If both a partial and complete update have a verification failure this._update is null, the UI breaks, and the user is not notified of the update failure. r=dtownsend, a=approval2.0 dtownsend
2010-09-09 12:22:27 -07:00
Robert Strong
b4c4cb6e64
Patch 1 (main patch) - Bug 583408 - Notify user when the certificate attribute check fails. r=dtownsend, a=blocking2.0-beta6
2010-09-01 16:27:07 -07:00
Robert Strong
05d46f90d6
Bug 592785 - Don't report add-ons as incompatible if they are already incompatible with the current version. r=dtownsend, a=approval2.0 dtownsend
2010-09-01 16:26:30 -07:00
Robert Strong
41ae845d4d
Bug 583408 - Notify user when the certificate attribute check fails. r=dtownsend ui-r=beltzner a=blocking
2010-08-28 02:35:01 +02:00
Robert Strong
a5c7ee1d88
Bug 586194 - move never pref check into selectUpdate and use services js module in app updat. r=dtownsend, approval2.0=bsmedberg
2010-08-12 19:07:44 -07:00
Robert Strong
49d876efe3
Bug 570066 - Update UI dialogue box in Firefox disappeared before Firefox could be updated. r=dtownsend
2010-06-15 15:13:47 -07:00
Robert Strong
e60e0a8678
no bug - whitespace fix to force another build to kick off
...
(transplanted from b219912edfec87b80b97b44b6831868c7b1dcf31)
2010-06-05 01:19:35 -07:00
Robert Strong
359b8b5010
Bug 567054 - Cc and Ci are not defined in updates.js. r=dtownsend
2010-05-22 14:11:03 -07:00
Robert Strong
d5f392c934
Bug 566807 - Workaround Bug 566787 when checking for incompatible add-ons. r=dtownsend
2010-05-22 14:10:45 -07:00
Dave Townsend
6603de7ae4
Bug 555942: Name of AddonsManager.getAddons() is misleading/inconsistent. r=robstrong
2010-04-26 10:49:19 -07:00
Dave Townsend
de0b565603
Bug 552732: Update the app update service to work with the new API. r=robstrong
2010-04-14 09:54:52 -07:00
Dave Townsend
c92630540b
Backout new add-ons manager due to Ts regression on OSX 10.5
2010-05-01 11:04:44 -07:00
Dave Townsend
2180e8c0d9
Bug 555942: Name of AddonsManager.getAddons() is misleading/inconsistent. r=robstrong
2010-04-26 10:49:19 -07:00
Dave Townsend
b826f51c6e
Bug 552732: Update the app update service to work with the new API. r=robstrong
2010-04-14 09:54:52 -07:00
Robert Strong
b555d36c11
Typo fix for Bug 552617. r=me
2010-04-06 19:49:34 -07:00
Robert Strong
81c14185b4
Bug 552617 - A paused update can't be resumed when closing the window using a window manager control. r=dolske
2010-03-25 21:37:19 -07:00
Robert Strong
7be71de7ec
Bug 545707 - Software update reports transfer speed in bytes per second. r=dolske
2010-03-17 16:12:41 -07:00
Robert Strong
48755a0438
Bug 551283 - Suspicious and possibly unused code in updates.js updateListener.onProgress. r=dolske
2010-03-17 16:12:20 -07:00
Robert Strong
4e9a1da43a
Bug 548061 - Billboard should handle 404 (other errors?) for billboard better. r=dolske
2010-03-17 16:12:12 -07:00
Robert Strong
9eaff0b9a6
Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 3 - string changes. r=dtownsend, ui-r=faaborg
2010-03-11 20:38:31 -08:00
Robert Strong
d8ff8cfef7
Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 1 - main changes without pinstripe changes. r=dtownsend, ui-r=faaborg
2010-03-11 20:37:45 -08:00
Robert Strong
3af973de41
5. string cleanup for app update ui - Bug 530872. r=dtownsend
2010-03-03 10:57:19 -08:00
Robert Strong
3565ee92bb
3. ui changes to support mochitest chrome tests - Bug 530872. r=dtownsend
2010-03-03 10:56:59 -08:00
Robert Strong
d4c59aa3bf
1. main patch - Bug 530872 - app.update.url params / update.xml cleanup and addition of a custom string property for apps. r=dtownsend
2010-03-03 10:56:33 -08:00
Robert Strong
d6ccfcdd1e
Bug 543312 - Remove the dependency on nsTryToClose.js from app update's ui. r=dietrich
2010-01-31 15:15:48 -08:00
Robert Strong
0181cf08c4
Backing out logging changed from Bug 538533 due to scoping issues. r=me
2010-01-16 14:28:09 -08:00
Robert Strong
1610cf6b48
Bug 538533 - If a complete update fails the update prompt should state the error and offer a link to download the update. r=dtownsend
2010-01-15 22:48:21 -08:00
Robert Strong
23cbd7acb1
Bug 529942 - Remove nsIApplicationUpdateService2 on trunk. r=dtownsend
2009-12-18 14:02:08 -08:00
Robert Strong
a7e63df200
followup to Bug 407875 - prevent multiple update prompts for manual update notification. r=dtownsend, a=beltzner
2009-11-19 11:38:56 -08:00
Robert Strong
044923d558
Bug 407875 - Unprivileged users are not notified of security updates. r=dtownsend, r=vlad, a=dietrich
2009-11-18 21:50:05 -08:00
Robert Strong
5abaad6456
Bug 528445 - change app.update.log.* in updates.js to app.update.log for UI logging. r=dtownsend
2009-11-13 13:11:07 -08:00
Dão Gottwald
01ab32f2dd
Bug 527417 - nsIPluginHost::getPluginTags aPluginCount out param should be optional. r=josh
2009-11-09 22:11:58 +01:00
Dão Gottwald
37102a6574
Bug 526987 - getItemList, getIncompatibleItemList, getDependentItemListForID and updateAndGetNewBlocklistedItems itemCount out params should be optional. r=dtownsend
2009-11-07 09:21:07 +01:00
Dão Gottwald
9ed8c58506
Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg
2009-10-26 21:02:06 +01:00
Blair McBride
184af94422
Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh
2009-10-02 13:26:04 +02:00
Dave Townsend
e6138e3a57
Bug 392180: updateURL should have variable indicating the context of the check. r=robstrong, sr=bsmedberg
2009-09-10 19:50:41 +01:00
Ian van den Berg
5708e6b539
Bug 393951 - Remove appID from nsIExtensionManager.getIncompatibleItemList. r=rstrong, sr=vlad
2009-07-30 17:35:02 -07:00