commit | 28132782c5e00a6d4d39275b7879536e43213f66 | [log] [tgz] |
---|---|---|
author | Joshua Bell <jsbell@chromium.org> | Mon Mar 15 18:54:22 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 15 18:54:22 2021 |
tree | 35601a385f875da829e83f21cdf49d63f08af926 | |
parent | 6c1ff9637d9c4810bd25dae8b8e86a7a24fc089a [diff] |
IndexedDB: Eschew ASCIIToUTF16 in favor of u"" for string16 constants. * Use the new-to-Chromium u"blah" mechanism instead of conversions. * Drop unneeded inclusions of base/strings/utf_string_conversions.h. * Drop unneeded `using`s. * Update some adjacent /*arg=*/arg styles (and some non-adjacent). * Some Tricium suggestions that the CL evoked. Most occurrences are in test code, so binary size impact should be low. Change-Id: I63785007e14c0414ae1aaa1a20b8ed2810ae6467 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2750403 Commit-Queue: Joshua Bell <jsbell@chromium.org> Auto-Submit: Joshua Bell <jsbell@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#862896}
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.