commit | f9f1839d95aa75c9a540bd88a33fde830c94e891 | [log] [tgz] |
---|---|---|
author | Elly <ellyjones@chromium.org> | Wed Jun 25 15:12:19 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 25 15:12:19 2025 |
tree | b8132cf5921b1e2989dae9e6ea750c90a926cf06 | |
parent | 98f4b487de2f01890891e1433595df0551999fdb [diff] |
components/visitedlink: base/hash/md5 -> crypto/obsolete/md5 This change migrates from the old base/hash/md5 API to the new crypto/obsolete/md5 API. There is a separate bug (linked) for moving the visitedlink database off md5 altogether, but for now this change migrates it to the non-deprecated md5 API. Bug: 427437222 Change-Id: I83d80b4e65ad110b3e9c9832eeac2a4cf12f1050 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6669533 Reviewed-by: Colin Blundell <blundell@chromium.org> Commit-Queue: Elly FJ <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1478567}
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.