forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Omnibox] Prevent copied-from-answer match from being deduped
Currently, this copy is de-duped with the answer suggestion in variants where they occupy the same group (actually just treatment 1 in practice). This is because they share a stripped destination url. It's also possible for the answer suggestion to be de-duped with the verbatim match, which copies its actions (but not answer data). We can make both of these impossible by mutating the field used for deduping. Also, sort the answer suggestion to the bottom when it doesn't occupy its own group. Bug: 326368632 Change-Id: I56ae15b5a1ca6db6637e8c4aa2bf240877ffbfa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5685335 Commit-Queue: Patrick Noland <[email protected]> Reviewed-by: Tomasz Wiszkowski <[email protected]> Cr-Commit-Position: refs/heads/main@{#1326359}
- Loading branch information
Patrick Noland
authored and
Chromium LUCI CQ
committed
Jul 11, 2024
1 parent
92e0226
commit 45c5007
Showing
7 changed files
with
50 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters