commit | 00b7dadad5f703d9e1ab8bcdecdec9ba6527f604 | [log] [tgz] |
---|---|---|
author | Bruce Dawson <brucedawson@chromium.org> | Fri May 06 21:30:33 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 06 21:30:33 2022 |
tree | 0467b2d782d196c9a3f451eca752656dc44ba47a | |
parent | 51450473d2430a48222308e2e14b22aa9cda8f79 [diff] |
Rename error_messages.* to error_constants.* error_messages.h and error_messages.cc are special names which trigger a security presubmit, which is inappropriate for these two files. The error starts as: Because of the presence of files: chrome\browser\extensions\api\image_writer_private\error_messages.cc chrome\browser\extensions\api\image_writer_private\error_messages.h ...image_writer_private\OWNERS needs the following 4 lines added: But, these are not actually security sensitive files. Therefore, as discussed here: https://chromium-review.googlesource.com/c/chromium/src/+/3627158/1//COMMIT_MSG#27 this change renames these files to avoid triggering the security presubmit. The include guards were also renamed, and "git cl format" was run. This change avoids a "presubmit --all" error. Bug: 1309977 Change-Id: Ie5895446375118b39bfd6bd44f2b7abb1ee42055 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3631261 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1000568}
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.