commit | 32b15a4788cd19292124c616d27ab0e4c5467e5b | [log] [tgz] |
---|---|---|
author | Fergal Daly <fergal@chromium.org> | Tue Jan 10 18:36:50 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 10 18:36:50 2023 |
tree | 6b10cfce1c3bb733b26dfc0a0baeba37b94fcc5d | |
parent | 35274174fb97b5f16876110a60f07cc4c957a67f [diff] |
Update callers to check return value of new TestNavigationManager::Wait* This is a no-op change to /chrome/browser/net to update all callers of WaitForFirstYieldAfterDidStartNavigation and WaitForNavigationFinished to check for success. Failure could be due to a test timeout or other error in which case we should stop the test. Proceeding further with the test will just produce confusing output. The return values will be marked `[[nodiscard]]` in a follow-up change. This CL was uploaded by git cl split. R=davidben@chromium.org Bug: 1403181 Change-Id: I0f9f67aef0950bccc4ec4a8f8947f43fe984e99b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4119933 Reviewed-by: David Benjamin <davidben@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/main@{#1090919}
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.