commit | 8f291f55c9d719d16647f6def17e03b943c22835 | [log] [tgz] |
---|---|---|
author | HuanPo Lin <robertlin@chromium.org> | Tue May 27 06:34:45 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 27 06:34:45 2025 |
tree | c968483918b53e56c74d50a291de724bcc662ea6 | |
parent | d065c49f34cf1ebb6683f251df6a3a6d3b050705 [diff] |
prefetch: Allow GET method only Currently, only GET method is available for Prefetch. https://source.chromium.org/chromium/chromium/src/+/1000eee6f34cd07615837de97c95fd5588c9097d:content/browser/preloading/prefetch/prefetch_container.cc;l=1766;bpv=1;bpt=0 spec: https://wicg.github.io/nav-speculation/prefetch.html#create-navigation-params-from-a-prefetch-record This CL prevents other methods from using the cached prefetch results. Bug: 415942154 Change-Id: I621965073bb502046429e0e0c6fd0ccb50684626 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6512394 Reviewed-by: Taiyo Mizuhashi <taiyo@chromium.org> Commit-Queue: Huanpo Lin <robertlin@chromium.org> Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/main@{#1465744}
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.