gecko-dev/toolkit
Toshihito Kikuchi a354021b5a Bug 1681936 - Skip mXULLoadDurationMS check in GTest. r=mhowell
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
2020-12-12 00:09:43 +00:00
..
actors Bug 1654684 - Add sheet-indicator and preview navigation to the print preview. r=mstriemer,fluent-reviewers,flod 2020-12-09 20:56:28 +00:00
components Bug 1676296 Part 2: Cross-platform task scheduler interface, Windows implementation. r=mhowell,nalexander 2020-12-11 23:18:16 +00:00
content Bug 1635914 - Move active flag handling explicitly to BrowsingContext. r=nika 2020-12-11 15:43:19 +00:00
crashreporter Backed out changeset f1d785de7ab3 (bug 1661153) for causing symbols bustages. a=backout. 2020-12-03 00:49:17 +02:00
docs
library Backed out changeset a8c087a36965 (bug 1681811) for failures on test_case_mp4. CLOSED TREE 2020-12-11 22:51:06 +02:00
locales Bug 1669036 - Part10: Add a new section "Third-Party Modules" to about:support r=fluent-reviewers,jaws,Gijs 2020-12-10 23:43:36 +00:00
modules Bug 1669036 - Part10: Add a new section "Third-Party Modules" to about:support r=fluent-reviewers,jaws,Gijs 2020-12-10 23:43:36 +00:00
mozapps Bug 1637059 fix persistent listeners when updating permissions r=rpl 2020-12-11 21:30:05 +00:00
pluginproblem
profile Bug 1674150 - Check for the actual snap name when detecting whether running as a snap. r=stransky 2020-12-08 08:23:18 +00:00
system Bug 1680768: Remove unused argument aPrincipal within closeAlert() in nsIAlertsService.idl r=nika 2020-12-07 17:44:34 +00:00
themes Bug 1669036 - Part10: Add a new section "Third-Party Modules" to about:support r=fluent-reviewers,jaws,Gijs 2020-12-10 23:43:36 +00:00
xre Bug 1681936 - Skip mXULLoadDurationMS check in GTest. r=mhowell 2020-12-12 00:09:43 +00:00
.eslintrc.js
l10n-registry.manifest
moz.build
moz.configure Backed out 2 changesets (bug 1675676) for sending crash reports on wrong host. a=backout DONTBUILD 2020-12-11 11:22:27 +02:00
toolkit.mozbuild