commit | c2caad6389020724dbefe6f5933e94383a0619e8 | [log] [tgz] |
---|---|---|
author | Curtis McMullan <curtismcmullan@chromium.org> | Tue May 07 05:42:56 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 07 05:42:56 2024 |
tree | 3a4d9cc084f2ea0953b757b7c5a6560bd85e31ae | |
parent | 401a52cef5063b13f0fda37544ea37fc575e366b [diff] |
editor: add required language categories For i18n metrics we will need to segment by "language". To do this in a simplistic way, we can categorise an input as belonging to a particular language if an input method for that language is enabled. This CL is completed in preparation for this segmentation. It provides a few helper methods to derive "language categories". BUG=b:335357507 Change-Id: I9d371f3e6f32e637a7aabe1bb3878fcc818c67fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5514873 Reviewed-by: Darren Shen <shend@chromium.org> Commit-Queue: Curtis McMullan <curtismcmullan@chromium.org> Reviewed-by: Chuong Ho <hdchuong@chromium.org> Cr-Commit-Position: refs/heads/main@{#1297286}
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.