commit | c0a1b9c4126905de080948a5f4ecdae39d7a3067 | [log] [tgz] |
---|---|---|
author | Roger Tawa <[email protected]> | Thu Sep 23 23:34:04 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Sep 23 23:34:04 2021 |
tree | 1a3f80baf2d883fc3c4ffc3beb35eb45bde769c6 | |
parent | 0c2c5bb42c96f2835e7fdaeb624b2c7e5fd6dc1e [diff] |
Separate NetworkFetcherWinHTTP from chrome updater. This allows NetworkFetcherWinHTTP to be called from the device trust signing key rotation code which runs as part of setup.exe. A new component called winhttp contains all the code that wraps the Windows win32 WinHTTP API. This component is a new dependency of chrome updater. A follow up CL will add the calls from setup. Change-Id: I8d5ebbe67850cb394cefb4b4f3fdafb7cc8710cd Bug: b:195447899 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3160846 Commit-Queue: Roger Tawa <[email protected]> Reviewed-by: Joshua Pawlicki <[email protected]> Reviewed-by: Cait Phillips <[email protected]> Reviewed-by: Sorin Jianu <[email protected]> Cr-Commit-Position: refs/heads/main@{#924535}
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.