зеркало из https://github.com/mozilla/gecko-dev.git
Bug 545707 - Software update reports transfer speed in bytes per second. r=dolske
This commit is contained in:
Родитель
77c25513a8
Коммит
4f26945e71
|
@ -1194,7 +1194,7 @@ var gDownloadingPage = {
|
|||
* Member variables for updating download status
|
||||
*/
|
||||
_lastSec: Infinity,
|
||||
_startTime: Date.now(),
|
||||
_startTime: null,
|
||||
_pausedStatus: "",
|
||||
|
||||
/**
|
||||
|
@ -1227,6 +1227,8 @@ var gDownloadingPage = {
|
|||
return;
|
||||
}
|
||||
|
||||
this._startTime = Date.now();
|
||||
|
||||
try {
|
||||
// Say that this was a foreground download, not a background download,
|
||||
// since the user cared enough to look in on this process.
|
||||
|
|
Загрузка…
Ссылка в новой задаче