commit | 6931715733220a704cf433f15c38b34ca4b37122 | [log] [tgz] |
---|---|---|
author | Calder Kitagawa <ckitagawa@chromium.org> | Wed Mar 19 17:31:42 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 19 17:31:42 2025 |
tree | 838a71aa74bbe1287d509311032a78964e22881a | |
parent | 71efa534c89c7ca5112738f0b3f790a35c9e8159 [diff] |
[Tab Groups] Add @Deprecated to root id - Add @Deprecated to Tab#getRootId() and TabState.rootId(). - Drive-by minor cleanup to TabState. Root id is deprecated in favor of tab group id. Public methods on tabmodel classes/interfaces e.g. TabGroupModelFilter have been migrated to accept tab group ids instead. The main remaining allowed usecase for root id is for fetching tab group metadata such as the color, title, etc. which is stuck on a root id key SharedPreference file that requires a separate migration. Any new code should not use root id except for tab group metadata fetching. Any existing code e.g. tab_ui/, strip/, etc. should be migrated off to root id so its deletion can be accelerated. Bug: 399354986 Change-Id: Ia54f23fffc4eb7afff570a77e712c01cef80f7ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6372319 Reviewed-by: Sky Malice <skym@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1434921}
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.