commit | a97ece83a5ff3f6f117b1ff5ce36c40ee4cbdd52 | [log] [tgz] |
---|---|---|
author | Yoshisato Yanagisawa <yyanagisawa@chromium.org> | Mon Mar 11 01:43:46 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 11 01:43:46 2024 |
tree | 13f89259f2e014b45b24850e92f3f649856db0f1 | |
parent | 6e912d30f98975cc8b7ccbe662ad0cd445239835 [diff] |
Implement threshold not only prefetch but also preload In the past implementation, we have implemented the limitation only to prefetch. However, I assume that preload code also cause fetches from network and bring negative effects to Chromium running in low bandwidth network. This CL expands the rate limit idea from prefetching to preloading. Bug: 316229761 Change-Id: I175ee237fe90bc662f2d9079c139648d8db53eff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5348440 Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1270764}
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.