Feed folders don't get site favicon for feeds where there is no site favicon.ico and the page doesn't specify an icon
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr102 unaffected, thunderbird115+ fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird115 | + | fixed |
People
(Reporter: better.bird.project+1, Assigned: mkmelin)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [Supernova3p])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
+++ This bug was initially created as a clone of Bug #1824272 +++
Bug 1824272 didn't fix this reliably. Most notably, the favicon is missing for
https://hg.mozilla.org/mozilla-central/pushlog
There are others, too, like: https://follow.it/der-postillon-abo?user=xxx (needs a subscription).
Reporter | ||
Updated•1 years ago
|
Assignee | ||
Comment 1•1 years ago
|
||
I see this for certain pages. If there is no favicon.ico in the root and the page doesn't specify an icon either, we won't find one.
All the callbacks in 102 makes that code very hard to read but it looks like we should also check the index page of the site and use that icon when other means fail.
Assignee | ||
Comment 2•1 years ago
|
||
Assignee | ||
Updated•1 year ago
|
Reporter | ||
Comment 3•1 year ago
|
||
With this change, the two feeds mentioned in comment #0 receive their icon now, however, another subscription service is still without icon. Or has the default icon changed from a folder with "RSS corner" seen in 102 to a globe seen in 115?
Assignee | ||
Comment 4•1 year ago
|
||
The globe is the "fallback" when no icon was found. The default folder icon is not specific to rss accounts.
I'd need the URL to investigate what the problem would be for other services.
Reporter | ||
Comment 5•1 year ago
|
||
Thanks. This RSS is private. We'll file a new bug if we come across another non-functioning one that can be published (or other users will beat us to it). Or is there any more specific information we can supply?
Assignee | ||
Comment 6•1 year ago
|
||
It's basically looking in the dev tools for which URLs are tried for a Get Messages on the feed. Then check if the pages actually have information discoverFaviconURL will accept.
Pushed by sean@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/ea37ce752b97
Discover feed icon at site index page as well. r=freaktechnik
Assignee | ||
Comment 8•1 year ago
|
||
Comment on attachment 9339201 [details]
Bug 1838190 - Discover feed icon at site index page as well. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): supernova
User impact if declined: won't always get favicon for feeds
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): safe
Comment 9•1 year ago
|
||
Comment on attachment 9339201 [details]
Bug 1838190 - Discover feed icon at site index page as well. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 10•1 year ago
|
||
bugherder uplift |
Thunderbird 115.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/ae39abe576b5
Description
•