commit | c23c8d6e9011de93521224f3e42863c387a44dd1 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Thu Sep 12 20:18:42 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 12 20:18:42 2024 |
tree | 5c5fa82c1c399d1a5a1a7673841b7299d8e3100b | |
parent | f4c37e7c872ffb14d2438f3860500b06848a005e [diff] |
Avoid unsafe forms for base::File::WriteAtCurrentPos() Use the span based forms instead. Adjust callers to accommodate an optional<size_t> return. This CL was uploaded by git cl split. R=zentaro@chromium.org Bug: 42271176 Change-Id: I7999f63f5305435ff5e79e0c7c85652adac800e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5819511 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Piotr Pawliczek <pawliczek@chromium.org> Commit-Queue: Piotr Pawliczek <pawliczek@chromium.org> Cr-Commit-Position: refs/heads/main@{#1354779}
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.