On Wednesday 27 June 2001 04:20, Robert Tilley wrote: > I have read that the rendering engine of Konqueror can be switched out and > the Gecko engine can act as a replacement. > > Is this true? While Konqueror is nice, there are certain things (such as > bookmark handling, hint hint) at which it is very slow.
So this commit is just for you ;) From http://lists.kde.org/?l=kde-cvs&m=99374053616006&w=2 : .... kdebase/libkonq kbookmark.cc,1.86,1.87 Author: faure Thu Jun 28 10:31:40 UTC 2001 Modified Files: kbookmark.cc Log Message: SPEED ! Thanks to Marc Boucher <[EMAIL PROTECTED]> who timed some constructors, we found out that KBookmarkBar::KBookmarkBar could be very slow (with a big XML bookmarks file) because .... guess what ... findToolbar() was using getElementsByTagName (and the dreaded QDomNodeList!) .... > -- > Robert Tilley > [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > -- To me vi is Zen. To use vi is to practice zen. Every command is a koan. Profound to the user, unintelligible to the uninitiated. You discover truth everytime you use it. -- [EMAIL PROTECTED]

