commit | 113adc35b947c7a3390be3476efc0186554273fb | [log] [tgz] |
---|---|---|
author | Mohammad Refaat <mrefaat@google.com> | Tue Mar 01 18:28:51 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 01 18:28:51 2022 |
tree | 6c525c71f37d7f55b3c3d563a4926fcc0a1b0706 | |
parent | e3d62724f23df93084838c45699a383d2b3bf6cb [diff] |
Fix animation glitch when exiting search mode in incogntio tabgrid Make sure that section header is removed first before the animation of changing the mode happens by updating the searchText in GridViewController before switching the mode. Also fixing another bug where the section header for open tabs is not updated correctly in the search mode by setting the searchText before asking the delegates to do the search and populate the items. Bug: 1301324 Change-Id: I278a8275e80dbb6903860b92bdf2bd40cf525a4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3496375 Reviewed-by: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/main@{#976311}
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.