commit | 6e0e6c9be379b0f20ce865710caf46f61e1faf94 | [log] [tgz] |
---|---|---|
author | Kelvin Jiang <kelvinjiang@chromium.org> | Mon Sep 18 21:36:39 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 18 21:36:39 2023 |
tree | 7705aa4d414c84807af5d1c2695f47996ec178e2 | |
parent | b43225e1cbdb16d3c7d29025f652fd6bd45b8d9d [diff] |
[Extensions UI] Fix assert failure when focusing item button Rarely, there may be a brief period of time when removing an extension where the list of extensions kept as state in manager.ts may not match the list of extensions rendered in item_list.ts. This can trigger an assert failure. Instead, if the extension rendered cannot be found when attempting to focus, fall back to focusing on the search bar. Bug: 1482580 Change-Id: I0688cdd9b89907c6c88df41b22925968df59e0a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4867749 Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org> Reviewed-by: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1198024}
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.