commit | 99216ce871381df8b3f558f466d6c7aaad086d1a | [log] [tgz] |
---|---|---|
author | Georg Neis <neis@chromium.org> | Tue Mar 26 04:54:05 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 26 04:54:05 2024 |
tree | bdebe712cd67e3df22fbf8eacc7a27fcad4ca6f5 | |
parent | 189ac6a1113af8f10bd58cd4713b5af3e25de195 [diff] |
Process additional Lacros args at the end ... so that settings done via --lacros-chrome-additional-args in /etc/chrome_dev.conf don't get overridden by the SetUp* functions. (Concretely I was setting --vmodule parameters in chrome_dev.conf but they got ignored because SetUpLogging sets --vmodule afterwards: https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/ash/crosapi/browser_launcher.cc;drc=353683321da2061bb47d7655d4b3fc04c1540ed3;l=503) Change-Id: If0e90a305147467c92ec0ce364d9f33c07348197 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5369302 Reviewed-by: Eriko Kurimoto <elkurin@chromium.org> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1278125}
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.