commit | 9d0d2d08a8c4987ac118b566e70d71ec0b9c5ffb | [log] [tgz] |
---|---|---|
author | manukh <manukh@chromium.org> | Thu Jun 13 22:41:28 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 13 22:41:28 2024 |
tree | 86c6483719f2876f5e4594b084e395ec5466cd55 | |
parent | 1f0c1796dc502e421dff85f258467a15c5bc0ad2 [diff] |
[omnibox] Remove keyword DCHECKs in shortcut provider The shortcut provider had DCHECK's to ensure all and only searches had keywords. But keyword matches can be to URLs as well. E.g. you could bookmark wikipedia.org, and input '@bookmarks wiki', resulting in a keyword suggestion to a URL. Change-Id: I1e313be6bd38e944da251706319f566e0daf83b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5629647 Reviewed-by: Jennifer Serrano <jennserrano@google.com> Auto-Submit: manuk hovanesian <manukh@chromium.org> Commit-Queue: Jennifer Serrano <jennserrano@google.com> Cr-Commit-Position: refs/heads/main@{#1314928}
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.