Closed
Bug 755852
Opened 13 years ago
Closed 5 years ago
Use high res favicons (i.e. sizes attribute) for internal pages
Categories
(Firefox for Android Graveyard :: Favicon Handling, defect)
Firefox for Android Graveyard
Favicon Handling
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: wesj, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
|
8.58 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•13 years ago
|
||
This is my patch from bug 739215
| Reporter | ||
Comment 2•13 years ago
|
||
No. That wasn't it. This is it.
Attachment #624476 -
Attachment is obsolete: true
Comment 3•13 years ago
|
||
Comment on attachment 624478 [details] [diff] [review]
Patch
Review of attachment 624478 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/chrome/content/about.xhtml
@@ +56,5 @@
> <meta name="viewport" content="width=480; initial-scale=.6667; user-scalable=no"/>
> <title>&aboutPage.title;</title>
> <link rel="stylesheet" href="chrome://browser/skin/aboutPage.css" type="text/css"/>
> + <link rel="icon" type="image/png" sizes="32 32" href="chrome://branding/content/favicon32.png" />
> + <link rel="icon" type="image/png" sizes="64 64" href="chrome://branding/content/favicon64.png" />
The sizes attribute is supposed to be of the format sizes="64x64":
http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-link-sizes
Comment 4•13 years ago
|
||
Bump?
Bug 792373 landed, what about this one?
Comment 5•12 years ago
|
||
Chis, is this bug maybe also fixed by your recent favicon work and can therefore be closed/duped?
Flags: needinfo?(chriskitching)
Comment 6•12 years ago
|
||
(In reply to Peter Retzer (:pretzer) from comment #5)
> Chis, is this bug maybe also fixed by your recent favicon work and can
> therefore be closed/duped?
Yes and no.
This bug is about adding the sizes attributes to the internal pages, and providing high res favicons for them, right?
This is not a problem I have solved (And one that Margaret and Wes seem to have under control).
Support for parsing the sizes attribute them is partial. That much I am solving - it's expanded to full support by Bug 914952, which is likely to be solved as a side-effect of by Bug 914027 which is stalled waiting on Bug 914296.
So, most probably, no. Looking at Margaret's last comment it's not much work to give this bug the little nudge it needs to be finished.
Flags: needinfo?(chriskitching)
Updated•11 years ago
|
Component: General → Favicon Handling
Comment 7•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•