Open Bug 646987 Opened 13 years ago Updated 2 months ago

Improved test for bug 641198

Categories

(Core :: Graphics: ImageLib, defect)

Other Branch
defect

Tracking

()

People

(Reporter: azakai, Unassigned)

References

Details

Attachments

(1 obsolete file)

The test in bug 641198 works, but is at risk of causing oranges, and takes 1 second to run. We should write a better test, especially if the test does start to orange (but even if not), see bz's direction in bug 641198 comment 24 for details.
Depends on: 641198
Looks like we did actually get an orange for that test. However it isn't the orange I was expecting, the image shown is blank (was expecting one of the previous frames to be shown). So my guess is a problem happened and no rendering was done (before we did the comparison). That might be easier to prevent than a more general fix.
For reference -- see the test patch in bug 649440 for an implementation of bz's direction in bug 641198 comment 24, in a different test.
I'm trying to adapt the methods in bug 649440 to this bug, but I don't see how I can get the image element here. The relevant gif is shown as part of the css style of an <a> element. Am I missing something?
All references to the same image URI should end up resolving to the same RasterImage internally -- so perhaps you could add a <display:none> block with <img> element(s) for the image URIs involved, and hook your listener onto that?

(unless having an additional image consumer like that would keep the bug from reproducing in old builds)
Hmm, having an additional img element with the same href would change the behavior, sadly (the animation would not reset, since there is no reason for it to reset on the additional img element).
Hmm.  So bug 641198 only shows up with images loaded via nsImageLoader, not with an <img> that has its src set?

Seems like you should still be able to test this via a manual loadImage call on imgILoader, right?
Are you sure about that, Alon? All the <img> elements should have the same RasterImage backing them, right?
Sorry for not getting around to this earlier.

It looks like my previous concerns were misplaced - I converted the test to use a normal img element (instead of the image being in the css style of an a element), and the same bug exists without the patch, and is fixed by it. So the test still tests the same thing, when using an img.

However, even with that, I can't find how to make this work. The OnStopFrame and so forth are fired when frames are decoded. But the bug we are concerned here is with frames that are shown *after* the initial decode. In other words, we show the animation once, show another, then show the original again. The original was already decoded, so the frames are just rendered. So OnStartFrame and OnStopFrame are not fired.

I don't think we have a way to listen for frames being drawn, as opposed to decoded - or is there?
Hmm.  MozAfterPaint events might work....
onStartFrame/onStopFrame/frameChanged doesn't work?
(In reply to comment #9)
> Hmm.  MozAfterPaint events might work....

I don't quite understand how MozAfterPaint events work. I can't get the test to work without a timeout, and depending on the timeout size, I get different results, which seems to imply that MozAfterPaint happens before the paint was actually shown on the screen.

(In reply to comment #10)
> onStartFrame/onStopFrame/frameChanged doesn't work?

onStartFrame/onStopFrame are for decoding, and in this test, decoding was already done in the past. frameChanged might have worked, but it is [noScript] and gets a C++ parameter (so can't be made scriptable trivially).
Severity: normal → S3
Attachment #9387126 - Attachment is obsolete: true
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: