Dactyloidae/toolkit/components
wolfbeast 512a3ba8e8 Revert "Treat *.jnlp as an executable class file, like *.jar"
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).
2019-06-29 06:03:55 +08:00
..
aboutcache moebius#65: Fix: "about:..." - throws an errors 2019-02-15 23:49:10 +08:00
aboutcheckerboard import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
aboutmemory Remove the Dark Matter Detector (DMD) Memeory debugger component. 2019-02-15 23:58:31 +08:00
aboutperformance import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
addoncompat import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
alerts Telemetry: Remove stubs and related code 2019-02-16 00:24:04 +08:00
apppicker import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
asyncshutdown Issue #991 Part 7: Toolkit Components 2019-04-27 08:22:20 +08:00
autocomplete Restore typeAheadResult support in autocomplete 2019-02-15 23:46:25 +08:00
blocklist Don't use UpdateChannel.jsm in nsBlocklistService.js 2019-04-27 08:55:33 +08:00
build Issue #795 - Make nsIUserInfo component optional 2019-02-16 00:18:11 +08:00
captivedetect Remove other gonk widget conditionals and unused files. 2019-02-15 23:57:15 +08:00
commandlines import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
console Make the Error Console accessible from about:console and make it presentable in that context 2019-02-16 00:05:13 +08:00
contentprefs import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
contextualidentity import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
cookie Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FENNEC 2019-04-27 08:51:55 +08:00
crashes import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
crashmonitor import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
ctypes Fix a truncation leading to an error with GCC 7 2019-02-15 23:35:57 +08:00
diskspacewatcher Remove MOZ_WIDGET_GONK [2/2] 2019-02-15 23:57:10 +08:00
downloads Revert "Treat *.jnlp as an executable class file, like *.jar" 2019-06-29 06:03:55 +08:00
exthelper import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
feeds Take forms out of the RSS reader feed. 2019-02-15 23:29:18 +08:00
filepicker Restore typeAheadResult support in autocomplete 2019-02-15 23:46:25 +08:00
filewatcher import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
finalizationwitness import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
find import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
formautofill import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
gfx import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
jsdownloads Issue #991 Part 7: Toolkit Components 2019-04-27 08:22:20 +08:00
lz4 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
mediasniffer import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
microformats Update package.json 2019-02-16 00:20:08 +08:00
mozintl Bug 1287677 - Add mozIntl.getDisplayNames API 2019-02-15 23:44:41 +08:00
mozprotocol import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
narrate Remove telemetry from NarrateControls.jsm. 2019-02-16 00:07:55 +08:00
osfile Remove unused try/catch block. Tag #991. 2019-04-27 08:23:33 +08:00
parentalcontrols import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
passwordmgr Capture delayed events and cancel as necessary. 2019-04-27 08:56:22 +08:00
perf import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
perfmonitoring Reduce number of allocations in AutoStopwatch 2019-02-16 00:27:30 +08:00
places [places] Prevent some abuse of smart queries. 2019-05-31 07:21:02 +08:00
printing Issue #991 Part 7: Toolkit Components 2019-04-27 08:22:20 +08:00
privatebrowsing import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
processsingleton import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
promiseworker import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
prompts Remove window.sizeToContent() from commonDialog.js, as it's useless and leads to overflow in the basic auth dialog 2019-02-16 00:14:20 +08:00
protobuf Only add -Wno-null-conversion when building with clang 2019-02-15 23:41:16 +08:00
reader Bug 1429442 - Buttons in "type control" popup in reader mode should have tooltips r=Gijs,MarcoZ 2019-05-11 06:22:10 +08:00
reflect import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
remote import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
remotebrowserutils import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
satchel Bug 1286182: Implement the layout for <input type=date> 2019-02-15 23:44:33 +08:00
search Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FENNEC 2019-04-27 08:51:55 +08:00
social/test/xpcshell import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
sqlite import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
startup Issue #795 - Make nsIUserInfo component optional 2019-02-16 00:18:11 +08:00
statusfilter import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
telemetry Issue #991 Part 7: Toolkit Components 2019-04-27 08:22:20 +08:00
terminator Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
thumbnails Issue #756 - Remove contextual identity from BackgroundPageThumbs.jsm 2019-03-29 22:23:03 +08:00
timermanager Remove obsolete getPref helpers. 2019-03-29 22:22:33 +08:00
tooltiptext import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
typeaheadfind Make nsFind::Find actually use a string type as input. 2019-05-31 07:22:21 +08:00
url-classifier Issue #991 Part 7: Toolkit Components 2019-04-27 08:22:20 +08:00
urlformatter Remove browser.search.region usage. Tag #245. 2019-04-27 08:25:33 +08:00
utils import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
viewconfig import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
viewsource Remove unused parameter from call 2019-04-27 08:24:25 +08:00
webextensions [WebExAM] Use proper application name in WebExtension API error message. 2019-02-16 00:24:10 +08:00
workerloader import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
xulstore moebius#144: Launch command: basilisk "-migration -p" (throws an error) 2019-02-15 23:48:03 +08:00
.eslintrc.js import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
moz.build Sort out search service 2019-04-27 08:27:19 +08:00
nsDefaultCLH.js Issue #991 Part 7: Toolkit Components 2019-04-27 08:22:20 +08:00
nsDefaultCLH.manifest import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00