commit | 6134c3bb9bcb22b11b502d1361a8178e9d3e4ed1 | [log] [tgz] |
---|---|---|
author | yugeeklab <yugeeklab@gmail.com> | Wed Sep 01 10:47:59 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 01 10:47:59 2021 |
tree | 8ab174c65424b9a1c25462097e789c6af86f25a0 | |
parent | 4b5bb0a9f6ea083e6b69c22f68c28572e7b7c5f4 [diff] |
Improve text matching for datalist Before modification, it verified that the input sentence matches in the target sentences. This causes strict text matching. After modification, It verifies that the input words matches in the target sentences. This allows for more flexible text matching. Bug: 1194436 Change-Id: I6f315c38d0ad22c652a1e15b83ed015f4bbf9e8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3110795 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#917177}
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.