Closed
Bug 695859
Opened 13 years ago
Closed 13 years ago
Don't progressively display images during decode if we have all of the data
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
Tracking | Status | |
---|---|---|
firefox12 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
(deleted),
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
This fixes the problem shown in bug 626613. When we have all of the data, painting during decode just keeps us from finishing the decode sooner.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #568224 -
Flags: review?(bobbyholley+bmo)
Comment 2•13 years ago
|
||
Comment on attachment 568224 [details] [diff] [review]
Do it
This could turn out to be quite a significant behavioral change. It seems like a good idea in all the cases that come to mind, but I'm sure there are ones I haven't thought of.
Please test drive it a bit, and keep an eye on mozillazine after it lands to see what the masses have to say.
r=bholley
Attachment #568224 -
Flags: review?(bobbyholley+bmo) → review+
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jmuizelaar
Target Milestone: --- → mozilla12
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 5•13 years ago
|
||
If this is safe, can we look at landing this on Aurora too?
Comment 6•13 years ago
|
||
I don't think we should fast-track this.
Updated•13 years ago
|
status-firefox12:
--- → fixed
Assignee | ||
Comment 8•13 years ago
|
||
(In reply to Anthony Hughes, Mozilla QA (irc: ashughes) from comment #7)
> Is there something QA can do to verify this fix?
Not really, no.
You need to log in
before you can comment on or make changes to this bug.
Description
•