commit | 9d571bb008e94dc56eb7cbaa252c62c6e4352c44 | [log] [tgz] |
---|---|---|
author | Matthew Denton <[email protected]> | Thu Apr 30 23:23:49 2020 |
committer | Commit Bot <[email protected]> | Thu Apr 30 23:23:49 2020 |
tree | 227480e0b07f06ba5236e057cda7ad1af1edf1bd | |
parent | 0b293bd80a126e454e7c719c5f6440f7d8028eb5 [diff] |
Correctly abort pending verifications on shutdown CertVerifier's API contract is that, on destruction of the CertVerifier, callbacks provided to Verify() will be Reset(). MultiThreadedCertVerifier didn't observe this contract, and only guaranteed that callbacks wouldn't be invoked if the CertVerifier::Request handle was deleted. Bug: 1015134 Change-Id: Iecaf71f7719026365a4d31c49c604b943dd6188c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2171682 Commit-Queue: Matthew Denton <[email protected]> Reviewed-by: Ryan Sleevi <[email protected]> Cr-Commit-Position: refs/heads/master@{#764474}
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.
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.