Changes between Version 11 and Version 12 of QtWebKit/CodeCamp200912


Ignore:
Timestamp:
Dec 11, 2009 10:08:03 PM (14 years ago)
Author:
zecke@selfish.org
Comment:

Add another talk. I don't remember the name of this guy though.

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKit/CodeCamp200912

    v11 v12  
    18181st Day
    1919 * 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.
    2021 * BenjaminP talking about plans for Qt4.7 to regularily run benchmarks, automate and store results during the development.
    2122 * Talking about OOM handling, checking each allocation vs. just getting killed by the OS vs. getting signals from the OS and then stop loading...