commit | 5b5de96b72222a9b7abcfb0ffe2aee3647fe979f | [log] [tgz] |
---|---|---|
author | Michael Tatarski <mtatarski@google.com> | Fri Jul 25 16:41:55 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 25 16:41:55 2025 |
tree | d627c751ed86aa6acf9546e977e88fab9da6f5fc | |
parent | 8852fdf90243e8db79963d8a5b541a20e01c8aa8 [diff] |
[OSmosis] Attach rust library to stable portability data importer This CL adds the plumbing required to call the rust library in order to parse the history data and integrate it into the stable portability data importer. The rust library receives a path, and returns results in batches. The `StablePortabilityDataImporter` accumulates the results in its `pending_history_entries_` vector. This implementation also adds a basic test that checks that a JSON data can be correctly imported. Bug: 430253028 Change-Id: I039cfbe0f67dc18824922019c147a20baf73e623 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6771997 Auto-Submit: Michael Tatarski <mtatarski@google.com> Reviewed-by: Marc Treib <treib@chromium.org> Reviewed-by: Tommy Martino <tmartino@chromium.org> Commit-Queue: Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/main@{#1492117}
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.