[Protections Panel] Implement the new animation on the shield icon
Categories
(Firefox :: Site Identity, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | verified |
People
(Reporter: timhuang, Assigned: timhuang)
References
Details
(Whiteboard: [skyline])
Attachments
(7 files)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
39.62 KB,
image/svg+xml
|
Details | |
|
39.62 KB,
image/svg+xml
|
Details |
There is a new animation for the shield icon if there is any tracker been blocked.
Comment 1•6 years ago
|
||
Tim, just double checking, is this part of Skyline?
| Assignee | ||
Comment 2•6 years ago
|
||
(In reply to Liz Henry (:lizzard) (use needinfo) from comment #1)
Tim, just double checking, is this part of Skyline?
Yes, I believe so.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
This patch modifies the old animation CSS rules to match the new
animation.
Depends on D39175
| Assignee | ||
Comment 5•6 years ago
|
||
This patch makes the tracking protection icon to show the last frame of
the shield animation when there is a blocking happening and the
animation is disabled.
Depends on D39176
| Assignee | ||
Comment 6•6 years ago
|
||
This patch add a css rule to apply a 'scaleX(-1)' tranform to the
tracking protection icon in order to show a correct direction of the
tracking protection icon in rtl mode.
Depends on D39177
| Assignee | ||
Comment 7•6 years ago
|
||
Depends on D39178
Comment 8•6 years ago
|
||
Applied some optimizations:
- Remove redundant 100%/100% style attributes
- Remove redundant xmlns and user-select attributes
- Use reference to single shared gradient
- Use reference to shared path definitions
Comment 9•6 years ago
|
||
Remove redundant 100%/100% style attributes
Remove redundant xmlns and user-select attributes
Use reference to single shared gradient
Use reference to shared path definitions
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/22d335ceae8c
https://hg.mozilla.org/mozilla-central/rev/5369e35b9f98
https://hg.mozilla.org/mozilla-central/rev/1308d4cee5a2
https://hg.mozilla.org/mozilla-central/rev/81d5b8653725
https://hg.mozilla.org/mozilla-central/rev/f8b41be3e8c2
Updated•6 years ago
|
Comment 13•6 years ago
|
||
I can confirm the shield animation is updated. I verified using Fx 70.0b5 on Windows 10 x64, Ubuntu 18.04 and macOS 10.5 beta7.
Description
•