Bug 563088 - Re-enable image discarding.r=joe,a=blocker

This commit is contained in:
Bobby Holley 2010-08-20 23:43:46 -04:00
parent ae9d0e0ff2
commit 15d915d341

View File

@ -3122,7 +3122,7 @@ pref("image.http.accept", "image/png,image/*;q=0.8,*/*;q=0.5");
// Discards inactive image frames and re-decodes them on demand from
// compressed data.
pref("image.mem.discardable", false);
pref("image.mem.discardable", true);
// Prevents images from automatically being decoded on load, instead allowing
// them to be decoded on demand when they are drawn.