| commit | 93a8f4534e273f563b10ca8bb3ee16a2e4772fe1 | [log] [tgz] |
|---|---|---|
| author | Melissa Zhang <melzhang@google.com> | Wed Jul 21 06:20:29 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 21 06:20:29 2021 |
| tree | 5beae40d3a88a7c13088669c080a36d1758be2b2 | |
| parent | 8faead1bd3be61d88d01b9136c86561b75527d05 [diff] |
[Sharesheet] Fix URL name not working for non-ASCII Was converting from ASCIIToUTF16 instead of UTF8ToUTF16 which was causing unintelligible text to be displayed. Refer to bug for a video of the incorrect behaviour and a screenshot of the working behaviour. Bug: 1226809 Change-Id: Ib4c13b37ce08abc65317b092c12c364ae9bc6e38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3041480 Auto-Submit: Melissa Zhang <melzhang@chromium.org> Commit-Queue: Tim Sergeant <tsergeant@chromium.org> Reviewed-by: Tim Sergeant <tsergeant@chromium.org> Cr-Commit-Position: refs/heads/master@{#903795}
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.