| commit | 4fb614a585c281742d2d31e08a9345d39ffd5f5f | [log] [tgz] |
|---|---|---|
| author | Jason <cgqaq@chromium.org> | Wed Jun 18 08:23:32 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 18 08:23:32 2025 |
| tree | f90ef711e53af0a0aaa16580c6f1b32693991dbb | |
| parent | d35b0f658556a0d9133a02833ffc546aecdb2eb1 [diff] |
Ensure full OTS error messages are displayed Previously, every BlinkOTSContext::Message call will override the previous messages, causing incomplete error messages in the console. This CL keeps the old messages by concat every single BlinkOTSContext::Message with '\n' Bug: 40773784 Change-Id: I426089b885a4cebdbf1f9f10a385b265b9061d90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6624899 Commit-Queue: Dominik Röttsches <drott@chromium.org> Commit-Queue: Jason Leo <cgqaq@chromium.org> Reviewed-by: Dominik Röttsches <drott@chromium.org> Auto-Submit: Jason Leo <cgqaq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1475440}
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.