| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
From googleclient/chrome/chromium_gwsq/ipc/config.gwsq:
IPC: mk...@chromium.org
📎 It looks like you’re making a possibly security-sensitive change! 📎 IPC security review isn’t a rubberstamp, so your friendly security reviewer will need a fair amount of context to review your CL effectively. Please review your CL description and code comments to make sure they provide context for someone unfamiliar with your project/area. Pay special attention to where data comes from and which processes it flows between (and their privilege levels). Feel free to point your security reviewer at design docs, bugs, or other links if you can’t reasonably make a self-contained CL description. (Also see https://cbea.ms/git-commit/).
IPC reviewer(s): mk...@chromium.org
Reviewer source(s):
mk...@chromium.org is from context(googleclient/chrome/chromium_gwsq/ipc/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[tracing] Only record app package name for system or Play Store apps
MetadataDataSource now filters the application package name to only
include it when the app is installed as a system app or via the Google
Play Store. This matches the behavior of AwMetricsServiceClient and
ensures consistent metadata collection across the codebase.
To support this, base::android::apk_info is extended to provide the
is_system_app status in C++, along with test utilities to simulate
different installation states.
Changes:
- base: Add is_system_app and testing utilities to apk_info.
- tracing: Implement filtering for app package name in MetadataDataSource.
- tracing: Add MetadataDataSourceTest to verify filtering logic.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |