Closed
Bug 669162
Opened 14 years ago
Closed 14 years ago
Add-ons iconURL are not displaying in recommended list box on about:home
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: aaronmt, Unassigned)
References
Details
(Keywords: regression)
Mozilla/5.0 (Android; Linux armv7l; rv:7.0a1) Gecko/20110704 Firefox/7.0a1 Fennec/7.0a1
Add-ons listed in the recommended add-ons section box are not displaying their associated iconURL.
http://mxr.mozilla.org/mozilla-central/source/mobile/chrome/content/aboutHome.xhtml#347
STR: about:home
Reporter | ||
Updated•14 years ago
|
Summary: Add-on iconURL missing from recommended list on about:home → Add-ons iconURL are not displaying in recommended list box on about:home
Reporter | ||
Comment 1•14 years ago
|
||
Also present in current Aurora builds:
Mozilla/5.0 (Android; Linux armv7l; rv:7.0a2) Gecko/20110707 Firefox/7.0a2 Fennec/7.0a2
Comment 2•14 years ago
|
||
Very strange. The <img> tags are getting the right icon URL. And loading the iconURL in the browser itself works fine. The images also show up fine in the Add-on Manager.
Changing the http://<image-url> to https://<image-url> works fine in about:home
Must be some kind pf permissions thing.
Comment 3•14 years ago
|
||
Actually, loading the http:// URL in desktop Firefox redirects to the https:// URL. Fennec does not redirect so we get a 404.
Comment 4•14 years ago
|
||
This is a Fennec bug:
http://mxr.mozilla.org/mozilla-central/source/mobile/components/AddonUpdateService.js#197
We change https -> http in an effort to avoid NSS hit at startup. We'll have to stop that.
I figure we can keep the images hidden with CSS, load the page and then wait for "pageshow" before making the images visible (loading via https and loading NSS)
Comment 5•14 years ago
|
||
Gingerbread theme related?
Comment 6•14 years ago
|
||
(In reply to comment #5)
> Gingerbread theme related?
No
Comment 7•14 years ago
|
||
fixed by bug 669982
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•14 years ago
|
||
Verified fixed via bug 669982
Mozilla/5.0 (Android; Linux armv7l; rv:8.0a1) Gecko/20110805 Firefox/8.0a1 Fennec/8.0a1
Mozilla/5.0 (Android; Linux armv7l; rv:7.0a2) Gecko/20110805 Firefox/7.0a2 Fennec/7.0a2
Mozilla/5.0 (Android; Linux armv7l; rv:6.0) Gecko/20110804 Firefox/6.0 Fennec/6.0
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•