commit | ab17aa73c1a72a03d6214febaaa0c3c43bc6da9c | [log] [tgz] |
---|---|---|
author | Joshua Pawlicki <waffles@chromium.org> | Fri May 16 11:21:33 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 16 11:21:33 2025 |
tree | f365191cae1c37118fa50c2452dd4ad1c0babd7e | |
parent | d8315e6e73a1fe220fa1302b063f682ea9125c47 [diff] |
Updater: Don't gktool scan DMG files; unquarantine the whole dir. Previously, the updater ran gktool scan on the app_installer (in practice, always a DMG file). This is probably not that helpful and we have concerns that it will be harmful once the DMG wrapper is removed. So, remove it. We do want to keep un-quarantining the install directory. I noticed that formerly we would only un-quarantine the DMG itself, but in the future we will want to un-quarantine the entire unpacking directory, since install scripts and other utilities may appear in the root directory. We do want to scan the staged GoogleUpdater.app before invoking --install, so this logic has moved into the install script itself. Fixed: 418013038 Change-Id: Ie4bc9626b2e57748dc5c9b29fae63d40ab0b2b76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6552042 Reviewed-by: Adam Norberg <norberg@google.com> Auto-Submit: Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/main@{#1461271}
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.