commit | ac1ce072f8589cbd24f67bf4aaa9615ef0deffcd | [log] [tgz] |
---|---|---|
author | Hiroki Nakagawa <nhiroki@chromium.org> | Thu Apr 20 10:59:12 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 20 10:59:12 2023 |
tree | c552ad921f01de517e0b6ff8648b31c29dca5cad | |
parent | 8b29a19cdc4ae9bf50e4bf30a7c2777671993d65 [diff] |
Prerender: Ensure lifetime of DevToolsAgentHost in browser tests This makes sure that DevToolsAgentHost (and DevTools associated with that) is alive until the test finishes. This is a follow-up of the previous review comment: https://chromium-review.googlesource.com/c/chromium/src/+/4100025/13/chrome/browser/preloading/prerender/prerender_browsertest.cc#266 Bug: 1391411 Change-Id: I19a6a3af1353a94cc4a5e46c56033f18243b14e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4444646 Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Huanpo Lin <robertlin@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/main@{#1133036}
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.