commit | 6d07fc309042ea2a7c51e6d523f1d26647372e00 | [log] [tgz] |
---|---|---|
author | Mike Dougherty <michaeldo@chromium.org> | Wed Jan 04 22:40:36 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 04 22:40:36 2023 |
tree | 9c67feb1b5f170a4e373cb732ddb5381c4f88e68 | |
parent | 58158586ea6c22414815f1bae9456ad6e1dcb233 [diff] |
Fix web::test::ExecuteJavaScript log The "Timed out trying to execute:" message was only printing "1" instead of the real string. Convert the NSString to UTF8 in order to print correctly. Change-Id: I4986462be0523cc9d2d5c049a16073e4e02f81d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4134759 Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Reviewed-by: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/main@{#1088990}
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.