Closed
Bug 806144
Opened 12 years ago
Closed 12 years ago
JavaScript error in pageInfo.js with broken image
Categories
(SeaMonkey :: Page Info, defect)
SeaMonkey
Page Info
Tracking
(seamonkey2.14 fixed, seamonkey2.15 fixed)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: neil)
References
Details
(Keywords: testcase)
Attachments
(1 file)
2.32 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-aurora+
iannbugzilla
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
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
Assignee | ||
Comment 1•12 years ago
|
||
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.
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+
Assignee | ||
Comment 4•12 years ago
|
||
I didn't want to change code that the other patch will end up changing anyway.
Assignee | ||
Comment 5•12 years ago
|
||
Assignee | ||
Comment 6•12 years ago
|
||
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+
Assignee | ||
Comment 7•12 years ago
|
||
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
Updated•12 years ago
|
status-seamonkey2.14:
--- → fixed
status-seamonkey2.15:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•