commit | 0636d18afa9db530d62ecc06d44d49dde692ba84 | [log] [tgz] |
---|---|---|
author | Jeremy Roman <jbroman@chromium.org> | Fri May 06 20:17:23 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 06 20:17:23 2022 |
tree | 0f16d4e60d9ee33a71b17ea55fdc55fb0e837e9b | |
parent | 7c4187e007b24cbd5e58bed1896f612cd31e8697 [diff] |
Fix Latin-1 decoding in blink::DecodeStringMessage. On some platforms (incl. x86 Android) this was erroneously sign-extending Latin-1 characters when converting to 16-bit characters for Java. Unit tests extended to cover Latin-1 explicitly now catch this. Change-Id: Ie5081ead780374a30d2c769b2918d899b8678ac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3630684 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/main@{#1000532}
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.