commit | 1f27c0c62eba9be27ddab295a5f230315351aec4 | [log] [tgz] |
---|---|---|
author | Jean-Philippe Gravel <jpgravel@chromium.org> | Mon Jul 14 14:45:33 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 14 14:45:33 2025 |
tree | 2da5d173bba34c1d89bf3b6c2e39e1a535e12546 | |
parent | 11f6c808c46b95084a84ffb665384d3ed942dc7a [diff] |
Add a feature param for the default HangWatcher monitoring period This will allow changing the hang watch monitoring period via a Finch experiment, if we need to, but it will also allow testing the HangWatcher in browser tests. Browser tests would need to shorten the monitoring period, so tests don't need to wait 10 secondes to observe hangs. Because browser tests run the HangWatcher in different child processes, the test body can't directly access these HangWatcher instances. It can however configure them by setting feature params, which are propagated to all spawned processes. Bug: 413314866 Change-Id: Ib00b711a6b90f7be99f768d25e00210c1475c26e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6638519 Reviewed-by: Olivier Li <olivierli@chromium.org> Commit-Queue: Jean-Philippe Gravel <jpgravel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1486297}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.