commit | 4f5d58ad4df23f2417d60bd3f37b484b8adb6b67 | [log] [tgz] |
---|---|---|
author | Justin Donnelly <jdonnelly@chromium.org> | Thu Mar 13 17:04:51 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 13 17:04:51 2025 |
tree | 6bd0054cf10bcc81b6c75df08bba25296f33323b | |
parent | 39e254ae99941f74e671d4d628139556d78889d6 [diff] |
[spark][omnibox] Use "suggestion" instead of "userName". When constructing people suggestions, use the top-level "suggestion" field rather than the "userName" field in "document.derivedStructData.name". The latter is not always present or may be "username" (all lower case) in others. The "suggestion" field is expected to always be present, however. Fixed: b:402562150 Change-Id: I32c5be067400a0d909c047a3b05e4f7a429bfa90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6350156 Reviewed-by: manuk hovanesian <manukh@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Auto-Submit: Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/main@{#1432188}
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.