commit | 0d381bcf6c6e9daf52d165483eb4fed1a2c9d448 | [log] [tgz] |
---|---|---|
author | Ted Meyer <tmathmeyer@chromium.org> | Wed Sep 04 00:51:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 04 00:51:13 2024 |
tree | c767938ee35636276c61791c7cf0901c5211f895 | |
parent | 935b296b71661639c7e709f9fde95568264abf4e [diff] |
Add AtomicString::FromUTF8(std::string_view) This makes it easier to create directly from many other string classes in a way that is both safer and often requires less code at the calling site. See crrev.com/c/5809794 for use Bug: 361853710 Change-Id: If6e37d0cc3406aea5742c32745061c0166876227 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5834165 Commit-Queue: Ted (Chromium) Meyer <tmathmeyer@chromium.org> Reviewed-by: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/main@{#1350522}
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.