[Webkit-unassigned] [Bug 16028] [GTK] Track Mozilla's GIF decoder memory reductions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 22:22:49 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=16028





------- Comment #2 from pkasting at google.com  2009-06-16 22:22 PDT -------
I could be mistaken, but I don't think the changes on
https://bugzilla.mozilla.org/show_bug.cgi?id=143046 are directly applicable to
the cross-platform decoders in WebKit.  From a brief look, these are mostly
changes to Mozilla's surrounding image architecture to allow the decoded frames
to remain in 8bpp form instead of expanding to 24bpp.  Right now in WebKit the
decoded pixels are stored as 32bpp in all circumstances.  We might be able to
apply a similar idea, but none of the code will really translate.

This will be especially tricky given the memory management around the decoded
frames.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list