commit | 6eb94b30501b7966e2843e5d0a0e6e6154a71d4a | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Mon Dec 19 20:59:43 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 19 20:59:43 2022 |
tree | 6bfe00fce65321aa548330a200a5a68a2858b633 | |
parent | 82eba2501306d560dd6d3e570b2cde921df9e24e [diff] |
Remove DanglingUntriaged tag from VisitedLinkWriter::file_ Convert to std::unique_ptr<> using base::FreeDeleter to manage malloc'd memory. Pass onwership when posting task to finish the destruction of `file_`. Change-Id: I476975acf92e4193c759757c78c7c2362658a2f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4035269 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1085092}
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.