Changes between Version 35 and Version 36 of QtBackLog
- Timestamp:
- Nov 26, 2009, 4:21:38 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtBackLog
v35 v36 25 25 === QtWebKit problems === 26 26 ||Bug||Description||Commit||Date|| 27 || ||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.||||||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.||||||