commit | f5e98d71147fa4b273708db23c0d0b1c466c8752 | [log] [tgz] |
---|---|---|
author | Elly <ellyjones@chromium.org> | Wed Nov 15 21:49:48 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 15 21:49:48 2023 |
tree | 047953df2929cf8c299a61afb4dfaa86c5e3d581 | |
parent | 06b43bebe5e97e55346260816022ba9f1e3e632d [diff] |
webui: refactor certificate viewer Specifically: * Remove all the overrides of WebDialogDelegate methods, replacing them with uses of setters * Store the vector of X509CertificateModels inside the WebUI handler, which actually uses it, rather than in the WebDialogDelegate subclass, which does not * Modifies the CertificateViewerDialog unit tests to fetch a needed WebUI pointer from inside ConstrainedWebModalDialog (which already exposes it as part of its public API) Bug: 1485127 Change-Id: Ic4234bba31fe42ca4897cda59211f5e426732ce0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5002632 Reviewed-by: David Benjamin <davidben@chromium.org> Commit-Queue: Elly FJ <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1225171}
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.