commit | 4c7c50e3efa1339b3e3b55c13db2badbb9466d70 | [log] [tgz] |
---|---|---|
author | Jeevan Shikaram <jshikaram@chromium.org> | Mon Feb 06 05:33:12 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 06 05:33:12 2023 |
tree | bedd17c4f1ecf34277e95016c0b5bb0eee2682ad | |
parent | bb2c279a496bc6104e31800c9f19d9105a265a34 [diff] |
[APS] Clean up server code. This CL cleans up the App Preload Server connector by: - Removing the SimpleURLLoader member variable and instead passes it. - Improves error logging by converting net errors into strings - Removes a special case log as it's no longer required. Fixes: b/267946000 Change-Id: I353d8606d40eecfe71b221eb4099463b90f85052 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4218558 Reviewed-by: Tim Sergeant <tsergeant@chromium.org> Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Cr-Commit-Position: refs/heads/main@{#1101450}
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.