Implement Safari / macOS permission wizard page for Passwords
Categories
(Firefox :: Migration, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: kpatenio, Assigned: alew7)
References
(Blocks 1 open bug)
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•7 months ago
|
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Comment 2•7 months ago
|
||
Comment 3•7 months 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•7 months ago
|
Updated•7 months ago
|
Comment 4•7 months ago
|
||
This SVG has now been compressed and the license header added.
Comment 5•6 months ago
|
||
Updated•6 months ago
|
@mconley, we already have this icon in the codebase, can it be reused instead of the icon mentioned above?
Comment 7•6 months ago
|
||
Ah, yes! Thanks Itiel, good find!
Alvin, you can reference that image with url(chrome://global/skin/icons/page-portrait.svg);
.
Updated•6 months ago
|
Updated•6 months ago
|
Pushed by mconley@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/31631cb446cc Implement Safari / macOS permission wizard page for Passwords. r=mconley,fluent-reviewers,flod
Comment 10•6 months ago
|
||
bugherder |
Description
•