commit | 5f0fec1eae87ccd90643ef438898d35c778bc2e3 | [log] [tgz] |
---|---|---|
author | François Doray <fdoray@chromium.org> | Wed Jan 29 22:58:58 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 29 22:58:58 2025 |
tree | 7dee9eba16d76a99eef24ad565005fb8e2cf7a6a | |
parent | c3af4d225a8568a82b4e4b88bb69a0baba2b1fa8 [diff] |
[freezing] Track highest CPU measurement without a CannotFreezeReason. This CL replaces the boolean indicating whether a browsing instance was "CPU intensive in background" with the highest CPU measurement that occurred for a group of same-origin frames/workers within the browsing instance while no CannotFreezeReason was applicable. This will be used to build a UKM about freezing eligibility: go/ukm-review-background-tab-freezing Bug: 391646022 Change-Id: If6aed406f06b353a748e1280621183610f3cabb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6208868 Reviewed-by: Joe Mason <joenotcharles@google.com> Commit-Queue: Francois Pierre Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/main@{#1413195}
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.