commit | a296c6a80260acb07754bc46fdad56ba79108e09 | [log] [tgz] |
---|---|---|
author | Ian Barkley-Yeung <iby@chromium.org> | Tue Nov 28 08:01:42 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 28 08:01:42 2023 |
tree | 94a41fd6d28037a724c7af126cf0d7c516b87fdb | |
parent | 95345dffd6230b8cc34528468c47cc0af9563c56 [diff] |
Truncate long JavaScript error messages Some JavaScript error messages are extremely long. Such error messages can cause problems for internal systems. Limit error messages to 1000 characters. BUG=chromium:1503232 Fixed: chromium:1503232 Change-Id: Ib6c9ae74d131f9b038cfa2cdc8f6fc0b3e615d2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5064416 Reviewed-by: Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Auto-Submit: Ian Barkley-Yeung <iby@chromium.org> Cr-Commit-Position: refs/heads/main@{#1229780}
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.