gecko-dev/toolkit
Carl Corcoran b2b3ea7d03 Bug 1513176: Prevent mozglue.dll from appearing erroneously in the untrusted modules ping;r=aklotz
Nightly is reporting mozglue.dll as being untrusted in the untrusted modules
ping. Until now, xpcshell tests hard-code mozglue to appear as untrusted in
order to cover certain code paths related to startup modules.

This patch:
1. Checks explicitly for the xpcshell environment and only applies this logic
   during xpcshell tests.
2. Uses a purpose-build DLL, "untrusted-startup-test-dll.dll", instead of
   mozglue. This is more explicit and doesn't interfere with any "true"
   processing of mozglue.

Differential Revision: https://phabricator.services.mozilla.com/D14720

--HG--
extra : moz-landing-system : lando
2018-12-24 21:04:13 +00:00
..
actors Bug 1492937 - Make the JS subscript loader load scripts exclusively as UTF-8, with no way to specify any other encoding, and adjust a bunch of existing tests to use UTF-8 directly, rather than Unicode escape sequences or similar. (This also changes the encoding of .sjs scripts and all mochitest-browser tests in the tree from Latin-1 to UTF-8.) r=yzen, r=MattN, r=jimb, r=kmag 2018-12-19 13:46:20 -08:00
components Bug 1513176: Prevent mozglue.dll from appearing erroneously in the untrusted modules ping;r=aklotz 2018-12-24 21:04:13 +00:00
content Backed out 2 changesets (bug 1507595) for Android build bustages, missing aboutSupport.dtd CLOSED TREE 2018-12-24 18:44:38 +02:00
crashreporter bug 1515326 - properly map Rust standard library sources in symbol files. r=gsvelto 2018-12-19 20:21:18 +00:00
forgetaboutsite
library Bug 1514122 - Make rust code use mozjemalloc directly. r=froydnj 2018-12-19 01:47:40 +00:00
locales Backed out 2 changesets (bug 1507595) for Android build bustages, missing aboutSupport.dtd CLOSED TREE 2018-12-24 18:44:38 +02:00
modules Bug 1512489 - Convert datetime-popup binding to a JSM r=Felipe 2018-12-21 21:51:57 +00:00
mozapps Bug 1515611 part 1 - Remove backgroundInterval from nsIUpdate. r=rstrong 2018-12-22 01:10:27 +00:00
pluginproblem
profile
recordreplay Bug 1514558 - Avoid calling objc_lookUpClass when processing middleman calls, r=lsmyth. 2018-12-19 13:34:13 -10:00
system
themes Bug 1516085 - Share .autoscroller styling across platforms. r=ntim 2018-12-22 12:16:52 +00:00
xre Bug 1513176: Prevent mozglue.dll from appearing erroneously in the untrusted modules ping;r=aklotz 2018-12-24 21:04:13 +00:00
.eslintrc.js
moz.build
moz.configure Bug 1515579 - Use absolute paths for compilers, etc. r=ted 2018-12-21 23:05:40 +00:00
nss.configure
toolkit.mozbuild