commit | 2fdcf053def8f532309b057fe19d2b5a9cbe8882 | [log] [tgz] |
---|---|---|
author | Moe Ahmadi <mahmadi@chromium.org> | Fri Sep 25 03:05:26 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 25 03:05:26 2020 |
tree | f5be2f06e28a374c3f1be29473228a2229019a9e | |
parent | 7676a1ad32a5d575dcd5d7b549b5d1ccadecbc51 [diff] |
[omnibox] Merge new header info with existing one rather than replacing it - Merges the new header info with the old one in ACResult rather than replacing it. The old header info may be needed by the old matches. - Clears the header info along with matches in AutocompleteResult::Reset - Moves the logic to strip the match group IDs that don't have an equivalent header string next to the logic for grouping and demoting matches with headers in ACResult for improved readability. Bug: 1122669, 1130826, 1130880 Change-Id: Ibddaa30ccd19969a71e10befa993adb688a1f572 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424549 Reviewed-by: Tommy Li <tommycli@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#810444}
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.
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.