Commit Graph

270 Commits

Author SHA1 Message Date
hwaara%gmail.com
df24e2945a Fix leaks in the code that launches a child process. b=355355 r=mento sr=pinkerton 2006-10-11 15:53:40 +00:00
sspitzer%mozilla.org
d9202e628d add missing ;, no bug #. 2006-10-04 22:42:17 +00:00
sspitzer%mozilla.org
08d6b1d1dd add missing ;, no bug #. 2006-10-04 20:37:42 +00:00
sspitzer%mozilla.org
6346cc3761 fix for bug #352400: Update page flashes a large textbox (really, a blank xul:browser) when showing the details for a minor update
r=dietrich
2006-09-21 18:40:29 +00:00
darin%meer.net
65db450837 fixes bug 352853 "64k update chunks are maxing out mirrors connection limits before they use up their bandwidth" r=robstrong a=mtschrep 2006-09-18 17:49:55 +00:00
dietrich%mozilla.com
3e564b4e75 Bug 352675 add busy throbber to "Please wait..." page in software update wizard, fix scrollbar issue from bug #351821 (r=sspitzer) 2006-09-15 00:27:58 +00:00
sspitzer%mozilla.org
40ee333186 fix for bug #351821: problems the "Download and Install Now" button remains even after you have begun downloading.
remove the "More Details>>" button, as we always call onShowMoreDetails()
replace it with some informative text, and keep the "next" and "back" buttons
disabled until we are done checking for add on incompatibilty.

also, add a try/catch/LOG() to increase robustness (and to aid diagnosis)

r=dietrich
2006-09-14 06:43:47 +00:00
gavin%gavinsharp.com
0b0b05842a Bug 347679: fix default values to be more reasonable, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mano 2006-09-12 22:36:06 +00:00
gavin%gavinsharp.com
0416c56105 Bug 336942: PREF_APP_EXTENSIONS_VERSION is unused in nsUpdateService.js.in, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mano 2006-09-12 22:24:10 +00:00
rob_strong%exchangecode.com
85503b7dff Bug 349379 - nsIUpdateTimerManager registerTimer is leaking. r=bsmedberg 2006-09-11 18:28:14 +00:00
sspitzer%mozilla.org
5048134510 fix for bug #350299: After clicking "Restart Now", the software update wizard can obscure the "confirm close" prompt from browser windows with multiple tabs.
additional, after clicking "Restart Now", we need to disable the "Restart Now" and "Later" buttons, so that the user can't click on them again (while they are dealing with the "confirm close" prompts.

finally, improve the prompt scenario (by first focusing the wizard) where the user has paused in the middle downloading a software update, minimized the software update wizard, and then quit the app.

r=gavin.sharp, sr=mconnor
2006-09-11 16:30:32 +00:00
benjamin%smedbergs.us
47aa8883a1 Bug 351714 - create software update channel for partner builds dynamically, r=robstrong 2006-09-08 20:09:24 +00:00
dietrich%mozilla.com
e645a5a672 Bug 350123 Update URLFormatter to work with non-Fx apps (r=robstrong) 2006-09-08 06:56:14 +00:00
davel%mozilla.com
366f125fee bug=346706, r=darin
add brain-dead simple unit test
cleaner version using jsunit code
still need to move this file to a separate test directory
2006-09-05 18:26:39 +00:00
sspitzer%mozilla.org
785cec66cd fix for bug #350636: the "never" hidden pref should only apply for major updates.
r=rstrong
2006-09-03 04:18:28 +00:00
rob_strong%exchangecode.com
9d82b00bc4 doh! followup win32 fix for Bug 349551 2006-08-30 20:08:39 +00:00
rob_strong%exchangecode.com
47f8b75946 Bug 349551 - Updated builds won't uninstall via Windows Control Panel. r=bsmedberg 2006-08-30 00:08:35 +00:00
bent.mozilla%gmail.com
b764ab7731 Bug 350245 - "Updater.app forgets to reload the main app under Rosetta if it was originally launched with translation". r=mento. 2006-08-29 20:15:08 +00:00
darin%meer.net
242e7d3f68 fixes bug 340198, r=biesi, sr=dveditz 2006-08-25 19:56:09 +00:00
sspitzer%mozilla.org
7ec26b5efc fix for bug #329730 and bug #348389:
support major updates, as well as minor updates.  for major updates, the details
URL is show in a xul:browser inside the software update wizard.

also for major updates, the licenseURL, if specified is shown in a xul:browser
inside the software update wizard.

