summaryrefslogtreecommitdiffstats
path: root/toolkit/components/downloads
Commit message (Collapse)AuthorAgeLines
* Properly fix crash in nsDownloadManager when repeatedly pausing and resuming ↵Matt A. Tobin2020-03-29-1/+4
| | | | | | a download This applies only to applications that do not use JSDownloads and is based on Bug 1224326
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-02-25-43/+2
| | | | Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
* Issue #439 - Remove tests from toolkit/Matt A. Tobin2020-02-25-1180/+3
|
* Revert "Treat *.jnlp as an executable class file, like *.jar"wolfbeast2019-06-28-1/+1
| | | | | | | | | | | | | | | | | | | Rationale: This was a Mozilla oversight and/or error. This change has caused harm and is causing users to switch back to Chrome, Safari or Edge for their WebStart needs. JNLP is not an executable and should not be treated as such. JNLP should be treated the same as any (e.g. Word) document and allowed to be opened with the designated program. A JNLP file will not cause execution on a system unless it has a valid signature, and the user explicitly authorizes the launching based on information provided by the signature. Moreover, there will even be a check by the Java environment to see if the Java runtime (if there is one) is current, and prompt the user to update if required. This reverts commit 21495c58976e3cbbfe54d2e54d1fd67e36dff2a6 and modifies ApplicationReputation.cpp to keep the list in sync (was a discrepancy before).
* Don't include nsDownloadManagerUI if the Communicator version is usedMatt A. Tobin2019-03-06-3/+4
| | | | Maintain backwards compatibility with MOZ_SUITE
* Revert "Don't include nsDownloadManagerUI if the Communicator version is used"Matt A. Tobin2019-03-06-4/+3
| | | | This reverts commit 853fe00ba0cb91d564031706ef82038e9a4619ed.
* Don't include nsDownloadManagerUI if the Communicator version is usedMatt A. Tobin2019-03-06-3/+4
| | | | Maintain backwards compatibility with MOZ_SUITE
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-8/+0
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-29/+0
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Remove the const to fix the -Wignored-qualifiers warning with GCC 8 (Part 2)trav902018-08-10-1/+1
|
* Make safebrowsing optional at build time - Part 3: toolkit/trav902018-05-12-2/+6
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+51955