commit | d5c110842f824087c281e98eb67c20eefecebe5a | [log] [tgz] |
---|---|---|
author | Justin Lulejian <jlulejian@chromium.org> | Thu Jul 24 17:53:05 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 24 17:53:05 2025 |
tree | 0ec47d96cab743f22c9e2fd19a4d4e84addb5d6d | |
parent | a7a964b39fac69783381f4767039d9694ad1ec89 [diff] |
[Extensions] Set crash keys for promise reject 0 arg length. Before this change it didn't seem possible that this function could be executed when the feature is off. However it is being executed per the crashes. After this change we'll be able to see if the feature has been enabled in a way that isn't being recorded so we can scope the fix appropriately. Bug: 433048135 Change-Id: I69198c537af31cc9f3a36eedcd1cd213493620a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6779151 Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Justin Lulejian <jlulejian@chromium.org> Cr-Commit-Position: refs/heads/main@{#1491577}
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.