commit | 9d7beb96f1e8af4fd1b1155ec17a7c6740ab2859 | [log] [tgz] |
---|---|---|
author | Fredrik Söderqvist <fs@opera.com> | Wed Dec 02 12:31:05 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 02 12:31:05 2020 |
tree | bbb9757e3a3bef235ddc9772ae878738d57dd06b | |
parent | 28f36fb8e25baa1db910342193bf56c49c160123 [diff] |
Avoid copying keys in FetchHeaderList::ByteCaseInsensitiveCompare Introduce and use a CodeUnitCompareIgnoringASCIICaseLessThan() variant rather than calling LowerASCII() on the arguments to the comparator. Change-Id: I1a3be11678cace4c0e5a333265e38a6107c14ea3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551130 Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#832779}
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.
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.