commit | 8dd090d39e3792222dfb5cb15ee8ddcc1cb08a30 | [log] [tgz] |
---|---|---|
author | Ali Juma <ajuma@chromium.org> | Thu Jan 19 16:50:08 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 19 16:50:08 2023 |
tree | e3bf61969663e96e8b7d70d61ef597a9c927b471 | |
parent | 88f680ae5dd6ab2717d7df4ac7e9cc4d74f5c2ac [diff] |
[iOS] Fix test hangs when clearing WKWebView data ios_web_inttests has frequent test timeouts during tear down, while clearing WKWebView data. This CL attempts to address this flake by using the workaround in WebStateObserverTest.StopFinishedNavigation more generally rather than just for that test. This workaround uses a private API to close the WKWebView before clearing data. Change-Id: I0de76477a58f37496c2b2321749a780990e0bf0d Bug: 1405455 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4177998 Reviewed-by: Justin Cohen <justincohen@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/main@{#1094499}
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.