Open
Bug 718927
Opened 13 years ago
Updated 2 years ago
Factor out duplicate code between synchronous and asynchronous image decoding
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
NEW
People
(Reporter: rclick, Unassigned)
References
(Blocks 1 open bug)
Details
We currently have two sets of code for decoding out of the source buffer — one for synchronous decoding and one for asynchronous decoding. The code that does the actual decoding should be factored out so we only decode in one place.
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → rclickenbrock
Comment 1•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: rclickenbrock → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•