gecko-dev/build
Florian Quèze 00e15b9118 Bug 965392 - Use a timer instead of a condvar to run the BHMgr Monitor thread, r=dthayer.
Whenever some activity starts on the thread we are monitoring, we create a timer that targets the BHMgr Monitor thread (where we capture hang stacks).
Whenever the activity stops, we cancel the timer.
In the past, this would have been very expensive because the Timer thread used to wake-up every time a timer was added or removed. This is no longer true, as we optimized the wake-up behavior of the timer thread to only wake-up when it actually needs to.

Differential Revision: https://phabricator.services.mozilla.com/D154141
2022-09-20 17:42:32 +00:00
..
autoconf Bug 1757813: Detect "MSYS" unames as `msyshost`s r=firefox-build-system-reviewers,nalexander 2022-03-02 21:01:07 +00:00
build-clang Backed out changeset 90cbd3e4faac (bug 1784202) for causing clang-format failures. 2022-09-20 01:05:02 +03:00
build-rust Bug 1783782 - Update builders to rustc 1.63.0. r=firefox-build-system-reviewers,andi 2022-08-11 19:47:57 +00:00
clang-plugin Bug 965392 - Use a timer instead of a condvar to run the BHMgr Monitor thread, r=dthayer. 2022-09-20 17:42:32 +00:00
compare-mozconfig
debian-packages Bug 1789954 - Upgrade valgrind to 3.19.0. r=firefox-build-system-reviewers,ahochheiden 2022-09-13 21:43:23 +00:00
docs no bug: doc: clarify supported macOS versions DONTBUILD 2022-06-30 07:20:58 +00:00
gyp_includes
liblowercase
macosx Bug 1788854 - Require MacOSX 11.3 SDK. r=firefox-build-system-reviewers,andi 2022-09-04 21:07:02 +00:00
moz.configure Bug 1791482 - Use ARM neon flags more consistently. r=firefox-build-system-reviewers,andi 2022-09-20 09:12:31 +00:00
package/mac_osx Bug 1740631 - Add requirements-plist-url to mac signing payloads, r=aki,glandium 2022-01-17 15:36:38 +00:00
pgo Bug 1782992 - Update link to new location of mochitest documentation r=sylvestre DONTBUILD 2022-08-31 07:56:57 +00:00
rust Bug 1788040 - Update to Glean v51.2.0. r=chutten,supply-chain-reviewers 2022-09-13 12:57:58 +00:00
sanitizers Bug 1748880 - Enable 'function' UBSan check. r=glandium 2022-06-01 22:22:48 +00:00
sparse-profiles Bug 1780017 - Add mjs files to files that may be used for generating jsdocs. r=firefox-source-docs-reviewers,ahal 2022-07-22 08:25:44 +00:00
tests/cram
unix Bug 1779845 - Don't rewrite macos executables. r=glandium 2022-07-27 15:09:27 +00:00
valgrind Bug 1762046 - Add valgrind suppression for the leak of a dynamic atom created by DocumentL10n r=jseward 2022-06-22 16:56:23 +00:00
vs Bug 1758780 - Add a toolchain for Visual Studio 2019. r=firefox-build-system-reviewers,mhentges 2022-04-13 03:02:25 +00:00
win32 Bug 1765399 - Rename mRefreshTimerNeedsVsync and NotifyRefreshTimerVsyncStatus. r=smaug 2022-05-05 02:15:13 +00:00
win64 Bug 1765399 - Rename mRefreshTimerNeedsVsync and NotifyRefreshTimerVsyncStatus. r=smaug 2022-05-05 02:15:13 +00:00
win64-aarch64 Bug 1289641 - Replace uses of the vs2017-15.9 tooltool manifest. r=firefox-build-system-reviewers,mhentges 2022-04-12 22:52:54 +00:00
workspace-hack Bug 1770894 - Update in-tree crates to bindgen 0.59. r=emilio 2022-05-30 21:37:31 +00:00
.gdbinit Bug 1730022 - Improve debuggability of nsIContent. r=smaug 2021-09-10 16:39:15 +00:00
.gdbinit.loader
.gdbinit.py.in
.lldbinit.in
RunCbindgen.py Bug 1755956 - Fix python black failure. CLOSED TREE 2022-02-18 17:40:47 +02:00
__init__.py
appini_header.py
application.ini.in
binary-location.mk
buildconfig.py
cargo-host-linker
cargo-host-linker.bat
cargo-linker Bug 1747298 - Use CXX for Cargo linking when necessary. r=glandium 2022-01-11 11:26:39 +00:00
cargo-linker.bat
checksums.py
defines.sh
dumbmake-dependencies
gecko_templates.mozbuild
gen_symverscript.py
gen_test_packages_manifest.py Bug 1769098 - initial work to allow taskcluster/mozbase/mozharness to support conditioned profiles. r=ahal 2022-05-16 19:11:46 +00:00
gyp.mozbuild Bug 1412333 - Remove traces of MULTI_MONITOR_SCREENSHARE. r=ng 2022-01-26 08:52:17 +00:00
gyp_base.mozbuild
mach_initialize.py Bug 1788797 - Move storybook commands to mach from npm scripts r=hjones,ahal 2022-09-12 21:13:20 +00:00
midl.py Bug 1629184 - Preprocess MIDL inputs manually. r=firefox-build-system-reviewers,nalexander 2022-01-25 22:43:56 +00:00
moz-automation.mk
moz.build Bug 1751331 - Add a mozbuild crate that exposes some build configuration items. r=firefox-build-system-reviewers,andi 2022-01-25 21:29:50 +00:00
mozconfig.artifact
mozconfig.artifact.automation
mozconfig.automation
mozconfig.cache
mozconfig.clang-cl Bug 1757813: Detect "MSYS" unames as `msyshost`s r=firefox-build-system-reviewers,nalexander 2022-03-02 21:01:07 +00:00
mozconfig.comm-support
mozconfig.common Bug 1770251 - Centralize PGO mozconfig bits. r=firefox-build-system-reviewers,andi 2022-05-20 08:31:46 +00:00
mozconfig.common.override
mozconfig.lld-link
mozconfig.no-compile Bug 1751811 - Stop installing msdia140.dll. r=firefox-build-system-reviewers,andi 2022-01-25 20:01:37 +00:00
mozconfig.rust
mozconfig.win-common Bug 1770251 - Centralize PGO mozconfig bits. r=firefox-build-system-reviewers,andi 2022-05-20 08:31:46 +00:00
non-unified-compat Bug 1726626 - Move gfx/wgpu into a 3rd party dependency r=jgilbert,bholley 2021-09-03 16:52:08 +00:00
psutil_requirements.in Backed out 3 changesets (bug 1717051) for causing gecko decision failure. CLOSED TREE 2021-07-30 02:15:50 +03:00
psutil_requirements.txt Backed out 3 changesets (bug 1717051) for causing gecko decision failure. CLOSED TREE 2021-07-30 02:15:50 +03:00
qemu-wrap
templates.mozbuild Bug 1731976 - Generally allow warnings in security/rlbox. r=firefox-build-system-reviewers,andi 2021-10-08 09:48:38 +00:00
update-settings.ini
upload.py Bug 1725895: Add support for MSYS2 MozillaBuild r=glandium 2022-01-06 06:49:47 +00:00
upload_generated_sources.py Bug 1764711: Move boto3 to requirement file r=ahal 2022-04-14 18:00:30 +00:00
variables.py
zstandard_requirements.in Bug 1751663: Bump maximum zstandard version to `0.17.0` r=firefox-build-system-reviewers,glandium 2022-01-26 16:11:59 +00:00
zstandard_requirements.txt Bug 1751663: Bump maximum zstandard version to `0.17.0` r=firefox-build-system-reviewers,glandium 2022-01-26 16:11:59 +00:00