commit | 97dbb0ca24f5eebd4c2046b41a88a313785037b4 | [log] [tgz] |
---|---|---|
author | Neil Coronado <nemco@google.com> | Wed Mar 09 01:26:03 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 09 01:26:03 2022 |
tree | 41807f76951142046e11f71f4057c4e5142b8bab | |
parent | b4012cf8e9952ff250af08071fa58ed17d492110 [diff] |
[TabletGTS] Fix a11y list tab switcher crash when GTS flag enabled Fix a11y list tab switcher crash when GTS flag enabled. Currently, we have logic to show the normal browsing layout when the final tab is closed and the grid tab switcher is enabled. We only want to do this when the grid tab switcher, not the a11y list switcher, is actually showing. Update logic to account for when the a11y list tab switcher is showing. Video: https://drive.google.com/file/d/14UocTWnxW5XHJ8R1OXegibd-Iyhv4jKO/view?usp=sharing Bug: 1301698 Change-Id: I1b571eded76ccf18e0d572a147d9fc72bee441d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3508342 Reviewed-by: Theresa Sullivan <twellington@chromium.org> Commit-Queue: Neil Coronado <nemco@google.com> Cr-Commit-Position: refs/heads/main@{#979008}
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.