Closed
Bug 1265497
Opened 9 years ago
Closed 9 years ago
Not-so-great favicon handling
Categories
(Firefox for Android Graveyard :: Favicon Handling, defect)
Tracking
(firefox49 fixed, relnote-firefox 49+)
VERIFIED
FIXED
Firefox 49
People
(Reporter: antlam, Assigned: sebastian)
References
Details
Attachments
(4 files)
In https://bugzilla.mozilla.org/show_bug.cgi?id=1228680#c11, we identified there's a case where we have an icon, so we'll use it, but it's not IDEAL.
So here's how we'll handle that situation.
Reporter | ||
Comment 1•9 years ago
|
||
1) Use the not-so-great favicon, centered.
2) Detect dominant color
3) Fill remaining space with color from (2).
In most cases, it'll look something like this.
Home panels list (left), possible top sites (right).
Flags: needinfo?(s.kaspari)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → s.kaspari
Status: NEW → ASSIGNED
Flags: needinfo?(s.kaspari)
Assignee | ||
Updated•9 years ago
|
Blocks: site-icons
Assignee | ||
Comment 2•9 years ago
|
||
This is a WIP screenshot. I kept the 27.5% color (dominant color & 0x46FFFFFF). It looks much better but I'm not super happy with it yet. What do you think. Your mock seems to use a darker version of the dominant color (or: less transparent) - what values did you use?
Assignee | ||
Updated•9 years ago
|
Attachment #8742940 -
Flags: feedback?(alam)
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8742940 [details]
not-so-great-icons.png
This is looking great!
I'm not sure why the 27.5% is there, since I don't think we use that value anywhere else in our product. But I do like the transparency in that it separates the favicon visually.
I suggest we try a cleaner % value (not 100% since it looks broken).
Can we try just making it 50%?
Flags: needinfo?(s.kaspari)
Attachment #8742940 -
Flags: feedback?(alam) → feedback+
Assignee | ||
Comment 4•9 years ago
|
||
Flags: needinfo?(s.kaspari)
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8743274 [details]
50percent.png
> Can we try just making it 50%?
Yep. :)
Attachment #8743274 -
Flags: feedback?(alam)
Assignee | ||
Comment 6•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/47711/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/47711/
Reporter | ||
Comment 7•9 years ago
|
||
Comment on attachment 8743274 [details]
50percent.png
Awesome!
Attachment #8743274 -
Flags: feedback?(alam) → feedback+
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8743318 [details]
MozReview Request: Bug 1265497 - FaviconView: New favicon background with rounded corners. r?ahunt
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/47711/diff/1-2/
Attachment #8743318 -
Attachment description: MozReview Request: Bug 1265497 - FaviconView: New favicon backgroundi with rounded corners. r? → MozReview Request: Bug 1265497 - FaviconView: New favicon background with rounded corners. r?ahunt
Attachment #8743318 -
Flags: review?(ahunt)
Comment 9•9 years ago
|
||
Comment on attachment 8743318 [details]
MozReview Request: Bug 1265497 - FaviconView: New favicon background with rounded corners. r?ahunt
https://reviewboard.mozilla.org/r/47711/#review44561
Nice!
Attachment #8743318 -
Flags: review?(ahunt) → review+
Updated•9 years ago
|
No longer blocks: home-panels
Assignee | ||
Comment 10•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/1a4b7ff56f657c95591a22286f56478cefdba64b
Bug 1265497 - FaviconView: New favicon background with rounded corners. r=ahunt
Comment 11•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Comment 12•8 years ago
|
||
Verified as fixed in Firefox Nightly 49.0a1 (2016-05-18) on Motorola Nexus 6 (Android 6.0)
Status: RESOLVED → VERIFIED
Comment 13•8 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]:
[Suggested wording]: Polish of displaying favicons
[Links (documentation, blog post, etc)]:
relnote-firefox:
--- → ?
Updated•4 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
•