Revision 783804

Go back to digest for 16th March 2008

Optimization in KDE Base

Germain Garand committed changes in /trunk/KDE/kdelibs/khtml:

Tighten our paint prevention timings to provide more responsiveness while keeping smooth page transitions.

Proper balance is not easy to achieve, as preventing the "white flash" is just part of the equation.

Layout stability, allowing early readability, is another important term - as is bandwidth. Engines with aggressive timings would get an unpleasnt, jerky feeling we want to avoid.

We'll use subtly progressive timings to get a good compromise.

File Changes

Modified 3 files
  • /trunk/KDE/kdelibs/khtml
  •   /khtmlview.cpp
  •   /xml/dom_docimpl.cpp
  •   /xml/dom_docimpl.h
3 files changed in total