Revision 766880

Go back to digest for 27th January 2008

Bug Fixes in KDE Base

Maks Orlovich committed changes in /branches/KDE/4.0/kdelibs/khtml/ecma:

Fix imprecision of timer events w/long-executing code.
It was counting all code as potential pause, while the intent is to do it only for alerts and such. Hence, this makes the pausing explicit, and also preventing reentrancy. Pauses are on for alerts & co (and also used by the debugger).

Things are still off by ~1.5-2ms, though.

File Changes

Modified 3 files
  • /branches/KDE/4.0/kdelibs/khtml/ecma
  •   /kjs_window.cpp
  •   /kjs_window.h
  •   /debugger/debugwindow.cpp
3 files changed in total