commit | 4e0a65ee3de8bd3c23563a243152b3e0d08c8bd2 | [log] [tgz] |
---|---|---|
author | Xinghui Lu <xinghuilu@chromium.org> | Wed Jun 12 21:30:26 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 12 21:30:26 2024 |
tree | ccd0c6c5d4f5fa7aa5cbd19fea7cb770d8a53236 | |
parent | dcd121da904e37a23274ac516c29ea52f10d2069 [diff] |
[SubresourceCleanup] Remove subresource dependency in ThreatDetailsTest To ensure fields are properly propagated, the tests set is_subresource to true to ensure UnsafeResource::IsMainPageLoadPendingWithSyncCheck returns false. Since we will soon remove is_subresource, this CL changes the threat type to SB_THREAT_TYPE_URL_CLIENT_SIDE_PHISHING to achieve the same goal. Bug: 324108312 Change-Id: Ia1c4bf9ba92f37d19105d2595eeb4a6e761913e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5622989 Reviewed-by: thefrog <thefrog@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1314256}
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.