Closed
Bug 899124
Opened 11 years ago
Closed 11 years ago
Compute download speed and throttle notifications
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: Paolo, Assigned: Paolo)
References
Details
Attachments
(1 file)
9.07 KB,
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
The JavaScript API for downloads should compute the current speed of
in-progress downloads, and limit the rate of progress notifications.
Comment 1•11 years ago
|
||
Will this mean download speeds will be shown in the UI?
Assignee | ||
Comment 2•11 years ago
|
||
(In reply to Waka_Flocka_Flame from comment #1)
> Will this mean download speeds will be shown in the UI?
The speed is already shown in the Library window, and there are plans to show the
current speed in the Downloads Panel also, yes.
Comment 3•11 years ago
|
||
okay
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → paolo.mozmail
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•11 years ago
|
||
This also fixes a typo that affected removing items from the Downloads Panel.
This cannot be tested automatically since it's time-based. I tested it manually
by seeing that the download speed and the remaining time is now correctly
reported in the Library window for in-progress downloads.
Attachment #787488 -
Flags: review?(enndeakin)
Updated•11 years ago
|
Attachment #787488 -
Flags: review?(enndeakin) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Comment 7•11 years ago
|
||
Download speed is shown only on Library->Downloads. It is not shown on the Downloads Panel. Only remaining time and download indicator are displayed.
OS: Windows 7x64
Build: Latest Nightly27 BuildID: 20131009055629
QA Contact: mihai.morar
You need to log in
before you can comment on or make changes to this bug.
Description
•