commit | 8f880489126bc7cf0e75687c8e4ca33ea7c0fc33 | [log] [tgz] |
---|---|---|
author | Vlad Krot <vkrot@google.com> | Fri Jan 31 14:30:21 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 31 14:30:21 2025 |
tree | 035c4f4de48556e2a7e4fb1b02e7b12d9b47dea9 | |
parent | 092c90c8c3e4721a694fa2094742ab18964a4615 [diff] |
[iwa] refactor constructor IsolatedWebAppResponseReaderFactory The constructor of IsolatedWebAppResponseReaderFactory accepted signature_verifier_factory and then passed it down to created SignedWebBundleReader. It was decided to simplify the design and use SignedWebBundleReader:: SetSignatureVerifierForTesting instead. In order to 1. Make more obvious that web_package::SignedWebBundleSignatureVerifier is different only for testing purposes. 2. To avoid passing objects down the stack IsolatedWebAppResponseReaderFactory -> SignedWebBundleReader. And make it directly changeable where it is used for tests. Bug: 392609260 Change-Id: I7fbbafae0b6bed05d436e410176e1f25345acc32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6213312 Commit-Queue: Vlad Krot <vkrot@google.com> Reviewed-by: Andrew Rayskiy <greengrape@google.com> Reviewed-by: Simon Hangl <simonha@google.com> Cr-Commit-Position: refs/heads/main@{#1414076}
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.