Changes between Version 3 and Version 4 of QtBackLog
- Timestamp:
- Oct 2, 2009 5:05:31 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtBackLog
v3 v4 15 15 16 16 === QtWebKit problems === 17 * Image decoder changes to greatly reduce memory and load speed. See this [https://bugs.webkit.org/show_bug.cgi?id=27538 bug] for planned changes. The possible impact is quite big. 17 * Image decoder changes to greatly reduce memory and load speed. See this [https://bugs.webkit.org/show_bug.cgi?id=27538 bug] for planned changes. The possible impact is quite big. The task would be to change the ImageDecoderQt to perform better and create the benchmark to compare WebCore decoders with Qt ones to assist with future optimations in QImageReader. 18 18 19 19 * Loading of http://en.wikipedia.org/wiki/Maxwell_equations is triggering bad "scheduling". The loading_standalone test has been extracted but is not able to highlight the problem. This is a Qt and QtWebKit issue, it must be understood first.