Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [PALEMOON] Bug 1129896 - Part 2 of 2 - Convert the shared front-end code to ↵ | janekptacijarabaci | 2018-07-29 | -6/+15 |
| | | | | a JavaScript code module | |||
* | [PALEMOON] Bug 1127867 - Use the new back-end property to get the size of ↵ | janekptacijarabaci | 2018-07-29 | -49/+20 |
| | | | | downloads asynchronously | |||
* | Fix typos | janekptacijarabaci | 2018-07-29 | -6/+3 |
| | ||||
* | [PALEMOON] Bug 1117141 - Part 2 of 2 - Refactor notifications and remove the ↵ | janekptacijarabaci | 2018-07-29 | -417/+110 |
| | | | | DownloadsDataItem object | |||
* | [PALEMOON] Bug 1117141 - Part 1 of 2 - Bypass all the DownloadsDataItem ↵ | janekptacijarabaci | 2018-07-29 | -126/+113 |
| | | | | properties | |||
* | [PALEMOON] Bug 1115379 - Streamline DownloadsViewItemController construction ↵ | janekptacijarabaci | 2018-07-29 | -28/+8 |
| | | | | and remove now unneeded identifiers | |||
* | [PALEMOON] Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload ↵ | janekptacijarabaci | 2018-07-29 | -4/+4 |
| | | | | objects | |||
* | [PALEMOON] Bug 1115983 - Keep only minimal state information in the DataItem | janekptacijarabaci | 2018-07-29 | -140/+32 |
| | ||||
* | [PALEMOON] Bug 1115369 - Use notifications instead of getViewItem for ↵ | janekptacijarabaci | 2018-07-29 | -53/+40 |
| | | | | DownloadsView | |||
* | Prevent suppressing executable warnings using the "don't ask me this again" ↵ | wolfbeast | 2018-07-02 | -11/+6 |
| | | | | | | | | | | checkbox. A hidden preference matching the behavior of "browser.download.manager.alertOnEXEOpen" is kept, but is renamed in order to recover cases where the checkbox was used accidentally. While there, simplify the `confirmLaunchExecutable` function by converting from promises to async function. Since Basilisk moved this prompting to toolkit, we also clean up some unused duplicate strings from application/basilisk while we're there. This resolves #581 | |||
* | Confirm launch of executables other than .exe on Windows. | wolfbeast | 2018-06-30 | -12/+10 |
| | ||||
* | Mass-replace global-scope let with var in Pale Moon and TychoAM | wolfbeast | 2018-04-16 | -1/+1 |
| | | | | tag #155 | |||
* | [PALEMOON] Fix for loops in DownloadsCommon.jsm and WindowsPreviewPerTab.jsm | Matt A. Tobin | 2018-04-07 | -3/+13 |
| | | | | (SyntaxError: missing ] after element list) | |||
* | Add Pale Moon | Matt A. Tobin | 2018-02-02 | -0/+2401 |