Commit Graph

63 Commits

Author SHA1 Message Date
Hector Zhao
a58cd34c17 Bug 1035400 - Fix "restart to update" button. r=felipe 2015-01-14 17:39:01 +08:00
Michael Pruett
6172ca8355 Bug 1004903 - Update about dialog to use UpdateChannel.jsm. r=gavin 2014-05-15 13:55:41 -05:00
YFdyh000
95d4116523 Bug 1001794 - ""Help, About" does not show proper update channel in 29rc updated on beta channel" r=gavin 2014-04-30 17:03:00 +02:00
Sachin Hosmani
3bf22859ba Bug 897735 - Support regular expression filters for name and creator in extension blocks. r=Unfocused
CLOSED TREE
2014-01-06 14:16:32 +05:30
Ryan VanderMeulen
72b3035461 Backed out changeset 933bf791b773 (bug 897735) for Windows test bustage.
CLOSED TREE
2014-01-14 11:10:33 -05:00
Sachin Hosmani
ac557339b2 Bug 897735 - Support regular expression filters for name and creator in extension blocks. r=Unfocused 2014-01-06 14:16:32 +05:30
Steffen Wilberg
5a454ed633 Bug 950357: The About dialog shouldn't check for updates without asking if the 'Never check for updates' option is selected. Instead, present a 'Check for Updates' button. r=felipe 2013-12-16 22:55:44 +01:00
Steffen Wilberg
8bc776ce98 Bug 600500: About Dialog should check for updates automatically, but not trick the user into installing them if updates are set to manual. ui-review=faaborg and shorlander, r=felipe 2013-12-12 00:14:58 +01:00
Steffen Wilberg
b2e1a3355c Backed out changeset 43d16a0ca410 2013-12-12 00:08:39 +01:00
Steffen Wilberg
4bd0730265 Bug 600500: About Dialog should check for updates automatically, but not trick the user into installing them if updates are set to manual. ui-review=faaborg and shorlander, r=felipe 2013-12-12 00:01:17 +01:00
Robert Strong
ba83136bd7 Bug 900925 - don't report error except when it isn't expected. r=mconnor 2013-11-20 16:22:44 -08:00
Robert Strong
bf86f18bbe Wallpaper fix - Bug 895473 - [Mac and Linux] Custom distribution settings for yahoo de and es distributions are not being set. r=mconnor 2013-07-19 13:17:29 -07:00
Robert Strong
47ab995fc8 2. browser patch - Bug 843497 - Update check says 'up to date' for out of date versions on unsupported OS versions. r=bbondy 2013-06-22 13:37:12 -07:00
Phil Ringnalda
864d14c11f Back out 01bc57172461:5bd9adbd3b15 (bug 843497) for xpcshell failures 2013-06-21 19:49:47 -07:00
Robert Strong
3102f2478e 2. browser patch - Bug 843497 - Update check says 'up to date' for out of date versions on unsupported OS versions. r=bbondy 2013-06-21 18:11:15 -07:00
Brian R. Bondy
7f7f126462 Bug 835151 - Add updates to the Metro flyout. r=rstrong 2013-05-15 11:45:35 -07:00
Brian R. Bondy
2b27a1ede9 Bug 794937 - Make updates work from the Metro front end, add handling for 1 instance handling updates. r=rstrong 2013-05-22 10:16:53 -04:00
Gavin Sharp
94bee6d68f Bug 856144: add nsIBlocklistService to Services.jsm, r=dtownsend
--HG--
extra : transplant_source : D%05%93z%A6%5Ck%92%A7%E5%80%FB%86XN%B93%DA%2B%2B
2013-03-29 16:10:47 -04:00
Jared Wein
9440d8cd1e Bug 848451 - Hide the channel information on the About dialog if the user is running the Release channel. r=mconley
--HG--
extra : rebase_source : 8992edc5e2e239ff7dfa33f3673f00cbc356af8f
2013-03-06 13:42:36 -05:00
Robert Strong
7c9873feef Bug 695811 - Checking for updates logs two warnings about deprecated XMLHttpRequest attributes. r=bbondy, r=dhylands 2013-02-01 18:58:48 -08:00
Szabolcs Hubai
de6a5deb27 Bug 785015 - Check for this.aus in appUpdater.removeDownloadListener. r=bbondy 2012-10-24 20:39:51 +02:00
Ehsan Akhgari
4a9a91aba5 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
b860e0877e 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
d81f2aa046 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
95d7f91ca4 Bug 757439 - Use the updateButton string for the Update & Restart button in the About dialog; r=rstrong 2012-05-22 11:35:59 -04:00
Ehsan Akhgari
2362f4b5ee 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.

