Changes between Version 5 and Version 6 of QtBackLog
- Timestamp:
- Oct 12, 2009, 3:14:23 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtBackLog
v5 v6 23 23 * The fuzz testing will make QtWebKit go in infinite loops and stop working. This situation needs to be analyzed as this can be a serve reliabality problem. 24 24 25 * Research a better QImage -> QPixmap migration strategy. Currently we convert every QImage to a QPixmap and this is bad for times where we need to draw a scaled version of the image or will only draw this image once. 25 * Research a better QImage -> QPixmap migration strategy. Currently we convert every QImage to a QPixmap and this is bad for times where we need to draw a scaled version of the image or will only draw this image once. The bug report is [https://bugs.webkit.org/show_bug.cgi?id=30211 here] 26 27 * Loading speed [https://bugs.webkit.org/show_bug.cgi?id=30293 regression] 28 29 * Loading bug/API bug on loading amazon in QtEmbedded Linux. [https://bugs.webkit.org/show_bug.cgi?id=30301 #30301]