Closed
Bug 974641
Opened 11 years ago
Closed 11 years ago
Favicon for in-content preferences
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
VERIFIED
FIXED
Firefox 32
People
(Reporter: zfang, Assigned: peregrino)
References
Details
(Whiteboard: p=0 s=it-32c-31a-30b.3 [qa-])
Attachments
(3 files, 1 obsolete file)
We need a favicon for in-content preferences. We can use the gear icon from here http://people.mozilla.org/~shorlander/drops/australis-toolbar-and-menuPanel-icons/
Comment 1•11 years ago
|
||
Why not use the Firefox icon + text used in all in-content pages (e.g. about:home)? Reusing that for the favicon would be great for consistency.
(In reply to Florian Bender from comment #1)
> Why not use the Firefox icon + text used in all in-content pages (e.g.
> about:home)? Reusing that for the favicon would be great for consistency.
Are you talking about the identity block ? Because concerning the favicons, I think exactly the opposite. Each in-content page should have its own favicon. The firefox favicon is used on website too it's not a good idea to use for browser pages.
Comment 3•11 years ago
|
||
Ah yes, I was talking about the identity block. The favicon (in the tab bar) can be something else, though I'd still prefer to use the Firefox icon (for consistency's sake). Whatever favicon you choose here will be used by websites anyway (at least the shady ones).
It should be nice to have a real favicon and not just the spritesheet.
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Updated•11 years ago
|
Flags: firefox-backlog?
Updated•11 years ago
|
Flags: firefox-backlog? → firefox-backlog+
Updated•11 years ago
|
Blocks: ship-incontent-prefs
Assignee | ||
Comment 9•11 years ago
|
||
I'm taking this one
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → colmeiro
Assignee | ||
Comment 10•11 years ago
|
||
So, this can be solved by adding a <link rel="icon"> to the about:preferences page, but then we have the issue of the HiDPI devices. That can be solved for free if we use an .ico file with both resolutions, but who should I ask for that file?
Flags: needinfo?(jaws)
Comment 11•11 years ago
|
||
(In reply to Hernán Rodriguez Colmeiro (:peregrino) from comment #10)
> So, this can be solved by adding a <link rel="icon"> to the
> about:preferences page, but then we have the issue of the HiDPI devices.
> That can be solved for free if we use an .ico file with both resolutions,
> but who should I ask for that file?
Hello,
You can make it yourself using http://frankyan.com/labs/ico/
Cheers
Flags: needinfo?(jaws)
Assignee | ||
Comment 12•11 years ago
|
||
Proposed patch, includes an ico file with both resolutions.
Attachment #8427486 -
Flags: review?(jaws)
Assignee | ||
Comment 13•11 years ago
|
||
Oops, forgot windows, sorry.
Attachment #8427486 -
Attachment is obsolete: true
Attachment #8427486 -
Flags: review?(jaws)
Attachment #8427499 -
Flags: review?(jaws)
Updated•11 years ago
|
Attachment #8427499 -
Flags: review?(jaws) → review+
Comment 14•11 years ago
|
||
I tested that the regular and HiDPI icons work.
Status: NEW → ASSIGNED
Keywords: checkin-needed
Comment 15•11 years ago
|
||
(In reply to Matthew N. [:MattN] from comment #11)
> You can make it yourself using http://frankyan.com/labs/ico/
Just wanted to say that it is super awesome that you guys found this to be useful!
I just updated the code a week ago so that it uses the latest File and Blob APIs. :)
Comment 16•11 years ago
|
||
(In reply to Frank Yan (:fryn) from comment #15)
> (In reply to Matthew N. [:MattN] from comment #11)
> > You can make it yourself using http://frankyan.com/labs/ico/
>
> Just wanted to say that it is super awesome that you guys found this to be
> useful!
> I just updated the code a week ago so that it uses the latest File and Blob
> APIs. :)
\o/
Comment 17•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 18•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
Updated•11 years ago
|
Whiteboard: p=0 s=it-32c-31a-30b.2 [qa?]
Updated•10 years ago
|
Whiteboard: p=0 s=it-32c-31a-30b.2 [qa?] → p=0 s=it-32c-31a-30b.3 [qa?]
Updated•10 years ago
|
Whiteboard: p=0 s=it-32c-31a-30b.3 [qa?] → p=0 s=it-32c-31a-30b.3 [qa-]
Updated•10 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•