Comment #5 on issue 4718 by [EMAIL PROTECTED]: Download Progress should display time in seconds http://code.google.com/p/chromium/issues/detail?id=4718
The present behavior is quite good because it would be hard to understand how long something takes if you counted in thousands of seconds. Plus, because we only display an estimate it does not make sense to display hours and seconds. To improve, how about we display minutes and seconds for a small number of minutes (say 5)? That way we avoid the cases when the number of seconds makes a huge difference, as in "1m 55s" vs "1m". This would be a localized change in function "TimeRemainingImpl" in file "time_format.cc" but needs a new translatable/localizable string for the combined minute-seconds display string. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
