change list for WebCore/JavaScriptCore version 60

Darin Adler darin@apple.com
Wed, 12 Feb 2003 14:30:15 -0800


On Wednesday, February 12, 2003, at 02:19  PM, Dirk Mueller wrote:

> BTW, there is still one bug in the misc/loader.cpp changes: you've 
> added an optimisation that skips the QMovie code when there is only 
> one data chunk. Unfortunately that breaks (very tiny) animated images, 
> because QPixmap doesn't animate. Maybe this is not a bug in your 
> implementation of QPixmap/QMovie, but it is in our.

As far as I know, we don't use QMovie at all. We use a sick hack to 
make animated GIFs work through QPixmap. So the code that skips QMovie 
is probably just a problem if you use our tree to compile for non-KWQ 
versions, and it's probably just a coding mistake rather than an 
attempt at optimization.

     -- Darin