author | Robert Strong <robert.bugzilla@gmail.com> |
Sat, 05 Jun 2010 01:19:35 -0700 | |
changeset 43123 | b219912edfec87b80b97b44b6831868c7b1dcf31 |
parent 43122 | 54b1ef73016757af0ac0fa2970867a8d9a5f0c7b |
child 43124 | ea4e623e936d7a1c03df8967b3bd8d99c5286893 |
push id | 13627 |
push user | rstrong@mozilla.com |
push date | Sat, 05 Jun 2010 08:19:59 +0000 |
treeherder | mozilla-central@b219912edfec [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 1.9.3a5pre |
first release with | nightly linux32
b219912edfec
/
3.7a5pre
/
20100605030051
/
files
nightly linux64
b219912edfec
/
3.7a5pre
/
20100605030754
/
files
nightly mac
b219912edfec
/
3.7a5pre
/
20100605030721
/
files
nightly win32
b219912edfec
/
3.7a5pre
/
20100605040240
/
files
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
3.7a5pre
/
20100605030051
/
pushlog to previous
nightly linux64
3.7a5pre
/
20100605030754
/
pushlog to previous
nightly mac
3.7a5pre
/
20100605030721
/
pushlog to previous
nightly win32
3.7a5pre
/
20100605040240
/
pushlog to previous
|
--- a/toolkit/mozapps/update/content/updates.js +++ b/toolkit/mozapps/update/content/updates.js @@ -1385,17 +1385,17 @@ var gDownloadingPage = { * When the user has closed the window using a Window Manager control (this * page doesn't have a cancel button) cancel the update in progress. */ onWizardCancel: function() { if (this._hiding) return; this.removeDownloadListener(); - }, + }, /** * When the user closes the Wizard UI by clicking the Hide button */ onHide: function() { // Set _hiding to true to prevent onWizardCancel from cancelling the update // that is in progress. this._hiding = true;