Comment 78 for bug 217908

Revision history for this message
In , Mozilla-francisrobichaud (mozilla-francisrobichaud) wrote :

Created an attachment (id=351844)
partially fixed some reftests

Fixed the aPNG tests.
text/zwnj-02.html, bugs/214077-1b.html and bugs/214077-1a.html are still failing but I'm out of ideas.
Some other SVG tests are also failing and this is due to gfxImageFrame::SetMutable where I changed mImage->Optimize() for mImage-SetMutable(). We can't restore mImage->Optimize() or we won't be able to reduce memory usage.