Implement Safari / macOS permission wizard page for Passwords
Categories
(Firefox :: Migration, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: kpatenio, Assigned: alew7)
References
Details
Attachments
(2 files, 3 obsolete files)
+++ This bug was initially created as a clone of Bug #1803445 +++
We will need to implement the part of the wizard that asks the user to obtain permission from macOS to access Safari's internal data, this time for passwords.
Please see this Figma: https://www.figma.com/file/PcMkM0ZaSSy3zmS3CYGWNj/Handover---students?node-id=529%3A9708&t=Q7xdrHtnJuLEkSbf-0
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
I mentioned this in Matrix, but duplicating it here too for the record - for each of these two icons:
- Place them in
browser/themes/shared/migration/
- Run
hg add <path>
on each of them so that Mercurial will start paying attention to them - Add these lines to
browser/themes/shared/jar.inc.mn
, right after the other migration lines
skin/classic/browser/migration/safari-icon-3dots.svg (../shared/migration/safari-icon-3dots.svg)
skin/classic/browser/migration/safari-icon-document.svg (../shared/migration/safari-icon-document.svg)
After running ./mach build faster
, you should then be able to refer to these icons with:
chrome://browser/skin/migration/safari-icon-3dots.svg
and chrome://browser/skin/migration/safari-icon-document.svg
Updated•2 years ago
|
Updated•2 years ago
|
Comment 4•2 years ago
|
||
This SVG has now been compressed and the license header added.
Comment 5•2 years ago
|
||
Updated•2 years ago
|
@mconley, we already have this icon in the codebase, can it be reused instead of the icon mentioned above?
Comment 7•2 years ago
|
||
Ah, yes! Thanks Itiel, good find!
Alvin, you can reference that image with url(chrome://global/skin/icons/page-portrait.svg);
.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 10•2 years ago
|
||
bugherder |
Description
•