commit | b64b4bd29da7d4279b9ad48b4703b5a4312584ad | [log] [tgz] |
---|---|---|
author | Xiaochen Zhou <xiaochenzh@chromium.org> | Fri Nov 22 12:53:38 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 22 12:53:38 2024 |
tree | 6e13a94c643897906e01d7571b0a9288ddf5ad81 | |
parent | 9604abef2d2ec468f7553abcf567129c5a34ec5e [diff] |
Fenced frames: Move context menu network status check to a centralized place There are multiple context menu options, e.g, open link in new tab, save link as, and save audio as. They are all disabled if the fenced frame untrusted network is disabled. Rather than having IsAllowedByUntrustedNetworkStatus() check in each command's check, moving the checks to a centralized place. Bug: 380234228 Change-Id: Ifeb1f90d04bc11b59c18e6413c75e2934ab55e53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6037479 Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Xiaochen Zhou <xiaochenzh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1386756}
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.