commit | ce8fdd9d0e727d04f067f09824a5dccd98732f95 | [log] [tgz] |
---|---|---|
author | Justin Lulejian <jlulejian@chromium.org> | Thu May 22 18:21:13 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 22 18:21:13 2025 |
tree | af456788deda372ee52477483c4a714b27644861 | |
parent | 986e919fe49ff13a67f64fd577f6a57f3c59b2a2 [diff] |
[Extensions] Log crash keys during content verification process. Reportedly, we're running multiple content verify jobs for the same extension at the same time across updates. This would cause the extension roots to no longer match (the extension version is the last path component of the extension root). This detects that scenario and logs the extension version (to determine if this is happening across updates) and the ExtensionId to see if particular extensions are being affected by this scenario. Bug: 416484593 Change-Id: I47f252fb72ec3b0a09c0db3c1a09fd0f5e0be6f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6575942 Commit-Queue: Justin Lulejian <jlulejian@chromium.org> Auto-Submit: Justin Lulejian <jlulejian@chromium.org> Reviewed-by: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1464260}
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.