Changes between Version 11 and Version 12 of QtWebKit/CodeCamp200912
- Timestamp:
- Dec 11, 2009, 10:08:03 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKit/CodeCamp200912
v11 v12 18 18 1st Day 19 19 * Anti talking about tile based rendering. Working prototype using QImage exists, need to get support from Qt to draw to QPixmap from a thread, Discussion if tiling should be supported for everyone or just mobile/QGraphicsView 20 * Presentation on how to support JavaScript programmers to see what is going on. Currently something like mozAfterPaint is implemented. This way a JS programmer can record which areas got painted. In the future having a heap profile would be good as well. 20 21 * BenjaminP talking about plans for Qt4.7 to regularily run benchmarks, automate and store results during the development. 21 22 * Talking about OOM handling, checking each allocation vs. just getting killed by the OS vs. getting signals from the OS and then stop loading...