Closed
Bug 1116747
Opened 10 years ago
Closed 10 years ago
Always use multithreaded image decoding
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: seth, Assigned: seth)
References
Details
Attachments
(1 file)
8.94 KB,
patch
|
tnikkel
:
review+
|
Details | Diff | Splinter Review |
Multithreaded image decoding has been on by default on all platforms for quite some time. Continuing to support disabling it makes it much harder to support multiple decoders for a single RasterImage (bug 1079627). Let's commit to always have it on.
Assignee | ||
Comment 1•10 years ago
|
||
Here we go. This patch basically just removes the pref, then removes things in
DecodePool (the only class that cared about that pref) that checked the pref or
assumed that it might be set to false.
Attachment #8542945 -
Flags: review?(tnikkel)
Assignee | ||
Comment 2•10 years ago
|
||
Try job here:
https://tbpl.mozilla.org/?tree=Try&rev=edb318af3e7c
Updated•10 years ago
|
Attachment #8542945 -
Flags: review?(tnikkel) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Pretty sure all the failures here are from earlier bugs in my patch stack, which have now been fixed. Here's a new try job:
https://tbpl.mozilla.org/?tree=Try&rev=a7ca4f452ef4
Assignee | ||
Comment 4•10 years ago
|
||
All the failures are from older bugs and should now be fixed. Pushed:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a49774cdd1b1
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•