commit | b5e3ed542d7f7c43ffd6a692b8e385134ebc014c | [log] [tgz] |
---|---|---|
author | Caroline Rising <corising@chromium.org> | Sat Feb 12 01:42:57 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Feb 12 01:42:57 2022 |
tree | 487a998098c70be754da91ad091a5011251018ca | |
parent | 8268950960ec147fed2668bd2a17cfab347ac972 [diff] |
Unified side panel: move global registry out of coordinator and create new ComboboxModel This cl: - Moves existing global SidePanelRegistry out of the SidePanelCoordinator and into BrowserView. - Creates new SidePanelRegistryObserver class. - Creates new SidePanelComboboxModel class which can hold entry ids and icons. - Lets the SidePanelCoordinator observe the global SidePanelRegistry and updates the SidePanelComboboxModel according to registry changes. Bug: 1287237 Change-Id: I1ea25409fc5b48fcb76f9ecfaabf3d1afc8be1f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3445443 Reviewed-by: Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/main@{#970268}
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.