commit | 85b6ccb163c5d9bae4a5a2f6f2af93270617c9c3 | [log] [tgz] |
---|---|---|
author | Fabio Tirelo <[email protected]> | Thu Nov 02 19:00:40 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu Nov 02 19:00:40 2023 |
tree | c0c144b6e19df43d59714202a0fccd2ad18537e8 | |
parent | 572a8e4f412cf539828365bb24b05b75ffd842bb [diff] |
[Site search policy] Policy validation - part 1 This CL is the first of a few CLs that implement validation for the SiteSearchSettings policy. This CL introduces: - Unit tests for invalid schema - Unit tests for missing required fields - Implementation and unit tests for lists that are too long - Implementation and unit tests for duplicated shortcuts Follow-up CLs will implement other validation steps, such as valid shortcut values and valid URL values. Bug: b/306201833 Change-Id: Ie42821c996d8ab2ba952fe77991e9103312255a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4994873 Reviewed-by: Igor Ruvinov <[email protected]> Commit-Queue: Fabio Tirelo <[email protected]> Reviewed-by: Angela Yoeurng <[email protected]> Cr-Commit-Position: refs/heads/main@{#1219016}
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.