Closed
Bug 609072
Opened 15 years ago
Closed 14 years ago
Default favicon does not appear on about: pages
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(fennec2.0+)
VERIFIED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | 2.0+ | --- |
People
(Reporter: mbrubeck, Assigned: mbrubeck)
Details
(Whiteboard: [has-patch])
Attachments
(1 file)
|
2.99 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
The "about:fennec" page does not set a custom favicon, and the default favicon does not appear either. There is no favicon visible at all. This seems to be an old bug; I can reproduce it in the latest trunk build and also in Fenenc 1.1.
That's true of all the local pages on maemo.
I wrote too soon:
about:home, about:firstrun does have favicon
about:fennec, about:firefox, about:config, about:rights, about:, etc. do no t seem to.
| Assignee | ||
Updated•15 years ago
|
Summary: Default favicon does not appear on about:fennec → Default favicon does not appear on about: pages
Updated•15 years ago
|
tracking-fennec: --- → ?
Updated•15 years ago
|
tracking-fennec: ? → 2.0+
| Assignee | ||
Comment 3•14 years ago
|
||
This brings us closer to the logic in desktop Firefox. Just like desktop, shouldLoadFavicon is now used only to decide whether to load the default "/favicon.ico" patch, and returns true only for HTTP and HTTPS documents.
Also like desktop, <link rel="icon"> is now loaded unconditionally, so the explicit favicon on about:home still works.
Attachment #504819 -
Flags: review?(mark.finkle)
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [has-patch]
| Assignee | ||
Comment 4•14 years ago
|
||
I should mention that the cause of this bug was the favicon service failing to create a channel for the URI "about:/favicon.ico".
Status: NEW → ASSIGNED
Updated•14 years ago
|
Attachment #504819 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
verified fixed on build id: Mozilla /5.0 (Android;Linux armv7l;rv:2.0b13pre)
Gecko/20110304 Firefox/4.0b13pre Fennec /4.0b6pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•