Revision 777014
Go back to digest for 24th February 2008Optimization in KDE Base
David Faure committed changes in /branches/KDE/4.0/kdebase/apps/konqueror/src:
Performance: finally optimized "konqueror <url>" so that it doesn't load the about page first.
if (serviceName == "konq_aboutpage" && forcedUrl.protocol() != "about") {
// No point in loading the about page if we're going to replace it with a KHTML part right away
serviceType = "text/html";
serviceName = "html";
}
File Changes
Modified 2 files
- /branches/KDE/4.0/kdebase/apps/konqueror/src
- /konqviewmanager.cpp
- /konqviewmanager.h
2 files changed in total