Update illustrations on Felt Privacy error pages to latest designs
Categories
(Firefox :: Security, task, P3)
Tracking
()
People
(Reporter: jbrown, Assigned: jbrown)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Replace the Kit graphics in the Felt Privacy error pages with the latest versions:
https://www.figma.com/design/JHvur4UzdSsMtP0l4fAnsj/%E2%9C%8F%EF%B8%8F-Michelle-s-Illustration-Sandbox?node-id=1985-194367&t=au3sfcSGmzNjdtx0-4
Review from marketing:
https://mozilla.slack.com/archives/C09NHS1AJUF/p1770238113829849
Affected files:
toolkit/content/errors/net-error-illustrations.mjs
toolkit/content/net-error-card.mjs
toolkit/themes/shared/illustrations/*
Acceptance criteria:
Illustrations on cert error, net error, and other Felt Privacy error pages match the Figma spec at the above link.
| Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
| Assignee | ||
Comment 2•2 months ago
|
||
| Assignee | ||
Comment 3•2 months ago
|
||
Backed out for causing valgrind failures.
| Assignee | ||
Comment 7•1 month ago
|
||
This is what I've gathered about the valgrind failures so far:
The valgrind test loads http://localhost:8000/ which has nothing running on it, so Firefox shows the "no connection" error page. This page loads the new illustration introduced in this patch, and the new SVG has something like 80+ gradient references whereas the old one didn't have any. So then VEX exhausts its temporary storage trying to deal with all the gradients.
It seems like our options are to either simplify the illustrations to reduce the gradient complexity, or find a way to fix the issue on the valgrind side.
I'm going to continue investigating.
Updated•1 month ago
|
Comment 10•1 month ago
|
||
Backed out for causing reftest failures at reftests/font-face
Backout Link
Push with failures
Failure Log
Failure line REFTEST TEST-UNEXPECTED-FAIL | layout/reftests/font-face/colrv1-06.html == layout/reftests/font-face/colrv1-06-ref.html | image comparison, max difference: 1, number of differing pixels: 320
Comment 11•1 month ago
|
||
Comment 12•1 month ago
|
||
| bugherder | ||
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Description
•