commit | a9e44ea78697fa11ff4a88dcc86414b22baf458c | [log] [tgz] |
---|---|---|
author | John Abd-El-Malek <jam@chromium.org> | Mon Apr 25 20:07:21 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 25 20:07:21 2022 |
tree | 840b12dcd48dbff121ebd3a37e302d082d8145a4 | |
parent | 29b6bb571644e89c4333dad9217ad7d18d858144 [diff] |
Read from the network buffers as many bytes as are available in the data pipe instead of in 64KB chunks. Also use larger buffers when reading from an InputStream in WebView. Both of these changes are behind Finch. Bug: 1318925 Change-Id: I6adcd4438adb03f366af2c84c72183e44f7d2fa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3601881 Reviewed-by: Bo Liu <boliu@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Tomasz Wiszkowski <ender@google.com> Commit-Queue: Tomasz Wiszkowski <ender@google.com> Cr-Commit-Position: refs/heads/main@{#995725}
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.