commit | d403240269f7388e6662e2797a8c586bddb89708 | [log] [tgz] |
---|---|---|
author | Claudio DeSouza <cdesouza@chromium.org> | Tue Nov 07 18:59:29 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 07 18:59:29 2023 |
tree | 2bb35b49dafa22d984e056eda3fa49606c3cb26c | |
parent | 80d2bcb4b413164ba1725b19b2254e64d08c59cd [diff] |
[extensions] Use FromValue from schema types (8/22) This CL is part of a group of changes removing all occurrences of the generated T::FromValueDeprecate, and T::Populate in the codebase, in favour of the modern T::FromValue generated function for schema types. Updating /chrome/browser/extensions/api/declarative_webrequest. This CL was uploaded by git cl split. Bug: 1415174 Change-Id: Ic3b9ce41432a5cf9f6fd7a3974f3a5a9556468db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5003158 Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: Claudio DeSouza <cdesouza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1221068}
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.