commit | d002f1d911a720adaaf3b0b5efdfdda36ea89925 | [log] [tgz] |
---|---|---|
author | Mingyu Lei <leimy@chromium.org> | Thu Oct 10 19:41:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 10 19:41:24 2024 |
tree | d7f6c4a53df4e9f22e6916101230442d55ae4a18 | |
parent | 022feb59b262c502b4c2ea692a77d2718d78a1b8 [diff] |
Sort the event_type_name data alphabetically When adding the new event listener, I found that the list is out of order. This CL fixes it by sorting those event names. Change-Id: Ie0b9e284bf86241d2d43d9857cb8a9cf5a6204a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5922577 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Mingyu Lei <leimy@chromium.org> Cr-Commit-Position: refs/heads/main@{#1366995}
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.