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
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
io Revert "Treat *.jnlp as an executable class file, like *.jar" 2019-06-29 06:03:55 +08:00
libxpt/xptcall
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
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
windbgdlg
xpidl
moz.build
xpcom-config.h.in
xpcom-private.h.in