Create privacy metrics card Lit component
Categories
(Firefox :: Protections UI, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: jhan, Assigned: jhan)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 2 obsolete files)
Build a user-facing widget that displays tracking protection statistics:
- privacy-metrics-card Lit component following Firefox design system
- Display blocked count with breakdown by category
- "View Full Report" link to about:protections
- Localization strings (FTL) for all user-facing text
- Basic rendering tests
- Wire up to PrivacyMetricsService via actor messages
Adds a reusable privacy-metrics-card web component that displays weekly
tracking protection statistics. The component:
- Fetches stats via PrivacyMetrics JSWindowActor
- Shows total blocked count and top 3 categories with icons
- Handles loading, error, and private browsing states
Integrates the component into about:newtab with responsive positioning:
- Full card on large screens (>1600px)
- Shield icon button on smaller screens
Updated•7 months ago
|
Updated•7 months ago
|
Adds a reusable privacy-metrics-card web component that displays weekly
tracking protection statistics. The component:
- Fetches stats directly via PrivacyMetrics JSWindowActor
- Shows total blocked count and top 3 categories with icons
- Handles loading and error states
Integrates the component into about:newtab with responsive positioning:
- Full card on large screens (>1600px)
- Shield icon button on smaller screens
Updated•6 months ago
|
Since tracking cookies are no longer actively blocked, remove the category
from the privacy metrics card display while TrackingDBService still records
those events for historical data.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Updated•6 months ago
|
Updated•5 months ago
|
Comment 7•5 months ago
|
||
Revert for causing linting failures on privacy-metrics-card.css.
This is also causing bc failures like these: https://treeherder.mozilla.org/logviewer?job_id=553536646&repo=autoland&task=Gld_H9muSZSdgOcdNRGAHQ.0&lineNumber=2935
Updated•5 months ago
|
Updated•3 months ago
|
Description
•