== Backlog of Qt and QtWebKit problems == === Qt problems === The QtBackLog was migrated to the JIRA. You can use this [http://bugreports.qt.nokia.com/secure/IssueNavigator.jspa?mode=hide&requestId=10881 query]. === QtWebKit problems === ||Bug||Description||Commit||Date|| ||||Consider creating a SharedBuffer that works on tiles/segments|| || || ||[https://bugs.webkit.org/show_bug.cgi?id=31849 #31849]||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. The first issue is that QtWebKit will only schedule four requests per host while Qt networking has a higher limit.||[http://trac.webkit.org/changeset/51411 r5144 - reduce latency]|||| ||||TCmalloc needs to be tested. Does it make anything faster/slower? How to test memory fragmentation.|||||| ||||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.|||||| ||[https://bugs.webkit.org/show_bug.cgi?id=32561 #32561]||Implement OProfile JIT agent support in OProfile to be able to see JavaScrupt execution in the system profile too|||| ||[https://bugs.webkit.org/show_bug.cgi?id=30211 #30211]||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.|||||| ||[https://bugs.webkit.org/show_bug.cgi?id=30293 #30293]||Loading speed regressed due image changes?|||||| ||[https://bugs.webkit.org/show_bug.cgi?id=30301 #30301]||Loading bug/API bug on loading amazon in QtEmbedded Linux. Loading does not complete.|||||| ||[https://bugs.webkit.org/show_bug.cgi?id=29279 #29279]||Decode images to RGB16 or smaller (instead of RGB32) to conserve memory. The patch introduces new API to Qt.|||||| ||||Go through the Palm changes and consider adopting them. Currently candidates are: Use stack/class memory in CSSParser, use JDCT_Fast for Jpeg decoding (to be achieved with QImageReader to set quality to 49), changes to Cached* to throw away encoded data more early. Palm avoids floating point operation on premultiplied alpha in setRGBA.|||||| ||~~[https://bugs.webkit.org/show_bug.cgi?id=30740 #30740]~~||~~Using QImageReader::setQuality(49) will use JDCT_IFAST and promises to give a 5% speedup on image_cycling.~~|||||| ||[https://bugs.webkit.org/show_bug.cgi?id=30210 #30210]||Create Embedded profile that will tune for embedded usage. This can mean to save memory in favor of speed, add a speed gain by avoiding certain operations, trading image quality for speed||[https://trac.webkit.org/changeset/52086 52086]||14.12.2009|| ||~~[https://bugs.webkit.org/show_bug.cgi?id=29443 #29443]~~||~~Using WebCore's FontCache decreases memory usage. Change done by Benjamin Poulain~~||[https://trac.webkit.org/changeset/51699 r51699]||4.12.2009|| ||[https://bugs.webkit.org/show_bug.cgi?id=31009 #31009]||Implement throwing away frames from big GIF animations. This requires QImageReader allow to efficently jumping to a given image.|||||| ||||~~Change CursorQt.cpp to not create QPixmap's right away but only on first load. This will be a minor memory improvement.~~ Using DEFINE_LOCAL_STATIC had a negative impact on memory usage.|||||| ||~~[https://bugs.webkit.org/show_bug.cgi?id=27538 #27538]~~||~~Image decoder changes needs to be measured. Do they make anything faster/slower? Do they consume more or less memory?~~||[https://trac.webkit.org/changeset/49179 49179] [https://trac.webkit.org/changeset/49180 49180] [https://trac.webkit.org/changeset/49181 49181] [https://trac.webkit.org/changeset/49182 49182] [https://trac.webkit.org/changeset/49183 49183] [https://trac.webkit.org/changeset/491865 49185] [https://trac.webkit.org/changeset/49186 49186] [https://trac.webkit.org/changeset/49559 49559]||6.10.2009-14.10.2009|| ||~~[https://bugs.webkit.org/show_bug.cgi?id=30769 #30769]~~||~~Export fastMalloc, fastCalloc, fastRealloc and fastFree on GCC/Unix~~||[https://trac.webkit.org/changeset/50204 50204] [https://trac.webkit.org/changeset/50205 50205]||28.10.2009|| || Misc Changes || ||~~[https://bugs.webkit.org/show_bug.cgi?id=31203 #31203]~~||~~Qt Plugins become visible even if they should not~~||[http://trac.webkit.org/changeset/51410 #51410 (automate test case)] [http://trac.webkit.org/changeset/51409 #51409 (fix)]||25.11.2009|| ||~~[https://bugs.webkit.org/show_bug.cgi?id=30209 #30209]~~||~~Document a feature of the m_liveDecderResources list~~||[https://trac.webkit.org/changeset/50213 50213]||28.10.2009|| ||~~[https://bugs.webkit.org/show_bug.cgi?id=27347 #27347]~~||~~Fix assertion in SVGRenderBase::mapLocalToContainer~~||[https://trac.webkit.org/changeset/50207 50207]||28.10.2009|| ||~~[https://bugs.webkit.org/show_bug.cgi?id=30820 #30820]~~||~~Custom Cursor doesn't use hotspot~~||[https://trac.webkit.org/changeset/50206 50206]||28.10.2009|| == Legend == Completion:: An item that is ~~strokethrough~~ means it was completed and no further work needs to be done. An item is considered completed when the related bug report is closed, all patches has been landed to WebKit or Qt and links to the commits and the date of the landing is entered to the table. Branch:: For Qt patches the branch is pointing to a branch that needs to be merged into the Qt source tree. The branch has a specific topic and all patches of this branch are meant to be merged there. The patches are backed with performance tests and the Qt regression test suite was fully or partially executed on them. Landed in:: Landed in should point to the git commit/commits when the branch has been merged into the Qt main repository. After this has happened and no regressions are found the item is considered completed. Commit:: Commit refers to a commit into the WebKit svn repository. Only after changes have landed in the repository the change is considered to be completed.