commit | fc964514d6a97713e41249f5f11470ebb9b831e3 | [log] [tgz] |
---|---|---|
author | Nicolas Arciniega <[email protected]> | Tue Oct 05 20:29:59 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Oct 05 20:29:59 2021 |
tree | 20cea17f4abef5b7727c13bff5749b5db2c5941a | |
parent | 8ec623cc91c8a40500d8950b79398d62c19b9614 [diff] |
Add net::WinHttpStatus When communicating with the proxy_resolver_win service, the network service will need to know the precise cause of any failure in WinHttp APIs so we can include that information in the NetLogs. This CL adds an enum that describes each failure point in the upcoming service. These will also be augmented with Windows error codes in the NetLogs. Bug: 1032820 Change-Id: I448047e705db722dd92e221cbab5ae76bd96a953 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3194762 Reviewed-by: Yutaka Hirano <[email protected]> Reviewed-by: Adam Rice <[email protected]> Commit-Queue: Nicolas Arciniega <[email protected]> Cr-Commit-Position: refs/heads/main@{#928306}
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.