commit | 86088fca44b06547b74d275aa1b792b9988b9d97 | [log] [tgz] |
---|---|---|
author | Yao Xiao <yaoxia@chromium.org> | Mon Jun 02 17:24:48 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 02 17:24:48 2025 |
tree | 752cce1ff46278dbe76e04a6a7d2d1ae8aa1d8fe | |
parent | ae3f1780a7a397e2ce77cb169f93e86d6d79776f [diff] |
Web Test Refinement: Adopt WebDocumentSubresourceFilterImpl and Ruleset What: Removes `FakeSubresourceFilter` and replaces it with a genuine `WebDocumentSubresourceFilterImpl` with a functional ruleset. Because file creation is restricted to the browser process, a new mojom method, `CreateSubresourceFilterRulesetFile()`, has been introduced to handle this. Why: 1. This provides a more realistic simulation. 2. This enables testing the filterlist rule to be sent to DevTools (as in the subsequent CL: https://crrev.com/c/6598776 ). Bug: 40194335 Change-Id: Iad33dafe3a86a6f2553d0ae5ff29f50a39c81ceb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6602977 Reviewed-by: Peter Beverloo <peter@chromium.org> Reviewed-by: Josh Karlin <jkarlin@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Reviewed-by: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/main@{#1468208}
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.