commit | b3ae11596d008afed6368612bb37c806688e7981 | [log] [tgz] |
---|---|---|
author | David Pennington <dpenning@chromium.org> | Wed May 14 00:10:17 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 14 00:10:17 2025 |
tree | d516876c285e612f54a73554ac7b479d7fdb18e7 | |
parent | fece21de910a19d7e843dfaa1646faef6fda4ec9 [diff] |
[TabGroupController updates] Invert observer calls in Add/RemoveTab Currently the TabGroup object calls TabStripModel observer methods when updating. When using TabGroups on other platforms, we no longer need or want to call these methods. To support this, we remove those method calls from TabGroup and perform the action on the TSM after the tab group methods are called. TabGroupVisualsChanged method is named OnTabGroupVisualsChanged to signify that the action has already occurred, and a comment is added (this should be changed once we can remove the VisualsChanged from controller). Other notifications methods are renamed to "Notify<verb>" for groups. Bug: 417235218 Change-Id: I24c997a1c1ed5af02ab99d6e722519d7611e9caa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6533002 Commit-Queue: David Pennington <dpenning@chromium.org> Reviewed-by: Shibalik Mohapatra <shibalik@chromium.org> Reviewed-by: Eshwar Stalin <estalin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1459799}
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.