Confirmed users
2,615
edits
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
| CON-006a || P2 || FR || Integrate download manager with third-party virus scanners and malware protection | | CON-006a || P2 || FR || Integrate download manager with third-party virus scanners and malware protection | ||
|- | |- | ||
| CON-007a || P2 || FR || Support pause/resume for downloads. Improve download handling across multiple sessions | | CON-007a || P2 || FR || Support pause/resume for downloads. Improve download handling across multiple sessions || Current plan is for this to be done as a Google Summer-of-Code project | ||
|- | |- | ||
| CON-007b || P3 || FR || Download manager can be extended in a way that feels tightly integrated | | CON-007b || P3 || FR || Download manager can be extended in a way that feels tightly integrated | ||
| Line 42: | Line 42: | ||
;Repository | ;Repository | ||
Mozilla CVS trunk | |||
== API Changes == | == API Changes == | ||
* resumable downloads may require some backend API changes | |||
* integration with virus/malware scanners is likely to require evolving and publishing an API in concert with scanner vendors | |||
* download manager extensibility item will require similar | |||
== Extensibility == | == Extensibility == | ||
Scanner integration and download manager extensibility items are both specifically targetted for this. | |||
== Customization == | == Customization == | ||
| Line 54: | Line 56: | ||
== Performance == | == Performance == | ||
Virus/malware scanner integration is likely to have some performance impact. Other performance impact is not anticipated. | |||
== Reliability/Stability == | == Reliability/Stability == | ||
* Should be able to resume a download after a crash | |||
* No other effects anticipated | |||
== Security == | == Security == | ||
* Virus/malware scanner is a security win. | |||
* May want security audit around download resumption to ensure that filesystem trickery can't lead to problems. | |||
== Privacy == | == Privacy == | ||
| Line 69: | Line 73: | ||
== Web Compatibility == | == Web Compatibility == | ||
None anticipated. | |||
== Upgrade/Downgrade/Sidegrade == | == Upgrade/Downgrade/Sidegrade == | ||
| Line 83: | Line 87: | ||
== References == | == References == | ||
[http://developer.mozilla.org/en/docs/Implementing_Download_Resuming Implementing Download Resuming] | |||