r=banjo goodge (ben goodger), with parts r=rstrong and r=biesi
2006-08-19 05:31:53 +00:00
dietrich%mozilla.com
ec11f116b2 Bug 348076 remove generated URLs from region.properties (r=phil, sr=mconnor) 2006-08-19 02:00:52 +00:00
myk%mozilla.org
b95027c83d followup patch to bug 346795 that changes "browsing" to "working" in a string since updater isn't browser-specific
Patch by Mike Beltzner.
r=myk
2006-08-17 19:01:28 +00:00
myk%mozilla.org
aecf6491a1 make Software Update Failed dialog less confusing
Patch by Mike Beltzner.
bug=348822
r=mconnor
2006-08-17 08:03:40 +00:00
myk%mozilla.org
9c4d884e18 backing out the most recent change because the tree is closed; will check it back in once the tree reopens 2006-08-16 22:02:34 +00:00
myk%mozilla.org
c35ec86e50 followup patch to bug 346795 that changes "browsing" to "working" in a string since updater isn't browser-specific
Patch by Mike Beltzner.
r=myk
2006-08-16 21:59:18 +00:00
jminta%gmail.com
2475b55eac Bug 346795 wording of text in automatic updates dialog after new update has been downloaded, patch by beltzner, r=mconnor 2006-08-16 05:28:32 +00:00
mattwillis%gmail.com
c1b5a18704 bug 344409 - Fix case of updater.app display name by including app's name. r=bsmedberg,ui=beltzner 2006-08-14 17:28:28 +00:00
gavin%gavinsharp.com
ff3c4044a2 Bug 348046: limit update history to 10 entries, patch by Michael Wu <michael.wu@mozilla.com>, r=darin 2006-08-11 20:38:56 +00:00
gavin%gavinsharp.com
ed3d966d3b Bug 338841: fix typo in updateListener.QueryInterface (updates.js), patch by Regis Caspar <regis.caspar+bz@gmail.com>, r=darin 2006-08-07 22:36:27 +00:00
davel%mozilla.com
d04721cffd brain-dead simple unit test to toolkit/mozapps/update/src
b=346706, r=darin, sr=benjamin
2006-08-01 04:31:43 +00:00
rob_strong%exchangecode.com
152f5827d1 Bug 345353 - Compatibility Wizard string changes. r=sspitzer, ui-r=beltzner 2006-07-26 22:59:56 +00:00
rob_strong%exchangecode.com
f6eaa90736 Bug 342606 - Compatibility Wizard is broken in oh so many ways (unreachable code paths, messages not shown, etc.). r=sspizter 2006-07-20 18:49:51 +00:00
mark%moxienet.com
7b436b9855 345057 Improve Mac launch behavior through xpcom fork/exec restart and autoupdate restart. Open URLs and documents requested at launch time in the final process. Bring the final process to the foreground if appropriate. Minimize dock icon games. r=bsmedberg r=josh 2006-07-19 21:08:19 +00:00
benjamin%smedbergs.us
583a777f56 Bug 312101 - Possible to start Firefox when the "Software Update" dialog is running (Windows-only fix) - r=darin 2006-07-12 15:48:56 +00:00
jwalden%mit.edu
f1de0ce6ab Bug 331842 - update-history almost useless, because it shows only one, the last, update. Patch by Michael Wu <michael.wu@mozilla.com>, r=darin 2006-07-11 20:57:06 +00:00
m_kato%ga2.so-net.ne.jp
e5fa84e86d Bug 338440 - Update *.MANIFEST file for x64 platform. Update *.MANIFEST file for x64 build. r/sr=darin 2006-07-11 17:20:02 +00:00
sspitzer%mozilla.org
7ce269136a fix for bug #341190
Software update should forward information about specific operating system version.

r=darin
2006-07-06 06:32:03 +00:00
jwalden%mit.edu
dc004c6301 Bug 334808 - Update wizard should care about accessKeys. Patch by Michael Wu <michael.wu@mozilla.com>, ui=beltzner, r=mconnor 2006-06-29 03:28:10 +00:00
jwalden%mit.edu
fbacfb72fd Bug 302348 - Fix a bunch of client-side update code reliability and bulletproofing issues; see the bug for a full list. r=darin 2006-06-27 21:22:36 +00:00
bent.mozilla%gmail.com
7dac841dab Bug 314992 - "Update Status "Install Pending" should be localizable". r=darin. 2006-06-22 18:21:33 +00:00
jwalden%mit.edu
9f9821a3f8 Bug 330878 - Firefox leaks the update.xml document when it checks for updates. Patch by Michael Wu <michael.wu@mozilla.com>, r=darin 2006-06-15 17:52:49 +00:00
jwalden%mit.edu
a93db2b069 Bug 304381 - Hiding update window while downloading updates causes very slow (seemingly stopped) download. p=bent.mozilla@gmail.com, tweaks=me, r=darin. 2006-06-09 17:23:29 +00:00
gavin%gavinsharp.com
85b2e26743 Bug 310981: Update Available message for nightly build should contain build id, patch by Nick Thomas <nrthomas@gmail.com>, r=darin 2006-04-29 22:49:43 +00:00
bryner%brianryner.com
1c69cfe2ac Fix interface comment: registerTimer expects an interval in seconds, not in milliseconds. r+b181=ben 2006-04-28 21:46:36 +00:00
benjamin%smedbergs.us
ec18f62436 Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me 2006-04-28 14:54:54 +00:00
bent.mozilla%gmail.com
57b750cc0c Bug 325745 - "Help menu says 'Check for Updates' rather than 'Apply Downloaded Update' when restarting later". r=darin. 2006-04-20 18:58:51 +00:00
bent.mozilla%gmail.com
4d6bc90a34 Bug 325745 - "Help menu says 'Check for Updates' rather than 'Apply Downloaded Update' when restarting later". r=darin. 2006-04-20 16:28:54 +00:00
cls%seawood.org
00570f4496 Align mingw libs linkage with msvc.
Thanks to Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> for the patch.
Bug #334542 r=cls
2006-04-20 12:59:02 +00:00
darin%meer.net
8424b6883e fixes bug 332088 "Updater should use static libs on Windows" patch by Regis Caspar <regis.caspar+bz@gmail.com>, r=bsmedberg 2006-04-16 16:29:28 +00:00
bent.mozilla%gmail.com
d209a63305 Bug 329156 - "Updater should fail rather than report success when update.manifest is empty". r=darin. 2006-04-06 17:13:50 +00:00