Commit graph

35 commits

Author SHA1 Message Date
wolfbeast
c2496a58d0 Fix incorrect file reference in onDownloadDragStart
Follow-up to Janek's port in 462332eee018e24d88255c708fa8acb67a717673
where this variable was changed creating a mismatch with surrounding
code.

This fixes #943.
2019-02-16 00:27:18 +08:00
janekptacijarabaci
c80a76aaf0 [PALEMOON] Bug 1135348 - Fix about:downloads by adding missing XPCOMUtils imports 2019-02-16 00:23:42 +08:00
janekptacijarabaci
83ba13fdac [PALEMOON] Bug 1129896 - Part 2 of 2 - Convert the shared front-end code to a JavaScript code module 2019-02-16 00:23:40 +08:00
janekptacijarabaci
b5c90dfea0 [PALEMOON] Bug 1129896 - Part 1 of 2 - Keep cached metadata for history downloads indefinitely 2019-02-16 00:23:38 +08:00
janekptacijarabaci
dfed6fdfe6 [PALEMOON] Bug 1195279 - Fix typo in allDownloadsViewOverlay.js following landing of bug 1127867 2019-02-16 00:23:37 +08:00
janekptacijarabaci
53aa070170 [PALEMOON] Bug 1127867 - Use the new back-end property to get the size of downloads asynchronously 2019-02-16 00:23:35 +08:00
janekptacijarabaci
ad8a1e1f50 Fix typos 2019-02-16 00:23:34 +08:00
janekptacijarabaci
63e8a36496 [PALEMOON] Bug 1117141 - Part 2 of 2 - Refactor notifications and remove the DownloadsDataItem object 2019-02-16 00:23:32 +08:00
janekptacijarabaci
5705b9b36a [PALEMOON] Bug 1117141 - Part 1 of 2 - Bypass all the DownloadsDataItem properties 2019-02-16 00:23:31 +08:00
janekptacijarabaci
5dabb446c5 [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to a common place (downloadsViewCommon.js) 2019-02-16 00:23:30 +08:00
janekptacijarabaci
c66a3e8d83 [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to a common place 2019-02-16 00:23:28 +08:00
janekptacijarabaci
a8622a0a10 [PALEMOON] Bug 1115379 - Streamline DownloadsViewItemController construction and remove now unneeded identifiers 2019-02-16 00:23:27 +08:00
janekptacijarabaci
67f36036d3 [PALEMOON] Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload objects 2019-02-16 00:23:25 +08:00
janekptacijarabaci
23f4f8a235 [PALEMOON] Bug 1115983 - Keep only minimal state information in the DataItem 2019-02-16 00:23:24 +08:00
janekptacijarabaci
419dd13315 [PALEMOON] Bug 1115421 - Simplify download annotations handling in the Library 2019-02-16 00:23:22 +08:00
janekptacijarabaci
17b9f0a915 [PALEMOON] Bug 1120429 - Remove unused code handling nodeAnnotationChanged 2019-02-16 00:23:21 +08:00
janekptacijarabaci
03d5824434 [PALEMOON] Bug 1115972 - Don't fall back to the Places icon for downloads without the target file name annotation 2019-02-16 00:23:20 +08:00
janekptacijarabaci
7fce042c11 [PALEMOON] Bug 1115971 - Don't fall back to the Places title for downloads without the target file name annotation 2019-02-16 00:23:18 +08:00
janekptacijarabaci
e4e51e5782 [PALEMOON] Bug 1115369 - Use notifications instead of getViewItem for DownloadsView 2019-02-16 00:23:17 +08:00
NTD
088c74605c Issue #889 - Clean up the Pale Moon tree - Part 2b: Make jar.mn consistent 2019-02-16 00:20:48 +08:00
JustOff
1b447a979b [PALEMOON] Fix document navigation using F6 2019-02-16 00:12:00 +08:00
wolfbeast
ad2c18b0f2 Prevent suppressing executable warnings using the "don't ask me this again" 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
2019-02-16 00:07:16 +08:00
wolfbeast
eecf847006 Confirm launch of executables other than .exe on Windows. 2019-02-16 00:07:05 +08:00
janekptacijarabaci
e509b0d532 [PALEMOON] [frontend vs backend] Downloads: Fix - the context menu - "Copy Download Link"
Issue #121
2019-02-15 23:52:51 +08:00
janekptacijarabaci
45a39c1ff8 Bug 1243445 - Pasting an invalid URL breaks the Downloads View in the Library
Issue #121
2019-02-15 23:52:50 +08:00
janekptacijarabaci
fea1a4d195 Bug 945707 - Pausing a download fails when done after a retry + follow up (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
2019-02-15 23:52:48 +08:00
janekptacijarabaci
04c959e619 Bug 92737 - Part 9: Download multiple files when multiple items are dropped on Downloads view in Library Window
Issue #121
2019-02-15 23:52:39 +08:00
janekptacijarabaci
bafa57d4d6 Bug 92737 - Part 8: Download multiple files when multiple items are dropped on Downloads button
Issue #121
2019-02-15 23:52:37 +08:00
wolfbeast
d5b0bc88af Mass-replace global-scope let with var in Pale Moon and TychoAM
tag #155
2019-02-15 23:45:42 +08:00
janekptacijarabaci
e95eff8e11 [PALEMOON] Downloads - throws an error
Issue #121
2019-02-15 23:44:20 +08:00
janekptacijarabaci
65356126cc Fix: TypeError: "this._richlistbox.selectedItems.slice is not a function" in allDownloadsViewOverlay.js
Issue #121
2019-02-15 23:44:18 +08:00
NTD
f091415fe1 [PALEMOON] Resolve issues with redeclaration according to ES6 2019-02-15 23:42:29 +08:00
NTD
eb05e51460 [PALEMOON] Fix for loops in allDownloadsViewOverlay.js
(SyntaxError: missing ] after element list)
2019-02-15 23:41:56 +08:00
NTD
1344bfe691 [PALEMOON] Fix for loops in DownloadsCommon.jsm and WindowsPreviewPerTab.jsm
(SyntaxError: missing ] after element list)
2019-02-15 23:41:10 +08:00
NTD
fe8028fa2e Add Pale Moon 2018-02-02 03:35:06 -05:00