commit | 59a89a342f1ec84b02bd221d883fa1488367f56d | [log] [tgz] |
---|---|---|
author | Rachel Wong <wrong@chromium.org> | Mon Aug 01 17:29:39 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 01 17:29:39 2022 |
tree | aa8c93513041d8885fb30fa8628caf69419b95f9 | |
parent | 2f0abfecef7e9fc233f9122ef0b5e87a092c3a6f [diff] |
[launcher] Mark search-what-you-typed results as not needing animation. This adds a bool to the SearchResult struct for results that don't need an animation update. Some notes: - New results will still have different IDs - There aren't any guarantees about what order the results will come in, but search-what-you-typed is *usually* at the top of the Search category's results list. Bug: 1348083 Change-Id: I5f5f26bf05d7b3424b931a986b853d04d077be8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3790581 Reviewed-by: Yulun Wu <yulunwu@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Reviewed-by: Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/main@{#1030161}
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.