commit | 42e7c389545262c4796b4e07bb1d15df6ba3e046 | [log] [tgz] |
---|---|---|
author | Avi Drissman <avi@chromium.org> | Tue Apr 01 19:07:30 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 01 19:07:30 2025 |
tree | 71c7a5b2901f8c4624afad0f39ac0c4160c607e2 | |
parent | 1f4bf6839e444c32102f5ef3d9e08669051f23ed [diff] |
Modernize base/files/drive_info_apple.mm - Split it into Mac/iOS files, and turn them into .cc files - Use memory scopers - Use conversion helpers - Do CFStringRef conversion at build time - Fix an io_object leak - Add a smoke unittest and more. Bug: 405430588 Change-Id: I00dc560d6215ce5f955aefb8df5014170fbde6bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6399073 Commit-Queue: Avi Drissman <avi@chromium.org> Feels: Avi Drissman <avi@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Feels: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1441099}
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.