| commit | cca042c8f2382ac942b2defa5fd35fdd0a09d7de | [log] [tgz] |
|---|---|---|
| author | Wes Okuhara <wesokuhara@google.com> | Tue Mar 22 16:19:28 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 22 16:19:28 2022 |
| tree | 942184c2fd7cfbde64f91027f317e28666fed25d | |
| parent | 944bbe82e927a88eb5c184b42d1fa8fd0697ebfe [diff] |
[CrOS Settings] Remove .m extension from os_route.m.js All Chrome OS Settings pages are using JS imports and not HTML imports for os_route.m.js. The '.m' part should only be used for auto-generated JS modules, to differentiate from the pre-JS module file. Once a JS module is checked in the repository and no longer auto-generated the '.m' part should be removed. Similar to https://chromium-review.googlesource.com/c/chromium/src/+/3489749 Bug: 1180979 Change-Id: I21d744a703f2bcf4497fd8b5161b2ec282b306ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3541421 Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Wes Okuhara <wesokuhara@google.com> Cr-Commit-Position: refs/heads/main@{#983871}
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.