Changes between Version 6 and Version 7 of QtWebKit/CodeCamp200912
- Timestamp:
- Dec 10, 2009, 11:54:41 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKit/CodeCamp200912
v6 v7 27 27 * Shortly discussed using WebCore/platform/image-decoders. The downsampling is a feature one would like to use, also the performance appears to be better. We should explore using them. 28 28 29 3rd Day 30 * Holger is MIA in the morning... claimed to be sick 31 * BenjaminP and Noam look into QtWebKit's CSS Animation speed and see we have a clip region with 800 rects... A quick test shows a nice improvement. 32 * Holger talks with Zoltan of Szeged about performance tuning. Both find out that current focus is more on performance and that both parties more or less see the same in oprofile reports. CSS and JS parsing is dominating our page loading. Szeged's idea is to try a hand written parser for comparisoon. Some more coordination is needed, for the next few months there is no overlap in work though. 33 29 34 === User Interface === 30 35