commit | 4fbd263fa27f519e9432333222a883acffbc7c40 | [log] [tgz] |
---|---|---|
author | David Bokan <bokan@chromium.org> | Wed Jan 24 22:28:09 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 24 22:28:09 2024 |
tree | 1130a519303e202fbf2d88d975f5f613abb04ade | |
parent | e9dd77d41b3cad4860a9e01533f9f817903d661b [diff] |
vt: Remove unneeded TODO about utf-8 I think the code is fine as is - any valid WTF::String can be losslessly represented in utf-8 and document parsing should result in valid strings (e.g. correctly matched surrogate pairs). Bug: 1420466 Change-Id: Iebf94a1df50bfe030383a797da00c60e3f04395a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5231592 Reviewed-by: Vladimir Levin <vmpstr@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1251747}
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.