commit | 3c93dd391aaa61c54fcbbd14c66576d4b9448542 | [log] [tgz] |
---|---|---|
author | Sebastien Lalancette <seblalancette@chromium.org> | Thu Aug 25 16:45:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 25 16:45:50 2022 |
tree | 4e21e71eab129a8f0dccd383d588defbd9667fb5 | |
parent | fb3bf5599570162805d3d1472a19bf874dd019eb [diff] |
[NewEV] Create ExecutableMetadataService Refactored the "GetAllExecutableMetadata" functionality out of PlatformDelegate into a new service. This will allow keeping the PlatformDelegate implementation focused on platform APIs (and act as some form of wrapper around them) for increased testability. The ExecutableMetadataService implementation will be different per platform, as the set of supported signals and their specific extraction parameters vary per platform. They are very similar for now, but that will change very soon. Bug: b:231326198 Change-Id: I7b874c1d46249f9bfecda3435bb78b439e6edf13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3853255 Reviewed-by: Hamda Mare <hmare@google.com> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/main@{#1039290}
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.