commit | d7836cbe945c2d97368830c74ae58e2f689497aa | [log] [tgz] |
---|---|---|
author | Sarah Krakowiak Criel <skrakowi@chromium.org> | Tue Apr 29 14:04:05 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 29 14:04:05 2025 |
tree | f1344c00ccd2c48978120e4e6563c57179dd13d5 | |
parent | b911122c3034d9d01755e2a9ff6999f317817b7d [diff] |
Add report button front end This CL does the following: * Create report button with 3 scenarios: reporting as safe, reporting as spam when notification is suspicious, and reporting as spam when notification is not suspicious * Adds strings * Marks the 3 reporting actions as broadcast such that the notification menu remains open when tapping the "Report" button * Histogram logging and filling in missing enum values (see NotificationUmaTracker.ActionType for the full list) * Minor UI updates: swap warning icon and suppress default icon for Chrome notifications Bug: 405993038, 412382644, 412384166 Change-Id: Ie85e4d6dcc7269784302b2dff78f3ff2d81b866e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6470448 Commit-Queue: Sarah Krakowiak <skrakowi@chromium.org> Reviewed-by: Sky Malice <skym@chromium.org> Reviewed-by: Michael Thiessen <mthiesse@chromium.org> Reviewed-by: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1453184}
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.