Closed GoogleCodeExporter closed 9 years ago
Confirmed with large downloads such as .isos, etc. Time-Left indeed shows
hyphens,
probably due to a math overflow. Status does not seem affected.
Original comment by classi...@floodgap.com
on 6 Aug 2009 at 3:28
Typical form looks like ##:#-##, which is interesting, as this probably comes
from
some sort of modulo code. Some additional guard checks added to
:xpfe:components:download-manager:src:nsDownloadProgressListener.js
Original comment by classi...@floodgap.com
on 3 Sep 2009 at 4:08
and nsProgressDialog.js, which does the actual update, by replacing parseInt
with
Math.floor. Much better. Also smoothed out speed estimation algorithm while I
was at it.
Original comment by classi...@floodgap.com
on 3 Sep 2009 at 5:08
Original issue reported on code.google.com by
classi...@floodgap.com
on 3 Aug 2009 at 12:33