kdelibs/kparts browserrun.cpp,NONE,1.1 browserrun.h,NONE,1.1 Makefile.am,1.34,1.35 Author: faure Sat Jan 12 11:50:56 UTC 2002 Modified Files: Makefile.am Added Files: browserrun.cpp browserrun.h Log Message: Introducing a base class for KHTMLRun and KonqRun : KParts::BrowserRun. Gets rid of lots of duplicate code, and should make it easier to write mini-browsers based on khtml (I guess). This brings a few improvements to KHTMLRun: the better HTTP-POST handling (saving to temp file before launching external app), and the showing of the Content-Disposition (suggestedFileName) in the open-or-save dialog.