Closed
Bug 1005064
Opened 11 years ago
Closed 11 years ago
Errors in FeedUtils.jsm when fetching favicons: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [mozIAsyncFavicons.setAndFetchFaviconForPage] and dom.head is undefined
Categories
(MailNews Core :: Feed Reader, defect)
MailNews Core
Feed Reader
Tracking
(thunderbird31 fixed)
RESOLVED
FIXED
Thunderbird 32.0
Tracking | Status | |
---|---|---|
thunderbird31 | --- | fixed |
People
(Reporter: aryx, Assigned: alta88)
Details
Attachments
(2 files, 1 obsolete file)
1.79 KB,
patch
|
mkmelin
:
review+
standard8
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
3.20 KB,
patch
|
alta88
:
review+
standard8
:
approval-comm-aurora+
standard8
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
Thunderbird Daily 20140502 on Windows 8.1
I get the following error messages while being online for the first time after the favicon support for feeds landed:
Error: NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [mozIAsyncFavicons.setAndFetchFaviconForPage]
Source File: resource:///modules/FeedUtils.jsm
Line: 434
Error: dom.head is undefined
Source File: resource:///modules/FeedUtils.jsm
Line: 421
If the subscriptions are needed, please let me know (the urls for some of them aren't valid anymore).
Assignee: nobody → alta88
Attachment #8417691 -
Flags: review?(mkmelin+mozilla)
Comment 2•11 years ago
|
||
Comment on attachment 8417691 [details] [diff] [review]
fav.patch
Review of attachment 8417691 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM! r=mkmelin
Attachment #8417691 -
Flags: review?(mkmelin+mozilla) → review+
Updated•11 years ago
|
OS: Windows 8.1 → All
Hardware: x86_64 → All
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 32.0
Comment on attachment 8417691 [details] [diff] [review]
fav.patch
this followup fix should follow bug 745301.
Attachment #8417691 -
Flags: approval-comm-aurora?
Updated•11 years ago
|
Attachment #8417691 -
Flags: approval-comm-aurora? → approval-comm-aurora+
followup patch. favicons that gecko cannot render will make setAndFetchFaviconForPage() throw; wrap in try.
example: http://www.contemporist.com/favicon.ico
Attachment #8433845 -
Flags: review?(mkmelin+mozilla)
Comment 6•11 years ago
|
||
Comment on attachment 8433845 [details] [diff] [review]
fav2.patch
Review of attachment 8433845 [details] [diff] [review]:
-----------------------------------------------------------------
r=mkmelin, but add the comment that it's in try because for the case we get favicons that gecko cannot render
Attachment #8433845 -
Flags: review?(mkmelin+mozilla) → review+
updated comment.
Attachment #8433845 -
Attachment is obsolete: true
Attachment #8437054 -
Flags: review+
Keywords: checkin-needed
Comment 8•11 years ago
|
||
In the future, please file a new bug for follow-up work instead of attaching patches to a bug that was resolved a month ago.
https://hg.mozilla.org/comm-central/rev/a319e32034e6
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Comment on attachment 8437054 [details] [diff] [review]
fav2.patch
this followup fix should also follow bug 745301; blank favicons in folderpane for bad urls result, risk is very low.
Attachment #8437054 -
Flags: approval-comm-aurora?
Comment 10•11 years ago
|
||
Comment on attachment 8437054 [details] [diff] [review]
fav2.patch
[Triage Comment]
Ok, we should take this to beta as well there, now we're post merges.
Attachment #8437054 -
Flags: approval-comm-beta+
Attachment #8437054 -
Flags: approval-comm-aurora?
Attachment #8437054 -
Flags: approval-comm-aurora+
Assignee | ||
Comment 11•11 years ago
|
||
in the past i think you checked into branches at some point if these flags were set, but it doesn't seem that's happened yet. is a checkin-needed or such necessary?
Comment 12•11 years ago
|
||
These landed on beta, I must have forgotten to comment:
http://hg.mozilla.org/releases/comm-beta/rev/eea7a05a3085
http://hg.mozilla.org/releases/comm-beta/rev/4e00ecfd4430
They were taken across to aurora at the last merge.
status-thunderbird31:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•