commit | dd28083b69625a987ae02bd133dc6abd2480e814 | [log] [tgz] |
---|---|---|
author | Ovidio Ruiz-HenrĂquez <odejesush@chromium.org> | Mon May 01 21:28:22 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 01 21:28:22 2023 |
tree | 2e61bcde55873e8e05bd4a9bed8a4f12db5a9e0a | |
parent | 9673afd53b7a251781b6ff7a1eb09916805f4c2a [diff] |
controlledframe: Gate availability check behind flag This change adds a feature flag check for running the extensions feature delegated availability check. The Controlled Frame API is the only feature currently using the delegated availability check, so this flag prevents this code path from being used if the feature is not available. Bug: 1233993 Change-Id: I9a1d7e9c225743fa12dd3f3e63ea9c8ec7ab94e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4484878 Reviewed-by: Chase Phillips <cmp@chromium.org> Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: Ovidio Ruiz-HenrĂquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/main@{#1138016}
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.