| commit | b145589b4fc61edd6a060c8e73cd97c995e4def8 | [log] [tgz] |
|---|---|---|
| author | Fiaz Muhammad <mfiaz@google.com> | Wed Oct 15 20:52:59 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 15 20:52:59 2025 |
| tree | 0e458710f6b4ab9c2945da9167c4b02a5aa8c9c8 | |
| parent | 71dfd0d26704543881888fc1342431d9cb1be515 [diff] |
[Persist] Handle resolving Metadata for TabStripCollection
- This adds support for TabStripCollection in the TabStoragePackager.
- We needed a mechanism for extracting window metadata and passing
it to the storage layer to be saved. This the responsibility
of this extraction to the TabStoragePackager.
- This removes the unique_ptr field in the TabStoragePackager and
instead, we pass a vanilla pointer to the associated
data object.
- We move the TabStoragePackager to the tabmodel package, since we
must be privy to TabModel implementation details.
Bug: 450532811
Change-Id: I042d884db48e0696978d1563d01288dab0ae5df4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7042182
Reviewed-by: Sky Malice <skym@chromium.org>
Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org>
Commit-Queue: Fiaz Muhammad <mfiaz@google.com>
Cr-Commit-Position: refs/heads/main@{#1530437}
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.