commit | a3d89eea730941f982990bc038a641e2f41e728b | [log] [tgz] |
---|---|---|
author | Matt Menke <mmenke@chromium.org> | Wed Apr 23 23:30:03 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 23 23:30:03 2025 |
tree | 4a0d698b83bf40524fd14704f044dbf5354181f0 | |
parent | af84945d9e9549cde766f284ea41ca558f27e43c [diff] |
Delete DatagramBuffer. It was part of an experiment landed in 2018 aimed at improving QUIC performance. It looks like it was actually wired up at one point, in https://chromium-review.googlesource.com/c/chromium/src/+/956020. It was removed from UDPSocket in https://chromium-review.googlesource.com/c/chromium/src/+/3796717, with a comment mentioning that it was never shipped. Bug: None Change-Id: I63b2047087dcf6b064bc37e47b039ceefe0d1f71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6483431 Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: mmenke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/main@{#1450863}
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.