commit | 7052b7c5ee86fd6ea19c01da2363c5cf3a9a6f3a | [log] [tgz] |
---|---|---|
author | Dave Tapuska <[email protected]> | Mon Oct 18 17:30:53 2021 |
committer | Chromium LUCI CQ <[email protected]> | Mon Oct 18 17:30:53 2021 |
tree | 2098ad23f9e38cc58d51d84946c35777be33954b | |
parent | 448c429ba3701e7cf16e85d605fc8f36b90658c6 [diff] |
Rename WCO::RenderProcessGone to PrimaryMainFrameRenderProcessGone. Mostly automated change of method name. git grep -l "RenderProcessGone(base::TerminationStatus status)" | xargs -x sed -i "s/RenderProcessGone(base::TerminationStatus status)/ PrimaryMainFrameRenderProcessGone(base::TerminationStatus status)/g" BUG=1260364 Change-Id: Ieb3418a7f4489d09e812e8f6e56d24092a72b846 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3226841 Commit-Queue: Dave Tapuska <[email protected]> Reviewed-by: Alex Moshchuk <[email protected]> Owners-Override: Alex Moshchuk <[email protected]> Cr-Commit-Position: refs/heads/main@{#932570}
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.