commit | a1a4864c9eb559686efd9c86fc5a05591b1534d9 | [log] [tgz] |
---|---|---|
author | Dustin J. Mitchell <djmitche@chromium.org> | Mon Jan 29 16:03:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 29 16:03:07 2024 |
tree | 39dabff50424283518863094da2e03515655f878 | |
parent | ef22e798744d96f46482ae01960748482bffb27e [diff] |
Factor QuicSessionPool::Job to its own file This does not have any functional impact -- it is just moving code around. `QuicSessionPool::QuicCryptoClientConfigOwner` and `CryptoClientConfigHandle` moved from `quic_session_pool.cc` to `quic_session_pool.h` as they are shared between the pool and jobs. In the process, several methods in these classes were un-inlined. Several `Job` methods, including `AddRequest` and `RemoveRequest` were also un-inlined, to better visually separate the class's implementation from its API. The tests in `quic_session_pool_test.cc` cover jobs, requests, and the pool all in one go, so aren't as easily separated. For the moment, they're left in place. Change-Id: I011cbfe5e3587f140bbe4b609bf3388e25ab0e90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5239373 Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Dustin Mitchell <djmitche@chromium.org> Cr-Commit-Position: refs/heads/main@{#1253305}
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.