commit | 8e0ac590b54e8bc1c0fc17851b47b8b5e10d7505 | [log] [tgz] |
---|---|---|
author | Hiroki Nakagawa <nhiroki@chromium.org> | Tue Apr 08 03:48:58 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 08 03:48:58 2025 |
tree | 68ddca8979e13ced64aab84d6d8c8209434cc485 | |
parent | ea334adc4b513d019114e798b9f4bc8eebacc617 [diff] |
Prefetch: Make prefetch_with_subresources test more stable SpeculationRuleSetTest.PrerenderIgnorePrefetchRules requires SpeculationRulesPrefetchWithSubresources is disabled (not SpeculationRulesPrefetchProxy mentioned in the implementation comment), but the requirement was not ensured before this change. This worked well as the feature is disabled by default, but it should be better to explicitly disable it. This CL does it. Also, this CL renames Prefetch to PrefetchWithSubresources to more clarify the target rule type. Bug: n/a Change-Id: If66562b0bef4c4ce155ce5bbd382c6bf35aa0331 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6439983 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Lingqi Chi <lingqi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1443910}
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.