Closed
Bug 811891
Opened 13 years ago
Closed 13 years ago
Only sync decode once per image.
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
(Whiteboard: [Snappy])
Attachments
(1 file)
920 bytes,
patch
|
joe
:
review+
|
Details | Diff | Splinter Review |
Bug 799335 intentionally caused us to do some decoding everytime StartDecoding is called. This can be multiple times per paint which can delay tab switch substantially.
Assignee | ||
Updated•13 years ago
|
Attachment #681688 -
Flags: review?(joe)
Updated•13 years ago
|
Attachment #681688 -
Attachment is patch: true
Attachment #681688 -
Flags: review?(joe) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Neglect I suppose.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jmuizelaar
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•