commit | 156fb88e96a82f112b6f28aa100a58f891105f7e | [log] [tgz] |
---|---|---|
author | Caroline Rising <corising@chromium.org> | Mon Apr 22 17:00:41 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 22 17:00:41 2024 |
tree | 83219147e932d6904a8b292e852a86eb274932d9 | |
parent | 4ff6a6d18487d0eab4506c5dd97a21d7bffd63c4 [diff] |
Update when we change the ephemeral toolbar state for side panel close. If we try to update the toolbar after the side panel has closed we might miss if the entry was deregistered or the registry destroyed. This changes the toolbar update to happen when the close is triggered instead of after the close has happened. This does mean that the toolbar button will start to disappear when the side panel is triggered to close instead of after it has been closed. Bug: 335831124 Change-Id: I025248f0616fdaa3abb1e9ff2efa903ce8d2ef57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5464444 Reviewed-by: David Pennington <dpenning@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/main@{#1290723}
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.