commit | beb94c40a320340baf618ff017358121e9a00549 | [log] [tgz] |
---|---|---|
author | Kouhei Ueno <kouhei@chromium.org> | Thu Feb 27 06:38:09 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 27 06:38:09 2025 |
tree | 4bdbc6912afb94d7e78b457f5df637259c042f60 | |
parent | f621e806fb4d975dfe044ac91c47d75299ba4609 [diff] |
WebView Prerender: Fix activation mismatch due to additional headers There was an unintentional behavior change introduced by crrev.com/6040420 , which made it impossible to activate speculation rules triggered prerendering on WebView.loadUrl with additional headers. This CL provides an escape hatch to the behavior change. Author: nhiroki@chromium.org Bug: 399478939 Change-Id: Ic9f1a072ab242cfc9f2220965d5d6728c2a75da8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6306746 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by: Lingqi Chi <lingqi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1425584}
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.