| commit | a3b2461d00ee32bccf829f9240566d08cf080e8f | [log] [tgz] |
|---|---|---|
| author | Eshwar Stalin <estalin@chromium.org> | Sat Jan 25 01:15:50 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 25 01:15:50 2025 |
| tree | f17bd21fd6596f81ccd519c6fddc842d5021858f | |
| parent | 162f5d2956f140c7eae0747ad0148425e2cd6996 [diff] |
Consolidating Submenu and Context menu implementations of Saved Tab Group recall UI This is second part of the fix to Saved Tab Group recall UI to fix issue with favicons not being show correctly. While we fixed this for the App Menu's submenu for Saved Tab Groups, the context menu used a different implementation. In order to fix this issue, deleting the DialogModel based context menu implementation and instead using a single model for both these implementations. The duplicate DialogModel implementation makes things harder to maintain. This also addresses the default favicon issue seen with the context menu. Bug: 343279726 Change-Id: I773a4a444e3df5caf950447d02876172fe10f2a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6196850 Commit-Queue: Eshwar Stalin <estalin@chromium.org> Reviewed-by: Darryl James <dljames@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1411236}
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.