commit | 4bbe227e3489c2e5295ec4a7b2c623b59cddd594 | [log] [tgz] |
---|---|---|
author | Kameron Lutes <kalutes@google.com> | Mon Jul 14 01:20:24 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 14 01:20:24 2025 |
tree | 51d7f5d088dbeb63434adf91fa5dde397af0ae57 | |
parent | f3d997201047d5f486faac5fc8b7bcdb8c7cd244 [diff] |
Add flag to allow discards of tabs with devtools attached Running memory stress tests using crossbench maintains a devtools connection to every tab. This results in artificially inflated tab priorities since tabs with devtools attached are protected. Add a flag to bypass protection for devtools attached tabs that can be used during memory stress tests to result in real-world tab ranking. Bug: 430719288 Change-Id: Ief937d82ad0433b522321a5219bb261a15da2e94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6721362 Reviewed-by: Francois Pierre Doray <fdoray@chromium.org> Reviewed-by: Shin Kawamura <kawasin@google.com> Commit-Queue: Kameron Lutes <kalutes@google.com> Cr-Commit-Position: refs/heads/main@{#1486141}
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.