[webkit-dev] about WebKit Gif decoder

2009-03-28 Thread haithem rahmani
Hi all, I noticed that webKit implements its own Gif decoder and doesn't use the extrenal library libgif. can any body explain me why? is that for performance reasons? i.e the WebKit current decoder is faster than the giflib one? regards. haithem.

Re: [webkit-dev] innerHTML and removeChild ... not freeing memory

2009-03-28 Thread g_siddu
Its the same case with other browsers (opera) as well ! -- View this message in context: http://www.nabble.com/innerHTML-and-removeChild-...-not-freeing-memory-tp22704881p22754951.html Sent from the Webkit mailing list archive at Nabble.com. ___

Re: [webkit-dev] about WebKit Gif decoder

2009-03-28 Thread Peter Kasting
2009/3/28 haithem rahmani haithem.rahm...@gmail.com Hi all, I noticed that webKit implements its own Gif decoder and doesn't use the extrenal library libgif. Safari does not use the GIF decoder in the WebKit tree, but rather uses CoreGraphics. Other ports, such as Chromium and the Cairo