commit | 813d073ea71ec7de7082fa2177c8ff2b0b5455c3 | [log] [tgz] |
---|---|---|
author | Peter Kvitek <kvitekp@chromium.org> | Fri Oct 04 17:27:57 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 04 17:27:57 2024 |
tree | 80f3f59fa86b23a84ece79f7b45f82a87c750466 | |
parent | c27fae9e498fe2a3bb52b544a0d81211044192df [diff] |
Disable Chrome process hand off if running with test automation Singleton process hand off causes hard to cope with races when starting multiple Chrome processes for test automation. This CL disables process hand off if existing or newly started process have --enable-automation switch, so if both processes use the same user data dir, the new process will terminate with an appropriate error message without handing off its target urls to the existing process. Bug: 371112535 Change-Id: Iaf49f5e55ac4612888b9d20e40eaa2019e0dfa67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5906511 Reviewed-by: Erik Chen <erikchen@chromium.org> Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Cr-Commit-Position: refs/heads/main@{#1364304}
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.