commit | 40828a9c0cde283d469141aff0f46ed853961097 | [log] [tgz] |
---|---|---|
author | Theo Cristea <theocristea@google.com> | Thu Sep 12 16:52:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 12 16:52:13 2024 |
tree | d928302eaa1807bbcdf6c46ce25d72d52cb72cae | |
parent | 58153cc6e05512a03dbc909af94afcfbae38701d [diff] |
Instantiate `SensitiveContentClient` on WebView The client serves as a bridge between the manager and the embedder. The client is instantiated by `AwContents.java#setNewAwContents`. The manager decides when the content of the page becomes sensitive/not sensitive, passes this information to the C++ implementation of the client, which then passes this information to the Java implementation of the client. The latter updates the content sensitivity of the container view of its web contents. Design doc: go/sensitive-content-api-chrome Bug: 343119998 Change-Id: Ie88b2e552932675dc916017ade0fdc3508a81524 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5842528 Reviewed-by: Jan Keitel <jkeitel@google.com> Reviewed-by: Richard (Torne) Coles <torne@chromium.org> Commit-Queue: Theo Cristea <theocristea@google.com> Reviewed-by: Friedrich Hauser <friedrichh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1354634}
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.