| commit | 4256cf0f007ef8c38bf73f18db19e6f9bbfb47ce | [log] [tgz] |
|---|---|---|
| author | Michael Ershov <miersh@google.com> | Thu Jul 11 09:20:41 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 11 09:20:41 2024 |
| tree | 77cdda684af252f450996873c7dcea0890b4304b | |
| parent | e41cf35d5c949899e36c692b2b79551697c67bad [diff] |
Prepare tests for using Kcer in ClientCertStoreAsh In an upcoming CL ClientCertStoreAsh will be switched to use Kcer. Kcer maintains a cache of client certs from NSS and relies on net::CertDatabase notifications about changes. Add missing notifications to some tests. Also Kcer ignores the public slot, which is compensated by the ongoing migration of client certs from the public slot into private slot. Skip some PlatformKeysTest-s that rely on the public slot. Bug: b:342021841 Test: *PlatformKey*, *WebviewLogin* browser tests Change-Id: I8cac70e3a144e1753ca1e2db46a1ccc1637f153c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5683462 Reviewed-by: Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/main@{#1326001}
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.