Dactyloidae/xpcom
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
..
base Avoid some useless ForgetSkippable handling while we're already dealing 2019-05-31 07:18:40 +08:00
build Remove AIX 1st party code OS checks, part 1 2019-04-04 20:26:39 +08:00
components Remove code that prevents binary extensions 2019-02-16 00:14:17 +08:00
doc import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
ds use memcmp for nsIAtom Equals to improve performance xpcom/ds 2019-05-31 07:19:06 +08:00
glue Add a ClearElementAt API to nsTArray 2019-03-16 07:03:10 +08:00
idl-parser Bug 338865 - Scriptable XPIDL iface inheriting from noscript iface should throw error 2019-02-15 23:55:10 +08:00
io Revert "Treat *.jnlp as an executable class file, like *.jar" 2019-06-29 06:03:55 +08:00
libxpt/xptcall import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
reflect Remove AIX 1st party code OS checks, part 1 2019-04-04 20:26:39 +08:00
string Add mozilla::Span 2019-02-16 00:15:21 +08:00
system Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. 2019-02-15 23:44:10 +08:00
tests Bug 1413868. 2019-02-16 00:06:58 +08:00
threads Remove AIX 1st party code OS checks, part 1 2019-04-04 20:26:39 +08:00
typelib import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
windbgdlg import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
xpidl import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
moz.build Remove cargo nsstring component 2019-02-15 23:36:41 +08:00
xpcom-config.h.in import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
xpcom-private.h.in import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00