gecko-dev/other-licenses
Matt Howell 6a0e837433 Bug 799710 - Move installer certificate validation to its own thread. r=agashlin
We occasionally get reports of UI unresponsiveness immediately following the
download phase of the stub installer. The longest operation that runs on the
main thread during this phase is validating the code signature of the full
installer. This patch moves that work (which is done in a native NSIS plugin)
to a separate thread. Hopefully this helps resolve the hangs.

I've also converted the build files for the plugin from Visual C++ 6 to 2017,
just to avoid the inconvenience of needing to pull up VC6 to build it.

MozReview-Commit-ID: CKje2a8M62i

--HG--
extra : rebase_source : ec9a11268eed3c4f9e0783532b0e910289e809f9
2018-05-03 13:11:02 -07:00
..
7zstub Bug 1425468 - Add command-line parameters for setting full installer options. r=agashlin 2018-04-20 13:09:24 -07:00
atk-1.0/atk Bug 1374697 - Add ATK support for aria-details and aria-errormessage. r=surkov 2017-06-21 15:53:00 -04:00
bsdiff Bug 1418425 - Update bsdiff to use the crc table directly and not link against bz2 r=rstrong 2018-01-12 16:13:45 +01:00
ia2 Bug 1343537 - Implement ARIA DPUB extension. r=surkov 2017-06-13 15:06:08 -04:00
nsis Bug 799710 - Move installer certificate validation to its own thread. r=agashlin 2018-05-03 13:11:02 -07:00
ply
snappy Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
README
moz.build Bug 1381916 - Remove support for plugins on Android r=jchen,bsmedberg 2017-07-31 12:25:16 -05:00

README

This directory was created for code which is used in the Mozilla project in
some way but is not under the MPL or a compatible license like the Apache 2,
BSD or MIT licenses.

It is _NOT_ for "all non-MPLed code".

Before putting any new code in here, please consult licensing@mozilla.org. It
is quite likely that this is not the right place.