commit | 0eaeb41fa6d5d6c992e886e6da6378bb0a0a0b74 | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Mon May 22 13:59:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 22 13:59:28 2023 |
tree | a7545d9ad0cba374224024f4335aec68486964eb | |
parent | e648c0b5784733b6c24cf1c734a4c67f98d8cf74 [diff] |
[Autofill] Remove relaxed shared-autofill Finch parameter This CL removes the Finch parameter `relax_shared_autofill` introduced in crrev.com/c/3500623. If enabled, `shared-autofill` was a sufficient condition for cross-origin filling. Without the parameter, a cross-origin field can only be filled if `shared-autofill` is enabled and either - the target origin is the main frame's origin and value to filled is non-sensitive, or - the triggered origin is the main frame's origin. Bug: 1187842, 1201849 Change-Id: I0e4f7f71ae1e247364d53be648596a9da97dfd69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4549151 Reviewed-by: Dominic Battre <battre@chromium.org> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/main@{#1147199}
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.