commit | 190361655701b253d1a5c022135f158bc79007a1 | [log] [tgz] |
---|---|---|
author | Alex Yang <aycyang@chromium.org> | Fri Apr 04 23:00:43 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 04 23:00:43 2025 |
tree | e1adf5c782ee53089243eb76767baf458ceadf6a | |
parent | 7c2686b4a337f9381c6f4d94ffe395c65a528051 [diff] |
Refactor ProcessMessagesFromJsTest to return list of SubTestResults Make it easier to unit test this helper function. Remove test coverage of calls to SubTestReporter. The previous architecture needed to mock it in order to verify correct behavior of ProcessMessagesFromJsTest, but with this new architecture it's no longer necessary. Bug: 393139276 Change-Id: I115658148d244dd40fccc99a70932a1f04c84deb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6435195 Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Alex Yang <aycyang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1442976}
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.