| commit | 8687f0ee6e6c5b97af1a0fb600cd85f3fb41964c | [log] [tgz] |
|---|---|---|
| author | kelsen liu <kelsenliu21@gmail.com> | Wed Jul 24 03:48:28 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 24 03:48:28 2024 |
| tree | b9b0b966f64afab6420d0edfd2a098ec9efe644d | |
| parent | aaebda3a90fcb57102ffd83128df5f3436832052 [diff] |
part7: Remove usages of `GrowableIOBuffer::StartOfBuffer` This CL removes usages of the `GrowableIOBuffer::StartOfBuffer` method and replaces unchecked pointers with `span`. Bug: 329476354 Change-Id: I59d83de9fa0366048a4cb4163ddff561f41d0114 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5706228 Reviewed-by: danakj <danakj@chromium.org> Commit-Queue: kelsen liu <kelsenliu21@gmail.com> Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1332134}
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.