commit | caa25a92cde5e79b4c2c55ee54daadbf42ee6eb2 | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <gyuyoung@igalia.com> | Wed Feb 23 01:25:11 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 23 01:25:11 2022 |
tree | 8ee1463f74cfd9be7ff22a69027b833dbb602b8c | |
parent | b124b8c915c96398d53487dac3d3c3c62530e040 [diff] |
MPArch: FencedFrame doesn't close an interstitial page crrev.com/c/3002471 has blocked closing the interstitial page for prerendering. And the CL can work for FencedFrame as well. So, this CL adds a test to ensure FencedFrame doesn't close the interstitial page. Additionally, this CL introduces security_interstitial_tab_helper_test_util.h/cc files in order to share some test utils on the unit test and the browser test. Bug: 1225210 Change-Id: If25238d528e97056d89522e589b7e840f5e60d8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3463405 Reviewed-by: Adithya Srinivasan <adithyas@chromium.org> Reviewed-by: Daniel Rubery <drubery@chromium.org> Reviewed-by: Daniel Libby <dlibby@microsoft.com> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/main@{#974009}
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.