commit | 7ada7fdb87e0e1d03d6458eccac0d9ffe2eea05b | [log] [tgz] |
---|---|---|
author | Yoshisato Yanagisawa <yyanagisawa@chromium.org> | Fri Sep 27 07:24:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 27 07:24:17 2024 |
tree | 9039a4030d0fbca819962f4fc89892fef468b9e9 | |
parent | cb29f6f15b6475fa5865d4f902efb63eb0a00370 [diff] |
Replace TextCodec::GetUnencodableReplacement() Let TextCodec* use `TextCodec::GetUnencodableReplacement()` that returns std::string instead of the length. In the previous CL, we used String. However, after I saw its test is using std::string, I feel it natural to return std::string instead. Bug: 351564777 Change-Id: Ib5d7408290eb7d77a3385d74186079ee63d21049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5895144 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1360967}
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.