Closed
Bug 725321
Opened 14 years ago
Closed 14 years ago
Standard favicon link rel="shortcut icon" is not displayed
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: aaronmt, Unassigned)
References
()
Details
The site http://www.androidandme.com issues a standard favicon via:
<link rel="shortcut icon" href="http://androidandme.wpengine.netdna-cdn.com/wp-content/themes/android-and-me-v4/favicon.ico">
Fennec will not display it but instead the default favicon is displayed.
--
Samsung Galaxy Nexus (Android 4.0.2)
Nightly (02/08)
Mozilla/5.0 (Android; Mobile; rv:13.0a1) Gecko/13.0a1 Firefox/13.0a1
Reporter | ||
Updated•14 years ago
|
Summary: Standard link rel="shortcut icon" is not displayed → Standard favicon link rel="shortcut icon" is not displayed
Reporter | ||
Comment 1•14 years ago
|
||
D/GeckoFavicons( 3082): Creating LoadFaviconTask with URL = http://androidandme.com/ and favicon URL = http://androidandme.wpengine.netdna-cdn.com/wp-content/themes/android-and-me-v4/favicon.ico
D/GeckoFavicons( 3082): Calling loadFavicon() with URL = http://androidandme.com/ and favicon URL = http://androidandme.wpengine.netdna-cdn.com/wp-content/themes/android-and-me-v4/favicon.ico (16)
D/GeckoFavicons( 3082): Favicon URL is now: http://androidandme.wpengine.netdna-cdn.com/wp-content/themes/android-and-me-v4/favicon.ico
D/GeckoFavicons( 3082): Calling getFaviconUrlForPageUrl() for http://androidandme.com/
D/GeckoFavicons( 3082): Downloading favicon for URL = http://androidandme.com/ with favicon URL = http://androidandme.wpengine.netdna-cdn.com/wp-content/themes/android-and-me-v4/favicon.ico
D/GeckoFavicons( 3082): LoadFaviconTask finished for URL = http://androidandme.com/ (16)
Seems like it downloads fine it's simply not updated and displayed?
Reporter | ||
Comment 2•14 years ago
|
||
Alright for some reason reloading the page serves different content
D/GeckoFavicons( 3082): LoadFaviconTask finished for URL = http://androidandme.com/ (21)
D/GeckoFavicons( 3082): Creating LoadFaviconTask with URL = http://androidandme.com/ and favicon URL = http://androidandme.com/favicon.png
D/GeckoFavicons( 3082): Calling loadFavicon() with URL = http://androidandme.com/ and favicon URL = http://androidandme.com/favicon.png (22)
D/GeckoFavicons( 3082): Favicon URL is now: http://androidandme.com/favicon.png
D/GeckoFavicons( 3082): Calling getFaviconUrlForPageUrl() for http://androidandme.com/
D/GeckoFavicons( 3082): Downloading favicon for URL = http://androidandme.com/ with favicon URL = http://androidandme.com/favicon.png
D/GeckoFavicons( 3082): Error downloading favicon: java.io.FileNotFoundException: http://androidandme.com/favicon.png
D/GeckoFavicons( 3082): LoadFaviconTask finished for URL = http://androidandme.com/ (22)
and http://androidandme.com/favicon.png doesn't exist
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Assignee | ||
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
•