95
edits
(First Upadate after many comments: 04-05) |
(Unresolved in italics) |
||
Line 1: | Line 1: | ||
The current DM provides the [Pause], [Resume] and [Cancel] links and they are sufficient. | The current DM provides the [Pause], [Resume] and [Cancel] links and they are sufficient. | ||
'''''Unresolved''''' | |||
''The only addition that I would like to make is a small image will tell whether there is server side support for download resume. It is yet to be decided as to what picture can be used to show the resume supported or not.'' | |||
Whenever a download begins an entry is made in the downloads.rdf file with its entity ID and other related details as to where it is being saved and so on. Each entry will also contain a new flag: | Whenever a download begins an entry is made in the downloads.rdf file with its entity ID and other related details as to where it is being saved and so on. Each entry will also contain a new flag: | ||
Line 30: | Line 31: | ||
The next time the browser is restarted, then the user is alerted about the downloads that were stored when the previous session ended: | The next time the browser is restarted, then the user is alerted about the downloads that were stored when the previous session ended: | ||
'''''Unresolved''''' | |||
''May be by popping a dialog with a simple list of the auto-restore downloads) and he may choose to continue or cancel them.'' | |||
''Or just start the downloads and use nsIAlertService to popup a sliding message telling the user that auto restore downloads have been started.'' | |||
The paused downloads remain paused until they are restarted by the user. We can have a toolbarbutton which will be animated to intimate the user about such downloads which are yet to be completed. With this button being clicked the DM window is shown and the user can take necessary action. | The paused downloads remain paused until they are restarted by the user. We can have a toolbarbutton which will be animated to intimate the user about such downloads which are yet to be completed. With this button being clicked the DM window is shown and the user can take necessary action. |
edits