| allDownloadsView.js |
A download element shell is responsible for handling the commands and the
displayed data for a single download view element.
The shell may contain a session download, a history download, or both. When
both a history and a session download are present, the session download gets
priority and its information is displayed.
On construction, a new richlistitem is created, and can be accessed through
the |element| getter. The shell doesn't insert the item in a richlistbox, the
caller must do it and remove the element when it's no longer needed.
The caller is also responsible for forwarding status notifications, calling
the onChanged method.
@param download
The Download object from the DownloadHistoryList.
|
30234 |
| contentAreaDownloadsView.css |
|
315 |
| contentAreaDownloadsView.js |
import-globals-from allDownloadsView.js |
1792 |
| contentAreaDownloadsView.xhtml |
|
2138 |
| downloads.css |
Downloads Panel ** |
3576 |
| downloads.js |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
58036 |
| downloadsCommands.inc.xhtml |
|
1228 |
| downloadsCommands.js |
import-globals-from allDownloadsView.js |
676 |
| downloadsContextMenu.inc.xhtml |
|
2215 |
| downloadsPanel.inc.xhtml |
|
8107 |
| indicator.js |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
19334 |