commit | b9baa9f253a9a67a6336e79ad6d21e28ab1cb058 | [log] [tgz] |
---|---|---|
author | Jiacheng Guo <gjc@google.com> | Mon Mar 03 06:46:39 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 03 06:46:39 2025 |
tree | 857ae8bbe6fb105b31b1ae57c0602d900e733b91 | |
parent | 194380ebb8ba8797e1598f59229b1354371188b2 [diff] |
Unify the process check in GetOrCreateProcess() when creating dumps SiteInstance::HasProcess() is commonly used to decide whether a renderer process shall be created for a process. The CL replaces the check with the same HasProcess() function when calling DumpWithOutCrashing() in GetOrCreateProcess(). Bug: 400202176 Change-Id: Ic8ec0612d97fcb4415468a4870969f164ce351d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6311735 Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Jiacheng Guo <gjc@google.com> Cr-Commit-Position: refs/heads/main@{#1426959}
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.