commit | 738f1041a811f8de5812c6c6c2f88b0d57d46a3f | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Fri Sep 10 01:33:17 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 10 01:33:17 2021 |
tree | f9ed1108cfffa6eed039fde1c88d9aa7a9fe2339 | |
parent | f7ef2a94c74401b8b5833612ce8dac95f71b8de7 [diff] |
NetLog: Record more fields for preconnect job A HttpStreamFactory::JobController for preconnect doesn't have an associated URLRequest. This means that there was no log event to record whether NetworkContext::PreconnectSockets() is called with `allow_credentials` is true or false. Having information related to `allow_credentials` is useful when we investigate how and when a preconnect is triggered. This CL adds "privacy_mode" parameter to HTTP_STREAM_JOB_CONTROLLER so that JobController records such information. Bug: 1245107 Change-Id: I3e349927707692764c3436513ed2f63f307388c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3149658 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/main@{#920064}
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.