commit | 10991931bbee334491d7c467b1053b38734bac3d | [log] [tgz] |
---|---|---|
author | Hiroki Nakagawa <nhiroki@chromium.org> | Fri Jan 21 11:48:23 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 21 11:48:23 2022 |
tree | 2a5ae461259e933cc070a1cc984cf0cdb3a08eb6 | |
parent | dafadf85b3ba55be7447840e5c577b95daed8c0e [diff] |
Prerender: Fix flaky PrerenderBrowserTest.MixedContent Executing a script that cancels prerendering in a prerendered page using ExecJs() causes PrerenderBrowserTest.MixedContent. A returned value of ExecJs() tries to get a result of the script execution from the prerendered RenderFrameHost, but it can already be destroyed by the cancellation of prerendering. To avoid it, this CL lets the test ignore the result like other tests. Bug: 1251966 Change-Id: I432f4fab33e9e397bc1c5772859ff61ce51a1aae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3406430 Reviewed-by: Lingqi Chi <lingqi@chromium.org> Commit-Queue: Lingqi Chi <lingqi@chromium.org> Cr-Commit-Position: refs/heads/main@{#961863}
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.