commit | 660a883d85a12838ac3c24110fb0575f0ba1701b | [log] [tgz] |
---|---|---|
author | François Doray <fdoray@chromium.org> | Fri Feb 16 16:55:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 16 16:55:43 2024 |
tree | 2c57f0e4965e8d75952b2248934aabb105c482aa | |
parent | 460ab12623a6f40bcf3043552afe970f6ab6cd3f [diff] |
[throttling] Track agent cluster id in FrameScheduler. In preparation for a feature that will prevent throttling of frames that are same-agent with a visible frame, this CL tracks agent cluster id in frame scheduler. Note: Prior to this CL, a frame scheduler could already access the agent cluster id via its delegate, but couldn't be notified of agent cluster id changes, which is required to adjust throttling policy. Bug: 323790692 Change-Id: Icf66d4abc1b560477ff88bdab550ff6984623552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5278944 Commit-Queue: Francois Pierre Doray <fdoray@chromium.org> Reviewed-by: Scott Haseley <shaseley@chromium.org> Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/main@{#1261700}
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.