commit | 93144878602e34508ffef69c680d0e6c5a517c8f | [log] [tgz] |
---|---|---|
author | Mike Dougherty <michaeldo@chromium.org> | Mon Feb 08 20:27:41 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 08 20:27:41 2021 |
tree | 3573c54f99f578b8abdbdc9749b2864fbe6e14ef | |
parent | 2d8b764e6fe61056d06c7a82c9c67020ed198902 [diff] |
[iOS] Remove logging of JavaScript string which failed execution This logging was expanded in crrev.com/c/2554900 to help debug locally and on the bots. However, it is responsible for crashes when the original script string has gone out of scope, so removing it here instead of copying an arbitrarily long string. Bug: 1174413 Change-Id: Ie3f93c3c80f8c9dd456dc5457e0dd2d3737302e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2681657 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Reviewed-by: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#851860}
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.