commit | 7e75856d55dc09f3e9afc692f34e8dcba0479697 | [log] [tgz] |
---|---|---|
author | Miyoung Shin <myid.shin@igalia.com> | Thu Sep 15 02:45:52 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 15 02:45:52 2022 |
tree | e9535575747cf66b3c93f9b25a47412e054400f7 | |
parent | 3b228759b5cbedf325b94f8600bb7e1635e66191 [diff] |
[MPArch] Fix a flaky of NavigationRequestMPArchBrowserTest.* We already tried to fix this flaky issue at crrev.com/c/3833257, but it doesn't seem to solve the issue since it still occurs on Mac buildbot. This CL changes to use Promise & resolve in onload event on the renderer side to avoid a timeout issue in TestNavigationObserver::Wait. Bug: 1317838 Change-Id: Ide9b2cd1f59ec3331f8d3a89d37ed0f749589fa2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3881870 Reviewed-by: Charlie Reis <creis@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1047272}
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.