зеркало из https://github.com/mozilla/gecko-dev.git
a354021b5a
In GTest, xul.dll is considered untrusted because only the `FirefoxDirectory` flag of `ModuleTrustFlags` is turned on. In CCov build, however, xul.dll is considered trusted because the `FirefoxDirectoryAndVersion` flag is also turned on. In the former case, the `FirefoxDirectoryAndVersion` is not turned on because when xul.dll is re-built for GTest, its version becomes newer than firefox.exe. In the CCov build, the version of firefox.exe was also reset probaly during instrumentation. As a result, the loding event contains a value in `mXULLoadDurationMS` in CCov build, but normally not. This fix removes the check for `mXULLoadDurationMS` in GTest. Differential Revision: https://phabricator.services.mozilla.com/D99564 |
||
---|---|---|
.. | ||
actors | ||
components | ||
content | ||
crashreporter | ||
docs | ||
library | ||
locales | ||
modules | ||
mozapps | ||
pluginproblem | ||
profile | ||
system | ||
themes | ||
xre | ||
.eslintrc.js | ||
l10n-registry.manifest | ||
moz.build | ||
moz.configure | ||
toolkit.mozbuild |