Changes between Version 36 and Version 37 of QtBackLog
- Timestamp:
- Nov 26, 2009, 4:23:52 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtBackLog
v36 v37 25 25 === QtWebKit problems === 26 26 ||Bug||Description||Commit||Date|| 27 ||[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]||27 ||[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]|||| 28 28 ||||TCmalloc needs to be tested. Does it make anything faster/slower? How to test memory fragmentation.|||||| 29 29 ||||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.|||||| … … 41 41 ||~~[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|| 42 42 || Misc Changes || 43 ||~~[https://bugs.webkit.org/show_bug.cgi?id=31203 #31203]~~||~~Qt Plugins become visible even if they should not~~|| 25.11.2009 ||[http://trac.webkit.org/changeset/51410 #51410 (automate test case)] [http://trac.webkit.org/changeset/51409 #51409 (fix)]||43 ||~~[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|| 44 44 ||~~[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|| 45 45 ||~~[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||