commit | eb9583eb980df30b5ab9834bcc7c5d6dfb851a0a | [log] [tgz] |
---|---|---|
author | Curtis McMullan <curtismcmullan@chromium.org> | Mon May 22 05:20:13 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 22 05:20:13 2023 |
tree | 7deca64dcbb6192f887c96c3a0ed94ea832957eb | |
parent | ff98c9eaab47c56146a78cc18d4e53d8beb6706d [diff] |
autocorrect: add finch based denylist This CL implements a finch based denylist for the autocorrect by default and multi word experiments. The denylist is delivered as a json list, which extends the current list of domains used for the denylist. BUG=283163971 Change-Id: Ie539ff1c0b7c0d1d673353e561fcd9ce82210126 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4546607 Commit-Queue: Curtis McMullan <curtismcmullan@chromium.org> Reviewed-by: Mehrab N <mehrab@chromium.org> Reviewed-by: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/main@{#1147039}
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.