summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/downloads/content/downloads.js
Commit message (Collapse)AuthorAgeLines
* Fix incorrect file reference in `onDownloadDragStart`wolfbeast2019-01-25-3/+3
| | | | | | | | Follow-up to Janek's port in 462332eee018e24d88255c708fa8acb67a717673 where this variable was changed creating a mismatch with surrounding code. This fixes #943.
* [PALEMOON] Bug 1135348 - Fix about:downloads by adding missing XPCOMUtils ↵janekptacijarabaci2018-07-29-0/+2
| | | | imports
* [PALEMOON] Bug 1129896 - Part 2 of 2 - Convert the shared front-end code to ↵janekptacijarabaci2018-07-29-5/+17
| | | | a JavaScript code module
* [PALEMOON] Bug 1127867 - Use the new back-end property to get the size of ↵janekptacijarabaci2018-07-29-32/+1
| | | | downloads asynchronously
* Fix typosjanekptacijarabaci2018-07-29-2/+0
|
* [PALEMOON] Bug 1117141 - Part 2 of 2 - Refactor notifications and remove the ↵janekptacijarabaci2018-07-29-70/+51
| | | | DownloadsDataItem object
* [PALEMOON] Bug 1117141 - Part 1 of 2 - Bypass all the DownloadsDataItem ↵janekptacijarabaci2018-07-29-36/+46
| | | | properties
* [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to ↵janekptacijarabaci2018-07-29-204/+16
| | | | a common place
* [PALEMOON] Bug 1115379 - Streamline DownloadsViewItemController construction ↵janekptacijarabaci2018-07-29-11/+21
| | | | and remove now unneeded identifiers
* [PALEMOON] Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload ↵janekptacijarabaci2018-07-29-6/+4
| | | | objects
* [PALEMOON] Bug 1115983 - Keep only minimal state information in the DataItemjanekptacijarabaci2018-07-29-33/+43
|
* [PALEMOON] Bug 1115369 - Use notifications instead of getViewItem for ↵janekptacijarabaci2018-07-29-34/+22
| | | | DownloadsView
* Bug 945707 - Pausing a download fails when done after a retry + follow up ↵janekptacijarabaci2018-04-25-2/+1
| | | | | | | | (see the description) Issue #121 [follow up] Bug 92737 - Part 9: Download multiple files when multiple items are dropped on Downloads view in Library Window
* [PALEMOON] Downloads - throws an errorjanekptacijarabaci2018-04-14-1/+13
| | | | Issue #121
* Add Pale MoonMatt A. Tobin2018-02-02-0/+1813