Closed Bug 806144 Opened 12 years ago Closed 12 years ago

JavaScript error in pageInfo.js with broken image

Categories

(SeaMonkey :: Page Info, defect)

defect
Not set
normal

Tracking

(seamonkey2.14 fixed, seamonkey2.15 fixed)

RESOLVED FIXED
Tracking Status
seamonkey2.14 --- fixed
seamonkey2.15 --- fixed

People

(Reporter: neil, Assigned: neil)

References

Details

(Keywords: testcase)

Attachments

(1 file)

Steps to reproduce problem:
1. Load attachment 671645 [details]
2. Open Page Info
3. Switch to the Media tab

Actual result:

Error: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [imgIRequest.image]
Source File: chrome://navigator/content/pageinfo/pageInfo.js
Line: 1247
Attached patch Proposed patch (deleted) — Splinter Review
We only access imageRequest.image to access its numFrames. Sadly numFrames was removed over a year ago so the whole block is now useless. On trunk we can investigate porting bug 713889, but for the sake of the branches I have split the work into two halves, which is why this patch is just the minimal changes and does not do any potential code cleanup. To help simplify the second half of the work, I have also swapped the order of the mime type detection. The !isBG check is a random fix that I happened to notice at the same time.
Assignee: nobody → neil
Status: NEW → ASSIGNED
Attachment #675904 - Flags: review?(iann_bugzilla)
q.v. Bug 792735 Comment 13.
Blocks: 792735
Comment on attachment 675904 [details] [diff] [review]
Proposed patch

>   var numFrames = 0;
I presume this is still needed for the second half of the work?
Attachment #675904 - Flags: review?(iann_bugzilla) → review+
I didn't want to change code that the other patch will end up changing anyway.
Comment on attachment 675904 [details] [diff] [review]
Proposed patch

[Approval Request Comment]
Regression caused by (bug #): 491310
User impact if declined: JavaScript error in some cases
Testing completed (on m-c, etc.): 
Risk to taking this patch (and alternatives if risky):
String changes made by this patch: None
Attachment #675904 - Flags: approval-comm-beta?
Attachment #675904 - Flags: approval-comm-aurora?
Attachment #675904 - Flags: approval-comm-beta?
Attachment #675904 - Flags: approval-comm-beta+
Attachment #675904 - Flags: approval-comm-aurora?
Attachment #675904 - Flags: approval-comm-aurora+
http://hg.mozilla.org/releases/comm-aurora/rev/ae6eff92c445
http://hg.mozilla.org/releases/comm-beta/rev/4666574fa596
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: