commit | 595160b2f37e59eee107c7dcac02b56324c1eb15 | [log] [tgz] |
---|---|---|
author | James Forshaw <forshaw@chromium.org> | Mon Apr 12 18:10:56 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 12 18:10:56 2021 |
tree | 8fc5b96cbb6c6269dbaafc001d92a0cf8bbbff90 | |
parent | b8f8c624d5fea5032f78f4187473394a955b1540 [diff] |
Remove ATL for ACL updating. This CL removes the use of ATL for updating DACLs for installed files. While this won't help if the DACLs are corrupt on disk, it does remove thrown exceptions on error and instead returns on failure. Bug: 1081762 Change-Id: If8e5d986dc445d6998ffea416bcb29db1777f2b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2816424 Reviewed-by: Greg Thompson <grt@chromium.org> Commit-Queue: James Forshaw <forshaw@chromium.org> Cr-Commit-Position: refs/heads/master@{#871548}
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.