summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/downloads/DownloadsCommon.jsm
Commit message (Collapse)AuthorAgeLines
* Prevent suppressing executable warnings using the "don't ask me this again" ↵wolfbeast2018-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.wolfbeast2018-06-30-12/+10
|
* Mass-replace global-scope let with var in Pale Moon and TychoAMwolfbeast2018-04-16-1/+1
| | | | tag #155
* [PALEMOON] Fix for loops in DownloadsCommon.jsm and WindowsPreviewPerTab.jsmMatt A. Tobin2018-04-07-3/+13
| | | | (SyntaxError: missing ] after element list)
* Add Pale MoonMatt A. Tobin2018-02-02-0/+2401