| commit | 1c008349f76ff3a317bf28316fc5008c0120deb4 | [log] [tgz] |
|---|---|---|
| author | Doug Turner <dft@google.com> | Mon Oct 13 21:41:26 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 13 21:41:26 2025 |
| tree | e6b0a989b61c167b3805caabdef352faa2ba3078 | |
| parent | 5fdfa306b22a05d0543631f34fb503e009aabf4f [diff] |
Revert "Use SetHeader instead of AddHeadersFromString in WebView" This reverts commit 7ce58cfa619a834c15413e4e4cff95d9816b196d. Reason for revert: http://crbug.com/450927905 Original change's description: > Use SetHeader instead of AddHeadersFromString in WebView > > This CL refactors instances of `net::HttpRequestHeaders::AddHeadersFromString` > to instead use individual `SetHeader` calls. As part of > this, we are away from storing strings of headers to net::HttpRequestHeaders. > > Bug: 41400723 > Change-Id: Id828d9ff577f8bb48a516e866f9f9a8ed94fb07c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6813592 > Commit-Queue: Doug Turner <dft@google.com> > Reviewed-by: Alex Moshchuk <alexmos@chromium.org> > Reviewed-by: Nate Fischer <ntfschr@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1496600} Bug: 41400723, 450927905 Change-Id: Ifcd658cfcfb4801272204c24e3c3d4ebc010c9e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7037006 Reviewed-by: Srinivas Sista <srinivassista@chromium.org> Auto-Submit: Harry Souders <harrysouders@google.com> Owners-Override: Harry Souders <harrysouders@google.com> Commit-Queue: Harry Souders <harrysouders@google.com> Cr-Commit-Position: refs/branch-heads/7390@{#2244} Cr-Branched-From: d481efce5eb300acbb896686676ebd0352a6f1db-refs/heads/main@{#1509326}
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.