commit | d51446c2549911c59c1370f6e7406c0dd41feb45 | [log] [tgz] |
---|---|---|
author | dpapad <[email protected]> | Thu Aug 07 00:13:29 2025 |
committer | Chromium LUCI CQ <[email protected]> | Thu Aug 07 00:13:29 2025 |
tree | 8b8bd8ac751628dcdcb4cf85b2521e55f058aa38 | |
parent | 117f38600949c777a7259a8ce4d4c1b30cec80df [diff] |
Settings: Fix search bubble aggregate count. The logic was assuming that all search hits that should be reflected in a search bubble come from the same SearchRequest object. This assumption is no longer true with the new Settings "plugin" architecture where different SearchRequest objects need to be reflected on the same search bubble. Fixed by storing the number of previous hits directly on the bubble element itself usinsg a 'data-result' attirbute, instead of storing it on the SearchRequest object. Bug: 424223101 Change-Id: Idcc88f0c0bdb7a5a325523517c7a4f16b0f0fff6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6825805 Auto-Submit: Demetrios Papadopoulos <[email protected]> Reviewed-by: Teresa Mao <[email protected]> Commit-Queue: Teresa Mao <[email protected]> Cr-Commit-Position: refs/heads/main@{#1497936}
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.