--HG--
rename : toolkit/mozapps/update/test/chrome/test_0092_finishedBackground.xul => toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test/unit/test_0113_general.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test/unit/test_0114_general.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test/unit/test_0115_general.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test/unit/test_0172_fileLocked_xp_win_complete.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test/unit/test_0173_fileLocked_xp_win_partial.js
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test_svc/unit/test_0113_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test_svc/unit/test_0114_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test_svc/unit/test_0115_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test_svc/unit/test_0172_fileLocked_xp_win_complete_svc.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test_svc/unit/test_0173_fileLocked_xp_win_partial_svc.js
2012-05-22 10:50:04 -04:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Margaret Leibovic
775929dd02 Bug 661057 - Clarify text on button that restarts/updates. r=rs ui-r=limi 2011-06-01 16:29:12 -07:00
Matthew Noorenberghe
f018d13961 Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
extra : rebase_source : 8df6b163173362ae80832eb3667e04bb817280b3
2011-11-07 21:20:42 -08:00
Justin Dolske
d505781895 Bug 714140 - Charlton Company trademark notice can be removed from About dialog. r=gavin 2012-01-22 20:58:19 -08:00
Brian R. Bondy
367ce94fcc Bug 481815 - Provide a Windows service for silent updates. r=rstrong. 2012-01-04 23:19:14 -05:00
Théo Chevalier
5ee72b9fe5 Bug 701182: add additional descriptive text in the About dialog for Nightly/Aurora builds, including a mention of Telemetry being enabled by default, r=gavin 2011-12-19 16:43:12 -08:00
Dave Townsend
9db4de22b4 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
591066d996 Bug 687400: Kill Node.isSameNode. r=smaug 2011-10-28 19:52:27 -07:00
Landry Breuil
3b0410e4e6 Bug 679324 - Don't show the update channel on the about dialog if the updater is disabled; r=margaret 2011-08-24 15:48:02 +01:00
Jared Wein
30d1e7f053 Bug 598169 - The new "About" dialog should allow version-string to be selectable. r=dolske 2011-06-17 18:01:36 -07:00
Gavin Sharp
34fdb2ae02 Bug 659972: remove channel switcher UI, but leave channel status text, r=margaret
--HG--
extra : rebase_source : 33f165675c00219233d50fc62f1e630213bedaaa
2011-05-30 12:18:08 -04:00
Robert Strong
ab613a3519 Main patch - Switching channels is broken when an update is already downloading or downloaded - Bug 652016 - When switching channels, I get a failed update. r=mossop 2011-05-18 11:28:56 -07:00
Marco Zehe
291d853ada Bug 649929 - Improve screen reader readability of the Help/About window, r=gavin 2011-04-14 11:18:48 +02:00
Jonathan Kew
64b169ed5f bug 649678 - include the build date in About window for a# versions. r=dao 2011-04-13 21:25:58 +01:00
Margaret Leibovic
d7841e7066 Bug 644517 - Implement channel selector UI for updates, r=gavin 2011-04-08 10:26:51 -07:00
Gavin Sharp
a5864fdb4a Bug 616193: Follow up fix for about dialog - Cc/Ci aliases not recognized on non-Mac. r=dolske a=hardblocker 2011-01-17 11:56:54 -05:00
Gavin Sharp
c3721ca683 Bug 616193: only show Charlton trademark attribution in en-US/en-GB, don't make it localizable, r=dolske, a=blocking
--HG--
extra : rebase_source : b8efb750ebbe80e547f06a7e4cc81caa0153aad7
2010-12-02 14:54:58 -05:00
Robert Strong
743c20cd30 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
Gavin Sharp
d00c5ca35e Bug 600569: show build ID in about dialog for non-release builds, r=dolske, ui-review=limi, a=dolske
--HG--
extra : rebase_source : 8ba3cafc36ca8a03f9fcea21b9cea8a4e82773da
2010-10-23 22:57:45 -04:00
Robert Strong
1f597e1dff Bug 599412 - Disable the update button when it is hidden in the deck. r=dtownsend, a=blocking2.0-beta7 2010-09-24 10:57:21 -07:00
Robert Strong
17e54103a7 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
Margaret Leibovic
943a92fdef Bug 596905 - Unconventional date format in the new about window (about box). r=gavin a=blocking2.0 2010-09-21 10:31:38 -07:00
Margaret Leibovic
302165dbb1 Bug 579547 - New About window for Firefox 4 r=gavin ui-r=belzner a=blocking 2010-09-14 16:17:59 -07:00
Phil Ringnalda
b8f02d682d Remove trailing whitespace to trigger builds in a CLOSED TREE 2010-05-09 12:26:01 -07:00